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

Merge pull request #127 from arraiyopensource/feat/pyramid

add pyrdown/pyrup documentation

github.com/kornia/kornia - 38c7dc1d5caa28a1e5be517f805d52c04bb920e4 authored over 5 years ago by Edgar Riba <[email protected]>
add pyrdown/pyrup documentation

github.com/kornia/kornia - f51bab7829de02c17063e6e78aa57a0c16c05ddd authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #126 from arraiyopensource/feat/pyramid

Feat/pyramid

github.com/kornia/kornia - f06d934ea001217220e5361a23900cf24c3e998f authored over 5 years ago by Edgar Riba <[email protected]>
add missing package generation documentation

github.com/kornia/kornia - d7f48eac2f1b9d9369989c1bd50b0826a0bbd014 authored over 5 years ago by edgarriba <[email protected]>
implement PyrDown and PyrUp

github.com/kornia/kornia - 32511a901df60e9297168fd46c0cfd619bc75810 authored over 5 years ago by edgarriba <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/kornia/kornia - 44d3c29563fe117b04ae9a6af64eee255bd8ae68 authored over 5 years ago by diegovd0296 <[email protected]>
rgb to bgr and jit tests

github.com/kornia/kornia - f6b008e49b8456ee41cfb5798fd9a1010dffdeee authored over 5 years ago by diegovd0296 <[email protected]>
implemented Bgr to Rgb

github.com/kornia/kornia - 8a7fbfd4622c61ec3224d18c70ff2e66a23075b6 authored over 5 years ago by diegovd0296 <[email protected]>
Merge pull request #124 from arraiyopensource/feat/crop

implement crop_and_resize

github.com/kornia/kornia - 4e0443c87f09de1a599d1a7a27155e2af1573849 authored over 5 years ago by Edgar Riba <[email protected]>
implement crop_and_resize

github.com/kornia/kornia - dac14d9b72595fb619d2a3f477fe77fbbdeb6d8a authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #123 from arraiyopensource/feat/crop

Feat/crop

github.com/kornia/kornia - dcad345cc06151b3cd49579c249e8e8d764ac867 authored over 5 years ago by Edgar Riba <[email protected]>
implement center_crop

github.com/kornia/kornia - 764310eb6c154e1d7e7e6003d1049c363b7bc1c8 authored over 5 years ago by edgarriba <[email protected]>
torch.gesv -> torch.solve in get_perspective_transform

github.com/kornia/kornia - 70cccd9ea39a8884cde10fd8262047442b55539e authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #122 from arraiyopensource/feat/inverse_affine_mat

refactor jit tests

github.com/kornia/kornia - 06c3d7a00b9c03438d4b7ee6e918261be53868f7 authored over 5 years ago by Edgar Riba <[email protected]>
remove if else statements from tgm.normalize_pixel_coordinates

github.com/kornia/kornia - 8925cda5b7e7b73762b7b861bcff352904e8abda authored over 5 years ago by edgarriba <[email protected]>
refactor jit tests

github.com/kornia/kornia - e6600082800d350adadf5f9af6edc1ec86badc41 authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #121 from arraiyopensource/feat/inverse_affine_mat

Feat/inverse affine mat

github.com/kornia/kornia - cbb3c5b42cdcea7bad5d0c492ff7456aa3524054 authored over 5 years ago by Edgar Riba <[email protected]>
implement invert_affine_matrix

github.com/kornia/kornia - 42099fb8e9f783012af1acde0768b6fb8c2f6376 authored over 5 years ago by edgarriba <[email protected]>
add autopep8 to makefile

github.com/kornia/kornia - 131e3a33bfd544230a4e4dfd0a256911ec6c2b5b authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #120 from arraiyopensource/feat/remap

Feat/remap

github.com/kornia/kornia - 661b5bed544536e9fe6ffbf7c3cc826f8dae52e3 authored over 5 years ago by Edgar Riba <[email protected]>
implement opencv like remap

github.com/kornia/kornia - f7e8066729a757860bc490b20885e4da76645b50 authored over 5 years ago by edgarriba <[email protected]>
refactor normalize_pixel_coordinates for jit

github.com/kornia/kornia - de55439801f32f9b3329c2c8b93c7dbfda4a4757 authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #119 from arraiyopensource/feat/affine

Feat/affine

github.com/kornia/kornia - 66bda884b7bbb202a1d7dded777e00d50a9db6d3 authored over 5 years ago by Edgar Riba <[email protected]>
remove unused __repr__ code

github.com/kornia/kornia - 546f30f7e669ac522415217cfc686a98d3e059f8 authored over 5 years ago by edgarriba <[email protected]>
fix mypy errors for affine transforms

github.com/kornia/kornia - 6ed3490b53a3a41a8a810b820bb1b76e374303e1 authored over 5 years ago by edgarriba <[email protected]>
add affine transforms to docs

github.com/kornia/kornia - c1ff117a818876d8edd6272e4a5e17b8ff74bdd7 authored over 5 years ago by edgarriba <[email protected]>
fix linter issues

github.com/kornia/kornia - b28738ced6aeeb2aac713a377e101f8c908b54bd authored over 5 years ago by edgarriba <[email protected]>
implement shear

github.com/kornia/kornia - 0a3a0d1a7a7fd472300148e2068b3a91a0ab0699 authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #117 from dvd42/master

normalization

github.com/kornia/kornia - d58c7d93ea0d1a558734c84a3862978df888b3e3 authored over 5 years ago by Edgar Riba <[email protected]>
fix mypy and lint checks

github.com/kornia/kornia - 7849d1475e842bc70228fa45184404c782bd8929 authored over 5 years ago by diegovd0296 <[email protected]>
implement scale

github.com/kornia/kornia - 68adfa5e136ef8c20ad7ef905681a3de12a0a843 authored over 5 years ago by edgarriba <[email protected]>
Merge branch 'master' into master

github.com/kornia/kornia - e929660058a25ed27bf980fca8cc72feccdd0af1 authored over 5 years ago by Edgar Riba <[email protected]>
implement translate

github.com/kornia/kornia - faebdfc417964dac2f0afae91d6976269921bc52 authored over 5 years ago by edgarriba <[email protected]>
implement rotate

github.com/kornia/kornia - 868d9d16568166369163225cb85e43dd7475e0dd authored over 5 years ago by edgarriba <[email protected]>
added tests

github.com/kornia/kornia - 385275f521e335cc7a5914a63c4c36dd585209e3 authored over 5 years ago by diegovd0296 <[email protected]>
Merge pull request #118 from arraiyopensource/Pulkit-Khandelwal-master

Pulkit khandelwal master

github.com/kornia/kornia - 098b75f81533a9318ad811eadc914a892f66670b authored over 5 years ago by Edgar Riba <[email protected]>
fix linter and mypy error for laplacian

github.com/kornia/kornia - f08c7e0414b5ee81b4350ee64206e6bf915ed6c0 authored over 5 years ago by edgarriba <[email protected]>
add laplacian filter to docs

github.com/kornia/kornia - 37d3051ed4e8d966e2bfeba5d1d8b0bdf5110676 authored over 5 years ago by edgarriba <[email protected]>
Merge branch 'master' into master

github.com/kornia/kornia - d4013adc70bbcb4e3f270906688d9e256beb02b2 authored over 5 years ago by Edgar Riba <[email protected]>
Merge pull request #115 from arraiyopensource/feat/pytorch_upgrade

upgrade pytorch v1.1.0 support

github.com/kornia/kornia - 9e34e466a97baaeb568a2b4313794d9b44c0cf0a authored over 5 years ago by Edgar Riba <[email protected]>
fix linter error

github.com/kornia/kornia - 97670a3c24ce5c2284194c102d3b46d6de6c88ab authored over 5 years ago by edgarriba <[email protected]>
fix mypy errors

github.com/kornia/kornia - 70d9ba070e658c2be67104b687b06e4401e23660 authored over 5 years ago by edgarriba <[email protected]>
normalization

github.com/kornia/kornia - 6d5fa6dee17f2dd52bc91e4f992f89fb47ab947d authored over 5 years ago by diegovd0296 <[email protected]>
upgrade pytorch v1.1.0 support

github.com/kornia/kornia - ce13e59c2be8832a1863d7c3c399314edfb375f7 authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #114 from arraiyopensource/feat/rgb_to_gray

Feat/rgb to gray

github.com/kornia/kornia - 8e021977de52ffa45694795aec355c0a77fb9f01 authored over 5 years ago by Edgar Riba <[email protected]>
reorganize sphinx image module

github.com/kornia/kornia - 3ca50c63e89731727b972b680bbd7e30c7167f2f authored over 5 years ago by edgarriba <[email protected]>
add jit test for gaussian blur

github.com/kornia/kornia - 85b8b2cd39ed346b36b807123712bc022f139b4f authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #113 from arraiyopensource/feat/rgb_to_gray

implement rgb_to_grayscale

github.com/kornia/kornia - 4dbe54f79d7b76f1253db27b22646b482417e6e2 authored over 5 years ago by Edgar Riba <[email protected]>
fix linter error

github.com/kornia/kornia - a92cd43cee64f8b3aa0dc70182121fd6d34b2135 authored over 5 years ago by edgarriba <[email protected]>
implement rgb_to_grayscale

github.com/kornia/kornia - 2fa2175de05a3ada94ac905718e8b7c737421410 authored over 5 years ago by edgarriba <[email protected]>
Merge pull request #112 from JackLangerman/patch-1

correct typo

github.com/kornia/kornia - 4d37983dc49ca3605bacd8ef01f752b4949d80fc authored over 5 years ago by Edgar Riba <[email protected]>
correct typo

widht -> width

github.com/kornia/kornia - cb4ed434605611b6aadbe3fcd3263fcec1d8df0b authored over 5 years ago by JackLangerman <[email protected]>
fix test

github.com/kornia/kornia - 5ad5b552a3b1244411945dc74d321b288a27d2cb authored almost 6 years ago by pulkit-khandelwal <[email protected]>
remove math lib and update test

github.com/kornia/kornia - 900eb6abd88fa7cbabfa4086c357ec97d019b47e authored almost 6 years ago by pulkit-khandelwal <[email protected]>
update math floor

github.com/kornia/kornia - 4de71cd92fb4c8237695278e49d34cf296575cd1 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update laplacian.py

github.com/kornia/kornia - 6dea4df4782723dcf790e3e106a7e1f26b36dd1d authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
window size to seven

github.com/kornia/kornia - 6b8aa4932f952ca58cbe51b11b96f3da25f67880 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update laplacian.py

github.com/kornia/kornia - 974cd34c3c2833a397fe6c04de382c747770903b authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update laplacian.py

github.com/kornia/kornia - 09ab53f1eb8236bc2a5add3a36a820081e501593 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update test_image.py

github.com/kornia/kornia - f8305696a4bb59bb8916e57f885dc012378bd93c authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update test_image.py

github.com/kornia/kornia - fee7cb6d9448ecbfe659e43ba058c875f95cb609 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
math to torch math

github.com/kornia/kornia - 1ff36928edabfc47c501ca298209f5082d12c31a authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
fix tensor for testing

github.com/kornia/kornia - 0fa76b4abbc9e4df454c56c47f3b551c581a01b5 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update test_image.py

github.com/kornia/kornia - 6938de27069e98b48a17b9c1482cacb564616801 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update setup_travis_env.sh

github.com/kornia/kornia - 494163800cf131513e0f41f91a2917d6b57496bb authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update setup_travis_env.sh

github.com/kornia/kornia - 505fbae818241959ab7e8372c1868e16000826e0 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update Dockerfile.travis

github.com/kornia/kornia - c9d9a578a02906de594a247cfdcd4f90aa4a4ea1 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update Dockerfile.travis

github.com/kornia/kornia - f5e771acec2e14deded9eff0a9d4905aab5fddcb authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update Dockerfile

github.com/kornia/kornia - 827a5f65cfcd16dca7add60272a77cac30b0d8be authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
more tests and linter fixes

github.com/kornia/kornia - d3d94a65611824ad7adf6973ebc3b22b05bd105d authored almost 6 years ago by pulkit-khandelwal <[email protected]>
fixes tests and laplacian

github.com/kornia/kornia - 763fb0aa9753966dd7915856a2dbe83ca04d3e7f authored almost 6 years ago by pulkit-khandelwal <[email protected]>
Update test_image.py

github.com/kornia/kornia - a78f5dc667ff30ae4d50ef235e92d208ea0dc43a authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
Update test_image.py

github.com/kornia/kornia - b1d33ed08c461a1499dd838aaa9faca5b6213788 authored almost 6 years ago by Pulkit Khandelwal <[email protected]>
update init file image

github.com/kornia/kornia - f1a5c9b8a68f3ffacfb7c739965e6e201aad3411 authored almost 6 years ago by pulkit-khandelwal <[email protected]>
fix tests

github.com/kornia/kornia - 4a445928aad52d1f24f7345f3dd2cf90f9600af4 authored almost 6 years ago by pulkit-khandelwal <[email protected]>
fix test

github.com/kornia/kornia - 9a36dcb09c09f151a5257ed830c9bb25591b3b0e authored almost 6 years ago by pulkit-khandelwal <[email protected]>
laplacian tests pass

github.com/kornia/kornia - 55dcedb43cd595ed65a1c0549c6f099216d1c67f authored almost 6 years ago by pulkit-khandelwal <[email protected]>
tests for laplacian

github.com/kornia/kornia - 12addc7e8c66703da1d60b81f4c0498b5079f71e authored almost 6 years ago by pulkit-khandelwal <[email protected]>
laplacian complete

github.com/kornia/kornia - 7373c6659f24003e6f36e5d9fe1cd72d9fb76181 authored almost 6 years ago by pulkit-khandelwal <[email protected]>
laplacian convolution

github.com/kornia/kornia - 4116984adac8f0ad5f3f82a3d45cf2b725f01337 authored almost 6 years ago by pulkit-khandelwal <[email protected]>
laplacian function

github.com/kornia/kornia - c0fd404ccd5f588e5f1aede33b367ba82cba2571 authored almost 6 years ago by pulkit-khandelwal <[email protected]>
Merge pull request #105 from arraiyopensource/fix_inf

Fix inf

github.com/kornia/kornia - 47064da3087487b9e0670adb1a4e1efb56182633 authored almost 6 years ago by Edgar Riba <[email protected]>
fix and refactor test_warp_perspective

github.com/kornia/kornia - d1f56c779370c72eb80103fa6bc7877f6be417f2 authored almost 6 years ago by edgarriba <[email protected]>
fix TestConvertPointsFromHomogeneous test

github.com/kornia/kornia - ebae60c6f93855963b67eb4dbcc3416f5cadb210 authored almost 6 years ago by edgarriba <[email protected]>
Fix inf

github.com/kornia/kornia - b5edd0e8902d5de7c5d978f6ea36ba7145b6d403 authored almost 6 years ago by stefano <[email protected]>
Merge pull request #104 from arraiyopensource/python-3.6

Enforce python 3.6 minimal version

github.com/kornia/kornia - cb1935f175932ea0c8de307de80da6bf3ec1feba authored almost 6 years ago by Edgar Riba <[email protected]>
raise runtime error to require python 3.6 or later

github.com/kornia/kornia - 93f84ad651f6fa26a400db579b0fa1d772e1b32c authored almost 6 years ago by edgarriba <[email protected]>
Enforce python 3.6 minimal version

github.com/kornia/kornia - f7a9b1517d04f746ce8de82b17c278edc874a4fd authored almost 6 years ago by bhack <[email protected]>
Merge pull request #103 from arraiyopensource/fix/transform_points_nans

Fix/transform points nans

github.com/kornia/kornia - 3049774a6a3cbba8de8c67e65476ee64bad7a146 authored almost 6 years ago by Edgar Riba <[email protected]>
remove unused code

github.com/kornia/kornia - 0ec37597b0ef0e550a5929e379dc9a26facc60ca authored almost 6 years ago by edgarriba <[email protected]>
fix linter error

github.com/kornia/kornia - c3a2aa6ba17472b2114193b83d4f918f6417f271 authored almost 6 years ago by edgarriba <[email protected]>
fix convert_from_homogeneous for points at infinity

github.com/kornia/kornia - 967fb740b05ca1eb96a3f7c5b481f22c9565331b authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #102 from arraiyopensource/feat/confusion_matrix

vectorize mean_iou

github.com/kornia/kornia - a5ace4e787881176a1ebd4b082e40dd2bba288d8 authored almost 6 years ago by Edgar Riba <[email protected]>
vectorize mean_iou

github.com/kornia/kornia - 908ae00551bcf45569d1d0f0a90a79dd4825835d authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #101 from arraiyopensource/feat/confusion_matrix

fix mean_iou documentation issue

github.com/kornia/kornia - 46f2313ecc80195c4742003f5fa70b130fa3bb68 authored almost 6 years ago by Edgar Riba <[email protected]>
fix mean_iou and confusion_matrix type checkings

github.com/kornia/kornia - fef19f4c12287c2b41ed79eeb6ae2b8f6cafa875 authored almost 6 years ago by edgarriba <[email protected]>
fix mean_iou documentation issue

github.com/kornia/kornia - 3bf0ab6f6ce2a56ddd97f98bd4026d5beb7aa5dc authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #100 from arraiyopensource/feat/confusion_matrix

create metrics module and implement confusion_matrix and mean_iou

github.com/kornia/kornia - bb14c002b9dd13bed1125d4d25f49c9081d118a2 authored almost 6 years ago by Edgar Riba <[email protected]>
fix mean_iou batch2 unit test

github.com/kornia/kornia - 78d961c9a9ea0884238680b10dabc369d1e929bb authored almost 6 years ago by edgarriba <[email protected]>
add normalize confusion matrix and return as torch.float32

github.com/kornia/kornia - b2d31819b00dca7f259ef8e862261f6d81537563 authored almost 6 years ago by edgarriba <[email protected]>