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
github.com/kornia/kornia - 5c02345fdf9eac462ad3289a17fc3724d5ddb624 authored about 2 years ago
* fix doctest
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information,...
github.com/kornia/kornia - fdb51dc7cc240ca803b1073010d8b861b031bf66 authored about 2 years ago
* add sepia filter
Co-authored-by: Dmytro Mishkin <[email protected]>
Co-authored-by: Edgar...
* add So3
* udpate misc
* update geometry init
* add so3 test
* zeros_like exposed i...
github.com/kornia/kornia - 8dba21df49c6d05b1da497997fca3d808a4cef44 authored about 2 years ago* Refactor-out normalize-with-intrinsics into separate function
Co-authored-by: pre-commit-ci...
github.com/kornia/kornia - 24398ee07e9a80ad8f1747d315c243c83bf5852c authored about 2 years ago* feature #1836 implement RandomBrightness
* #1955: fixing some docs, mypy error
* [pre-co...
github.com/kornia/kornia - 9072beb14622c763c992c323c834d30020af6f4f authored about 2 years ago* [pre-commit.ci] pre-commit suggestions
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](...
github.com/kornia/kornia - 124d38a7f02866a961787f8ab806677dc05e76b9 authored about 2 years ago
github.com/kornia/kornia - ffc8a5d04617aeb13536fb9bbbca2914de93ef87 authored about 2 years ago
Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.13.1 to 0.13.2.
- [Release...
github.com/kornia/kornia - c5f52f305a4a7a8ce1aad5d807581e083ff86fcd authored over 2 years ago
github.com/kornia/kornia - 4037bf4665bc2ba0fdd4327e06a47dfd3bd7566a authored over 2 years ago
* fix cuda init
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.g...
github.com/kornia/kornia - d1d83b590eb1891348660eb995a9b4a27b1a84bd authored over 2 years ago
* div by zero bug fix
github.com/kornia/kornia - e6199ab686daa75c266269a7dc7666194f420655 authored over 2 years agogithub.com/kornia/kornia - a0926e486bcdbd9f7714b91ed4831fd95226de7b authored over 2 years ago
github.com/kornia/kornia - 3e0b957a57ad5563cb8d6239791da20adc89f452 authored over 2 years ago
* fix cuda tests failing
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@user...
github.com/kornia/kornia - 765549c227cfe36ac9e559771c58456a6be591ad authored over 2 years ago* remove linter CI and old pre-commit job
* remove make autopep8
github.com/kornia/kornia - e7ab2fc16bf6bdf36a774a082d0301655ac72b31 authored over 2 years agogithub.com/kornia/kornia - ea3ac649568d435847a865dc5471cad90ae6138a authored over 2 years ago
* add laplacian pyramid
* minor corrections in kornia.geometry.transform.pyramid
* [pre-co...
github.com/kornia/kornia - 55dbab555b008fbcb27a3cc2a16cbc45ca774a0b authored over 2 years ago* add slerp
* expose where in kornia.core
* add slerp test
* minor
* minor
* mino...
github.com/kornia/kornia - 11d1b8eb19e1f10e7a67198fe3e20bdecfae4f74 authored over 2 years ago
* add edge detection api
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users....
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github.com/kornia/kornia - 9d9cee39b1d534a26ae7468250dc127da6a36330 authored over 2 years ago* norm bug fix
* add norm_shape test
* docstring error fix
* Update quaternion.py
Co...
github.com/kornia/kornia - 9bda8af3d4fc06e3d1c5ce6397215042cc979ce9 authored over 2 years ago* Update kernels.py
Changed x.pow(2.0) to x**2.0 to make it stylistically consistent with sig...
github.com/kornia/kornia - aa25635dba55e415b1790c8131c4bbd98726e171 authored over 2 years ago* Fixed mypy warnings
* Update constants.py
* fix
* fix
Co-authored-by: Dmytro Mishk...
github.com/kornia/kornia - daa382c40e2f858a80541aae1a88ddd3172c93fb authored over 2 years ago
updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...
Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.12.0 to 0.13.1.
- [Release...
* fix shift_rgb stack dimension
* update RandomRGBShift tests
github.com/kornia/kornia - fb52c207a3f926ef79edda88d20e2e0acd127ae9 authored over 2 years ago
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0.
- [Release no...
* big svdvals
github.com/kornia/kornia - 84118444e24cb31a9081deaaf37542d19939a339 authored over 2 years agogithub.com/kornia/kornia - 758f48dd1eb8cd2193e04f03ee95ffb8ae015829 authored over 2 years ago
- Added LU solver for RANSAC-homography, it speeds-up the minimal-solver part x10
- Now find_fu...
* add space demo for homography warping
* [pre-commit.ci] auto fixes from pre-commit.com hook...
github.com/kornia/kornia - 3fcc829e228a499a520e76cd596d1e3a13ab4d5e authored over 2 years ago* add spaces demo
Co-authored-by: Johannes <[email protected]>
Co-authored-by:...
* Create geometry_image_transform.html
Co-authored-by: Agung Aldevando <[email protected]>
Co-a...
Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy) from 0.9.1 to 0.10.0.
- [Release not...
* New and clean branch for NeRF
Co-authored-by: Dmytro Mishkin <[email protected]>
Co-autho...
* add from_axis_angle method
* add r3 unit vec check
* add axis-angle test
* minor
*...
github.com/kornia/kornia - 09ebcc4a377f379f51e55c9e6fa3f48a1d129286 authored over 2 years ago* Add device query to Pinhole class
Co-authored-by: Yaniv Hollander <yhollander@american-robo...
github.com/kornia/kornia - 2ada27ca9346c1d60fbdbcb36bdf3d7aa4bd6810 authored over 2 years ago* add RandomGamma TestRandomGamma docs
* Fixing docs RandomGamma
github.com/kornia/kornia - 7048616c283c5db464b57d37e8b3b6271bf6ff58 authored over 2 years ago
* Use --no-implicit-optional for type checking
Co-authored-by: pre-commit-ci[bot] <66853113+pre...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github.com/kornia/kornia - 2f514e428bcf03b205224c9377e2f16eeb235218 authored over 2 years ago* Refactor embedded Gradio demos
* Refactor line fitting demo
Co-authored-by: pre-commit-ci[...
* Create total_variation_denoising.html
* Create image_denoising.rst
github.com/kornia/kornia - 30b3103c6cea80eb539a8ae2227f4a54a3175e34 authored over 2 years ago* Create image-registration.html
* Rename image-registration.html to image_registration.html
...
updates:
- [github.com/asottile/pyupgrade: v2.38.0 → v2.38.2](https://github.com/asottile/pyupg...
* move kornia setup to declarative metadata
* Move requirements to setup.cfg
github.com/kornia/kornia - e0eeac46ad88522bf8b5da66df786d9390a8786a authored over 2 years ago* quaternion index bug fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more...
github.com/kornia/kornia - 18dc257e6b6a89894ac2b11c8372527590f391b2 authored over 2 years ago
updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupg...
github.com/kornia/kornia - eded38e5162ed943d581c3421499d5cf14bfe4e8 authored over 2 years ago
github.com/kornia/kornia - a8f4260bbd546dd8e792e13e4f537c3995f150ff authored over 2 years ago
github.com/kornia/kornia - 343fbff2f971b54264b5bd94843d97ecf55c9537 authored over 2 years ago
github.com/kornia/kornia - 1e69eb41ef58a27f8236e65f682cabc963ce0670 authored over 2 years ago
* remove conv3d from spatial_gradient
github.com/kornia/kornia - 8c9fc4dc04a717e411c31a8042346051ee1620f5 authored over 2 years agogithub.com/kornia/kornia - 44ae7c68aff2833232fc529e97cb563f74d3b758 authored over 2 years ago
* Added possibility to run tests for mps locally
Co-authored-by: Edgar Riba <edgar.riba@gmail...
github.com/kornia/kornia - 9b334a92be7a6b28700178a9d51f33ef21dcad34 authored over 2 years ago* fix OOM
* Union is not supported still
github.com/kornia/kornia - 6a1332bc808c478abaf401ccb6f13e280d45cb82 authored over 2 years ago* Update tests_cpu.yml
github.com/kornia/kornia - 30510002ff299004df7147aae5712f9a9aaa1c30 authored over 2 years ago* no crash with empty input
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@u...
github.com/kornia/kornia - 022bff38dc5320c8a5ef02624cd30cfb64e52a7a authored over 2 years ago* added html file
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more informat...
github.com/kornia/kornia - 612db3870a8528fd4d67f09e669a78ee20a8096f authored over 2 years ago* Create edge_detector_gradio.html
* Create morphological_operators.html
* Update filters....
github.com/kornia/kornia - 152e858ca49d5fa42378792436b9aa1a5576133e authored over 2 years ago* fix adalam output when No seed point survived.
Co-authored-by: pre-commit-ci[bot] <66853113...
github.com/kornia/kornia - 2b4052cfe61cfdf819b7bd6147479f55087e711a authored over 2 years ago* created resize_antialias.html file
* Update geometry.transform.rst
* linked interactive ...
github.com/kornia/kornia - 70758c9a5dede9f1192ed953aa910ad159b6b41f authored over 2 years ago* Add html and embeddings in filters
* [pre-commit.ci] auto fixes from pre-commit.com hooks
...
* Added Jigsaw
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information...
github.com/kornia/kornia - fe977ab5f7b31af660c7dcc6a574b2493e9ddd9f authored over 2 years ago
* fix AdaLAM crash
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.norepl...
* Create edge_detector_gradio.html
* Create morphological_operators.html
github.com/kornia/kornia - c25fe1449911055b14e4f4f01efad4d700642453 authored over 2 years ago* edge detection demo
* location change of web app
* change space name
github.com/kornia/kornia - 1e5e3f6e45d24dddd06362b2cfb0f75edc132dec authored over 2 years ago* Added Hugging Face demo link.
* added stitching_gradio file
* [pre-commit.ci] auto fixes...
github.com/kornia/kornia - 03050c5c73769127f4ecd89933d5374ef34d9c93 authored over 2 years ago* fix bugs shift_rgb
* add tests for TestRGBShift and TestRandomRGBShift
github.com/kornia/kornia - 1895d532835306ec6135f99e29b28586d9597055 authored over 2 years agogithub.com/kornia/kornia - 621f4c82c113051b52093a0975e56927513821d7 authored over 2 years ago
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-au...
github.com/kornia/kornia - c9bea53cd096c61c9b4a48ca3acb917e0943b14f authored over 2 years ago
Co-authored-by: Nitai Fingerhut <[email protected]>
github.com/kornia/kornia - 07b4ff51cd3ad70980d951a073cc88539359d63b authored over 2 years ago* add concurrency cancel-in-progress in cpu workflow
* [pre-commit.ci] auto fixes from pre-co...
github.com/kornia/kornia - 822f870ab3b1396b19a0de56390a0c18ab8e15db authored over 2 years ago* Use pre-computed probs and increase readability
Use pre-computed probs_pos and probs_neg ra...
github.com/kornia/kornia - ea19dff0506d071dda988e22d6e103bc91aeb37e authored over 2 years ago* [pre-commit.ci] pre-commit suggestions
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3.
- [Release notes](htt...
* docs: clarify the relation of color_jitter and color_jiggle
* Update kornia/augmentation/ra...
github.com/kornia/kornia - 34cf856d740bc91d4b399836e4687ab75f9882a2 authored over 2 years ago* Enlargen positional encoding map if large input images are input
Co-authored-by: pre-commit...
github.com/kornia/kornia - 63973572491ebba097c1af6f313d2ece49e7030a authored over 2 years agogithub.com/kornia/kornia - 31ff8b2f6c0ffbe980dd17f1be60194f3753940c authored over 2 years ago
* Added homography from line segment correspondences
Co-authored-by: pre-commit-ci[bot] <668531...
github.com/kornia/kornia - 8e232aed123484d8214b2abcfb3c8ea6003aae8b authored over 2 years ago
github.com/kornia/kornia - d4b0bfc0040f68acfe6b7a6281c15b1661db10b6 authored over 2 years ago
github.com/kornia/kornia - c153c61b23b7165b274993878ffabdc45de8ee69 authored over 2 years ago
* bug fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see...
github.com/kornia/kornia - 6da9a58a7d417cb68d8b31a9b24df720010f5605 authored over 2 years ago
* Added SOLD2 line detector &descriptor
Authored by Rémi Pautrat <[email protected]...
github.com/kornia/kornia - 127ec94b8b19f82f6f734d5d85b10721ddb378ca authored over 2 years ago
github.com/kornia/kornia - a227241d0b8a2398e2f3cef8cdee48984d9330d8 authored over 2 years ago
* fix tests and warnings
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more i...
github.com/kornia/kornia - 020bd1a31050a346c05dd6e3ad4134ec74e11e77 authored over 2 years agogithub.com/kornia/kornia - 844f331659e20bcd087b4b405643f5a68603c936 authored over 2 years ago
github.com/kornia/kornia - e32542331a5c0c3e92fdbee7388b6f80c989830b authored over 2 years ago
* init
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see ht...
github.com/kornia/kornia - 1f89761030a93a6562c139dfa43d4acfc470796c authored over 2 years agogithub.com/kornia/kornia - f424d4a0a41fdbb0f0d8242229c2fe04e39572d0 authored over 2 years ago
* Added AdaLAM
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.gi...
* fix tests
* add `assert_close` method to BaseTester
* Update kornia/testing/__init__.py
...
github.com/kornia/kornia - f17c9081fdce7c53048368b0385799bc24456306 authored over 2 years ago
* Quaternion API
github.com/kornia/kornia - a42bf8f346b20cfa3d7e9c429f11a6429cdf74e1 authored over 2 years ago