Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

kornia

We are on the mission to leverage and democratize the next generation of Computer Vision tools and Deep Learning libraries within the context of an Open Source community.
Collective - Host: opensource - https://opencollective.com/kornia - Website: https://Kornia.org - Code: https://github.com/kornia/kornia

address comments

* use assert_allclose.
* use device to support cuda in tests.

github.com/kornia/kornia - fe7250fb11901cd556724c31d7d9fc8237706898 authored about 5 years ago
remove squeeze in random_vflip

github.com/kornia/kornia - 988ef17e9a88861cfbb1c3bddfed6cb590b80b0d authored about 5 years ago
Merge branch 'master' into fix/warp_affine_mode

github.com/kornia/kornia - a90713d2c0ae66b8ff40a153bfe25775e0ac5fa4 authored about 5 years ago
Merge pull request #378 from kornia/fix/horizontal_flip

fix horizontal flip width index access

github.com/kornia/kornia - 0db6c9cf24a7e1bd876c2a335a928b60241f5f13 authored about 5 years ago
update example link

github.com/kornia/kornia - 128f4326708f2644556f221c72737f6de8e7384e authored about 5 years ago
infer border and padding mode to homography warper

github.com/kornia/kornia - 038d56f79bc1ea29c4404e52373b409e159b4ebb authored about 5 years ago
fix horizontal flip width index access

github.com/kornia/kornia - 390e84bb756496d90cba7c72d9be44429b028632 authored about 5 years ago
Merge branch 'master' into develop/augmentations/vflip

github.com/kornia/kornia - 6ca30053ee79de6a207db4a673a87eb668447f53 authored about 5 years ago
Merge pull request #377 from priba/master

Filter2d failed with noncontiguous input (view --> reshape)

github.com/kornia/kornia - dfc1a49c98d30caee516fe24076ce12863aaf014 authored about 5 years ago
Merge branch 'master' into develop/augmentations/vflip

github.com/kornia/kornia - bc0bf91080a86f0fccc5b4da6a39da0c1089fa69 authored about 5 years ago
Merge branch 'master' into master

github.com/kornia/kornia - 4cd433f97ae632f3a2fc7c4934fe18f9dc94628e authored about 5 years ago
Merge pull request #373 from chadell/ci

Use latest version of CircleCI

github.com/kornia/kornia - 317939d8aa5535d5655d97e48542ee2fa4bb6c58 authored about 5 years ago
Merge branch 'master' into ci

github.com/kornia/kornia - 11ba8bf2a26712191f5d4adb3d5358d8f9a6d129 authored about 5 years ago
Merge pull request #361 from kornia/fix/grayscale

small fix in grayscale conversion and add opencv tests

github.com/kornia/kornia - c2f77bb1d7fd87ae583b60df66d0b79cdcc8502c authored about 5 years ago
Filter2d failed with noncontiguous input (view --> reshape)

github.com/kornia/kornia - a83df5e57e576a98adc679b4f88bccf4975c11f0 authored about 5 years ago
Merge branch 'master' into fix/grayscale

github.com/kornia/kornia - 413d2069e185c43f613bc133ec2d37c295e937c0 authored about 5 years ago
Merge pull request #369 from kornia/fix/from_homogeneous_nans

add from homogeneous zero grad test and fix it

github.com/kornia/kornia - 204a42f94693d7a88df522af8a11fcde245baa14 authored about 5 years ago
Merge branch 'master' into ci

github.com/kornia/kornia - 80ffaec14858c5f307df29e271181cca36b56863 authored about 5 years ago
Merge branch 'master' into fix/grayscale

github.com/kornia/kornia - 4cd553ff8d2dd167b18eecda6fa7aa2f84c9169f authored about 5 years ago
Merge branch 'master' into fix/from_homogeneous_nans

github.com/kornia/kornia - 25e41e54eeb7e884296196ec45f0ee4117092dd8 authored about 5 years ago
make mypy happy

github.com/kornia/kornia - 1f6b2e2d16a28f1bbd56cf1fdeb6d910b1666415 authored about 5 years ago
Merge branch 'master' into develop/augmentations/vflip

github.com/kornia/kornia - a07bee5983a2c4a2c55b1e681c0cfdf766ebba42 authored about 5 years ago
refactor class

github.com/kornia/kornia - a7f237e495947cfa7161fcc850156c3b25dcfcc9 authored about 5 years ago
update docs

github.com/kornia/kornia - 7567741fef3a4d6cea615e72b3ef2376218a76ac authored about 5 years ago
add relevant test

github.com/kornia/kornia - 31728e95818006c9f5357ec5a30ba492af8bcc56 authored about 5 years ago
add random_vflip and RandomVerticalFlip

github.com/kornia/kornia - 4e36b2bb2e7767974e66ad21d595c43f27870764 authored about 5 years ago
Merge pull request #374 from kornia/filter2d-fix

added support for even-sized filters in filter2d

github.com/kornia/kornia - b2f38b0e50ccf4b497f5b01a0fd82771b2a46183 authored about 5 years ago
Merge branch 'master' into fix/from_homogeneous_nans

github.com/kornia/kornia - 2c9b5dd503eebe505c5e32474418da2ab68910f4 authored about 5 years ago
fix filter size

github.com/kornia/kornia - a0126a52d8343c4701dd676cadaa115406f46c10 authored about 5 years ago
added support for even-sized filters in filter2d

github.com/kornia/kornia - 8c55df3135e3d28c1526f8f5d91cdde05ecc83d8 authored about 5 years ago
Merge branch 'master' into ci

github.com/kornia/kornia - 5cfcc15650c755e7f2cb71095dd389656e42e3f9 authored about 5 years ago
fix job name schema

github.com/kornia/kornia - 114a2e3ecb9b5449a04cd5a49707ad54f56aa17e authored about 5 years ago
Use latest version of CIrcleCI

github.com/kornia/kornia - 95edacf53f0cb41d3f0a210d4cdf6e500e179b85 authored about 5 years ago
Add Random (rectangle) erasing (#344)

* Currently not passing gradcheck test. Random rectangle erasing

* Changed implementation fol...

github.com/kornia/kornia - a4f0f80c9d100d1fd2354a4e48d42d3971b6b586 authored about 5 years ago
Merge branch 'master' into fix/grayscale

github.com/kornia/kornia - 946e2d7b482c31422f3c2f3eda25082d5cf4f005 authored about 5 years ago
Merge pull request #370 from dvd42/augmentation

Fixes bug in data Augmentation module

github.com/kornia/kornia - 9f8abdab9f86ecd7585207e26d29b3c1c3a9eadd authored about 5 years ago
Merge remote-tracking branch 'upstream/master' into augmentation

github.com/kornia/kornia - 1bed0170dba6f2af11b5b449a30e8358c40962d4 authored about 5 years ago
fix bug in augmentation

github.com/kornia/kornia - e2e15284a9bbc7745a7ceea9b4bd4214fb1c5765 authored about 5 years ago
improve from homogeneous conversion and add integration test

github.com/kornia/kornia - 6908f4554da1bbfa6ade9b576da8ad7960dee81f authored about 5 years ago
Merge branch 'master' into fix/grayscale

github.com/kornia/kornia - af1b6c4af281801b0db8e911e894990833af1f41 authored about 5 years ago
add from homogeneous zero grad test and fix it

github.com/kornia/kornia - f477f00ec4aa71a9cfdcda5f8957110722ff7c33 authored about 5 years ago
RGB <-> YCbCr (#345)

* added rgb <-> ycbcr. fixed some typos. completed docstrings.

* passed lint check

* passe...

github.com/kornia/kornia - cdc9a0bbfe516dee8af1eca39317227150072b28 authored about 5 years ago
add regression test values to compare against opencv

github.com/kornia/kornia - 9d4840e539a9e317a4d0f5f43aa43aab79146214 authored about 5 years ago
Merge pull request #362 from kuynzereb/fix_typos

fix typos in docs

github.com/kornia/kornia - 778eef3d031b3cb2858b07ae4a5329fb2974880d authored about 5 years ago
Merge branch 'master' into fix_typos

github.com/kornia/kornia - 09c513d64bf023a36d17bd1ca70ca61ed7642ba4 authored about 5 years ago
Merge pull request #364 from Vimos/master

Fix 363: *args to **kwargs in docs

github.com/kornia/kornia - 5ec184e125949931befaf8cd6459ef2f7e833cb8 authored about 5 years ago
Fix *args to **kwargs

Fix https://github.com/kornia/kornia/issues/363

github.com/kornia/kornia - 9aa90a0a002bcdfe360b31659e1bfd2bccb6fd48 authored about 5 years ago
small fix in grayscale conversion and add opencv tests

github.com/kornia/kornia - 1e2e8f34d9f70d5f29a2b2417bedf4297d0073b6 authored about 5 years ago
Merge pull request #360 from czotti/fix/import_cv2

Removes cv2 import.

github.com/kornia/kornia - 0791dc5ea146113e456abbbb6b2733cf44956872 authored about 5 years ago
Removes cv2 import.

github.com/kornia/kornia - e77f48575d7ad467b1ea3cd1d40a80d6858bb989 authored about 5 years ago
Merge pull request #357 from kornia/speedup-meshgrid3d

fix meshgrid3d function

github.com/kornia/kornia - 17cffabef079a945ed1698c73edd6fe93ccbbc43 authored about 5 years ago
more device exposure

github.com/kornia/kornia - d5f7ae1e2fb938136a65b389b1833d5c50ef1142 authored about 5 years ago
expose device to meshgrid

github.com/kornia/kornia - 22f9e370dbfc4d8c6e6e1cf48348a13c1133edf2 authored about 5 years ago
fix meshgrid3d function

github.com/kornia/kornia - a4b2a2b52567ac6aaac415bd10ff9b7aa4796f50 authored about 5 years ago
Merge pull request #356 from kornia/speedup-filter2d

filter2d speedup

github.com/kornia/kornia - 57bdc5136499bb5966438a6612e8d9483a376005 authored about 5 years ago
fix reshape for depth2normals

github.com/kornia/kornia - 0830117620a6f5afd74432290fa9355298452d77 authored about 5 years ago
speed up median

github.com/kornia/kornia - 130650877a4446b5a8217a7f3e5c9007c1b29d99 authored about 5 years ago
even more speedup for spatial gradients

github.com/kornia/kornia - 5dfeb37d6a6b5a7b0eef53bf02d53267eddb5f34 authored about 5 years ago
filter2d speedup

github.com/kornia/kornia - 7ba72d864a7f78d636c792511acd75f8a14c59fe authored about 5 years ago
Merge pull request #352 from MarcoForte/patch-1

media->median typo

github.com/kornia/kornia - 83a037d6dd2e31f4ffc6388a760540c6f7fc6f10 authored about 5 years ago
media->median typo

github.com/kornia/kornia - 2f841a8761f150d34a7ba21be6ef8708dec26455 authored about 5 years ago
Double image option for scale pyramid (#351)

* fix filter2d docs

* added double image option to the scale pyramid

github.com/kornia/kornia - f036e07c000f7fa2c294a7f360ee0087d93fdfac authored about 5 years ago
Merge pull request #348 from kornia/features-gpu-test

added gpu tests for feature module

github.com/kornia/kornia - cc3a8ba4f46258653794bd2e9943522043dd2b05 authored about 5 years ago
Merge branch 'master' into features-gpu-test

github.com/kornia/kornia - 271c54b2318c520b2cdee354f54bdcf4fa813a8c authored about 5 years ago
fix homography regression example (#349)

github.com/kornia/kornia - 783053387a2f58b74ffe88194144796582211668 authored about 5 years ago
added gpu tests for cuda stuff

github.com/kornia/kornia - 1606c7b51d36e1b8d5260af0c3909f0b62f871c6 authored about 5 years ago
Merge pull request #342 from priba/rgbhls

Add Dipet test and correct it without eps

github.com/kornia/kornia - 17d989ff8bb545003ac1e558ab0895ec9c81973f authored about 5 years ago
Merge with CUDA

github.com/kornia/kornia - 29e77f5b269ba3c9412c24d8cea2c1c37dca4b4d authored about 5 years ago
Merge pull request #313 from kornia/feat/gpu_tests

[WIP] Feat/gpu tests

github.com/kornia/kornia - 196c28796eb2337f509254f1ab315201f5971a3f authored about 5 years ago
fix cuda test issues

github.com/kornia/kornia - 25c4437dbca6c7c3782e7ba23fa7ca15cf687454 authored about 5 years ago
Merge branch 'master' into feat/gpu_tests

github.com/kornia/kornia - 09c075e5172efe68a22299baf5580a11912ad33d authored about 5 years ago
implement cuda test for integration

github.com/kornia/kornia - ac267d2807f1572f194f76ece3783dd7b4cbde61 authored about 5 years ago
implement cuda test for depth warper

github.com/kornia/kornia - 603cb9fdd8595e9997106184e4701a4b1c247a74 authored about 5 years ago
implement cuda test for pyramid

github.com/kornia/kornia - f3a8cd791a8209697eb56a61f2a61c795ab815ad authored about 5 years ago
implement cuda test for crop

github.com/kornia/kornia - bd20a6b6e2ba5048b06b0d00865750eecbeb5da5 authored about 5 years ago
implement cuda test for flip

github.com/kornia/kornia - 85b51073b8165dd8455403ccac0ef4c3565b3771 authored about 5 years ago
implement cuda test for affine

github.com/kornia/kornia - e6172b53c8a8a9b4d8cfa36a334d78d13e251411 authored about 5 years ago
implement cuda test for imgwarp

github.com/kornia/kornia - 4994e4bb335ab4177c89e2bb325f4941bc2ddc6e authored about 5 years ago
implement cuda test for homography warper

github.com/kornia/kornia - f2228d215cc98a0a61c3881cbe878984ff8f729e authored about 5 years ago
implement cuda test for depth warper

github.com/kornia/kornia - 4b1654984ac332ebf5e1b87a984c3a4ee1eb267c authored about 5 years ago
implement cuda test for linalg

github.com/kornia/kornia - 1a54e774689336a75cbbac363aa08659a3548b38 authored about 5 years ago
implement cuda test for perspective

github.com/kornia/kornia - 9aec714b03af638bc70b78bf7a195d1c7f1bfd91 authored about 5 years ago
implement cuda test for pinhole

github.com/kornia/kornia - 6a47518770d060f901ef37e843497460f9634741 authored about 5 years ago
implement cuda test for spatial_softargmax

github.com/kornia/kornia - 58fc1bf65ca934187c305c35c86a7ffe3b61ce97 authored about 5 years ago
implement cuda test for conversion functions

github.com/kornia/kornia - 7f59c40cdde408e94add585003414dcc52ce7074 authored about 5 years ago
Add typing

github.com/kornia/kornia - c4764f988f80f4c72eafe8f57562ced5d920b463 authored about 5 years ago
Merge branch 'master' into rgbhls

github.com/kornia/kornia - 5855d30f9b5570bdd27400e574f18cd2eadb99dd authored about 5 years ago
Avoid openCV in the tests

github.com/kornia/kornia - 4ae1439def164f8769443c354ba7ea25d3101688 authored about 5 years ago
Merge pull request #337 from ananyamukh6/ananyamukh6/yuv_

ananyamukh6/yuv

github.com/kornia/kornia - f62e944ac2d9b3bc9da6a72ab3bd0abaf5a2a265 authored about 5 years ago
implement filter cua tests

github.com/kornia/kornia - 8a4c911471fe48c05fa4a3bbb3bbfeb67c893a39 authored about 5 years ago
Merge branch 'master' into rgbhls

github.com/kornia/kornia - 7dba43b55f039d17beb05bd3fa08255c0ae1f1e1 authored about 5 years ago
Laf reprojection (#343)

* fix filter2d docs

* Added convenience functions for work with LAF: get keypoint, orientatio...

github.com/kornia/kornia - b06e16e0b178e144da0fe7ab40224849184287ca authored about 5 years ago
HSV and HSL nan tests corrected. Always generate nan on both cases. Remove eps in HSV

github.com/kornia/kornia - 19b4fcbf6bb6845c714951128c1188bf707417d6 authored about 5 years ago
Add Motion Blur #302 (#328)

* Motion blur kernel implementation in 'kernels.py'. Motion Blur class and functional implementa...

github.com/kornia/kornia - ac4c7e21fdc38b59de9508bf8c450a408606bf8c authored about 5 years ago
Merge branch 'master' into ananyamukh6/yuv_

github.com/kornia/kornia - a59d7d835e17e73c1b4a6a3fcc68afb8f6258cf9 authored about 5 years ago
Add Motion Blur #302 (#328)

* Motion blur kernel implementation in 'kernels.py'. Motion Blur class and functional implementa...

github.com/kornia/kornia - 0fc33c98ce88b01209fe43bd5905d7f2ffc4da5c authored about 5 years ago
Laf reprojection (#343)

* fix filter2d docs

* Added convenience functions for work with LAF: get keypoint, orientatio...

github.com/kornia/kornia - 0e1f9d267cb1e9a0a1dd294e23379772b64fd16e authored about 5 years ago
Merge branch 'master' into rgbhls

github.com/kornia/kornia - f4ea0c5dbfafb34fed9edcf8e79268f9eb8549c2 authored about 5 years ago
Sift test fix (#341)

* fix filter2d docs

* speed-up patch local feature tests

github.com/kornia/kornia - 63317a73b22cc6fe71f401b21fb676b4b7999011 authored about 5 years ago