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

small improvement in the augmentations docs (#1288)

* small improvement in the augmentations docs

* Apply suggestions from code review

github.com/kornia/kornia - 2e0a5eecb777a8dad16c398f2d7d521e860659f6 authored over 3 years ago
fixes torch version parse and add temporal packaging dependency (#1284)

* fixes torch version parse and add temporal packaging dependency

* Update setup.py

* [pre...

github.com/kornia/kornia - 6ea072d438823fbce8603696108bbf508608870a authored over 3 years ago
specify that angles are in radians (#1287)

github.com/kornia/kornia - 1e8285a0bb60c26a1fc6e11d2e59212912902ffe authored over 3 years ago
typo in the main docs

github.com/kornia/kornia - 023b7358c8f1f2db8961bda1e466b3c3f9498346 authored over 3 years ago
[doc] Refined docs (#1280)

* Refined docs

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information...

github.com/kornia/kornia - 66dcea33217f5863833b7bc35771e49bebad9891 authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1282)

updates:
- [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupg...

github.com/kornia/kornia - b1306e15f73152097c81fdc9cf671df4c3133376 authored over 3 years ago
fix test loading before pytorch 1.6 (#1278)

* fix test loading before pytorch 1.6

* Update test_loftr.py

github.com/kornia/kornia - c91daa84dec0fed23bda4bd687eec81bf55d1c9d authored over 3 years ago
[feat] Added differentiable Hausdorff Distance (HD) loss (#1254)

* Added HD loss

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more informatio...

github.com/kornia/kornia - 06884a08f710b31fe5861d45d078b4284552ced1 authored over 3 years ago
Add models section in docs and some improvements (#1279)

* fix docs logo path

* add missing logos in docs

* ass missing github favicon

* fix sta...

github.com/kornia/kornia - 16629f35135427ee37f9176bf824e31d1e00137a authored over 3 years ago
update link to github favicon

github.com/kornia/kornia - 1a0805a35d3637528ae7035fd430ddee3e872fa7 authored over 3 years ago
[Feat] Enable ImageSequential and VideoSequential to AugmentationSequential (#1231)

* code init

* Refactorized code & adding codebase for sequential augmentation

* Make it wo...

github.com/kornia/kornia - ea50bd664188243feaf3c4c2424aaabd4f8cfc69 authored over 3 years ago
Convert docstrings to active tense (#1275)

* Convert docstrings to active tense

* [pre-commit.ci] auto fixes from pre-commit.com hooks
...

github.com/kornia/kornia - 6fd11b02e78ff8929d005c1154e4fc945afe3500 authored over 3 years ago
Update image_matching.rst

github.com/kornia/kornia - 9c9a057bd524e75a254e65a3e23da33c6bdc2e7d authored over 3 years ago
Add Image Matching with LoFTR to the apps (#1274)

* Simple app with LoFTR
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.n...

github.com/kornia/kornia - 0328a82bb02bb997eb5424b5a08a9ceff4e0aaba authored over 3 years ago
update librecv link in docs

github.com/kornia/kornia - cc0a1f0e861959a011507435911847335c267beb authored over 3 years ago
fix static path for favicon in docs (#1273)

* fix docs logo path

* add missing logos in docs

* ass missing github favicon

* fix sta...

github.com/kornia/kornia - 5ab9aaf513bf65a17cf8c9f058a0cbd1f51c9dad authored over 3 years ago
fix save_pointcloud_ply fn counting point with inf coordinates (#1263)

* fix save_pointcloud_ply fn counting point with inf coordinates

* add test for infinite valu...

github.com/kornia/kornia - 33dd828036a2dac17fdb42ceaa24f1e864bcf39d authored over 3 years ago
Add missing github favicon (#1272)

* fix docs logo path

* add missing logos in docs

* ass missing github favicon

github.com/kornia/kornia - 44be44f4ffa29371c7fe7b43209e9d542e465a3a authored over 3 years ago
add missing logos in docs (#1271)

* fix docs logo path

* add missing logos in docs

github.com/kornia/kornia - 891fe635d1f91562ca752c1361d3ebb824af358e authored over 3 years ago
fix docs logo path (#1269)

github.com/kornia/kornia - 790d396e245691e23c37fb8f22df0e243dcfdf0c authored over 3 years ago
docs revamp with furo! (#1268)

* docs ravamp with fure!

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more i...

github.com/kornia/kornia - bcbe1328da7bf8271b85d1b3eeeb91534d4b2fcf authored over 3 years ago
LoFTR inference basic PR [WIP] (#1218)

Add LoFTR from original repo
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@us...

github.com/kornia/kornia - 085cd528181661b6ac72dbb7fb4004ec5a24f9c3 authored over 3 years ago
return all learned modules by default in eval() mode (#1266)

github.com/kornia/kornia - 1b3e40ad2f76b2dddd25cfbd9c62246e866a7dd6 authored over 3 years ago
Update pull-request-template.md

github.com/kornia/kornia - eaf7caf62cd717efd2cc4dbaafc70d4057cdb3ab authored over 3 years ago
update youtube link

github.com/kornia/kornia - b35efd1e8035c6572712452bd446400ddd93b866 authored over 3 years ago
add image resgistration to doc tasks (#1262)

* add image resgistration to tasks

* [pre-commit.ci] auto fixes from pre-commit.com hooks

...

github.com/kornia/kornia - 2dd8ea00e9ee02a66424d3d0dad27730393dd5b7 authored over 3 years ago
Add ImageRegistrator API (#1253)

* Converted example into ImageRegistrator

* docstring example

* [pre-commit.ci] auto fixes...

github.com/kornia/kornia - c21f79a18cc28f195af95574eaec499600b86ec4 authored over 3 years ago
Bump pytest-cov from 2.12.0 to 2.12.1 (#1258)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 2.12.1.
- [Release ...

github.com/kornia/kornia - a815d8ea4274b582ddee1da77a3709e58d611de2 authored over 3 years ago
Bump pytest-xdist from 2.2.1 to 2.3.0 (#1257)

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.2.1 to 2.3.0.
- [Releas...

github.com/kornia/kornia - 751d8b29f6f3c67865c42cf0cf9f1ade19868939 authored over 3 years ago
Bump pytest from 6.2.4 to 6.2.5 (#1256)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5.
- [Release notes](htt...

github.com/kornia/kornia - bda353a6642a83c627e8bfc0ddadb1460b3fc2da authored over 3 years ago
Create dependabot.yml (#1247)

github.com/kornia/kornia - 283f55e73e9ead6d417c609bc59ef9c9bafcb263 authored over 3 years ago
Fix unused variable found 2/n (#1252)

* Fix Unused variable found

* more fixes

* Fix unused variable found

github.com/kornia/kornia - 255a01a4778b785d48ebe3b2b3ae6d42a005a049 authored over 3 years ago
enable all tests (#1251)

github.com/kornia/kornia - 2f153db9b7c262609f92a78effb0f628570ba137 authored over 3 years ago
Fix unused variable found (#1250)

* Fix Unused variable found

* more fixes

* Update kornia/enhance/histogram.py

github.com/kornia/kornia - 2bd56d9db04e5e6939d658780f761b47372df2d1 authored over 3 years ago
Add bandit B101 test and fix (#1248)

* Add bandit B101 test and fix

* add .bandit file and skip B101 in tests

* use pyproject.t...

github.com/kornia/kornia - 4558fecf2e5f3d54a9c0f964ae7eb2be13003c16 authored over 3 years ago
remove block from bug template

github.com/kornia/kornia - 60d833b476fc7efae6d151825a46c6819ba368ae authored over 3 years ago
fix issue with bug template

github.com/kornia/kornia - 6286df1b2b0167c9deb5aea0b8f9c676f19a12a4 authored over 3 years ago
Update and rename bug-report.md to bug-report.yml

github.com/kornia/kornia - 4c25ab69df4c08d3abbd8a9037541f7ab588b8b1 authored over 3 years ago
Delete questions-help-support.md

github.com/kornia/kornia - 1f221cd7bf6e5b08161506265f036626278ad5ba authored over 3 years ago
add config.yml to point to communities

github.com/kornia/kornia - 5513110616151a51f52faaa20294d42380d324c0 authored over 3 years ago
Update feature-request.md

github.com/kornia/kornia - 2c75721be0835d7324ad5a12b0541c7d99067900 authored over 3 years ago
Add yesqa in the pre-commit (#1246)

* Add yesqa in the pre-commit

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for m...

github.com/kornia/kornia - a0b10683ff6d84f2d4eb54ace79897d163ed21a1 authored over 3 years ago
Add bandit B110 test and fix (#1243)

* add bandit B110 test and fix

* add subprocess.CalledProcessError to setup.py

* add missi...

github.com/kornia/kornia - 23149197be20a5587796cb61f3386f248f95fb9f authored over 3 years ago
Add docformatter in pre-commit (#1242)

* Add docformatter in pre-commit

* [pre-commit.ci] auto fixes from pre-commit.com hooks

fo...

github.com/kornia/kornia - 75250007b59a7496e0d85e17e232218aac3656f4 authored over 3 years ago
fix docstrings, enhance docs and change an assertion (#1241)

github.com/kornia/kornia - 7e7a922af5e5bdd243bb0f28599464f41a516eec authored over 3 years ago
Function contains unused argument (#1240)

* Function contains unused argument

* fix linter

* [pre-commit.ci] auto fixes from pre-com...

github.com/kornia/kornia - 9be7b21e2d9b7c88361c772a239a1c65cb9471bc authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1239)

updates:
- [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0....

github.com/kornia/kornia - 23d28ba38882a5fb6b58359b49967f957549f281 authored over 3 years ago
bumpt to 0.5.10

github.com/kornia/kornia - 92e5237a0156c2076b06b5bbfbddc6341da14eb9 authored over 3 years ago
bump 0.5.9 release version (#1232)

* bump 0.5.9 release version

* update changelog

* Update CHANGELOG.md

* [pre-commit.ci]...

github.com/kornia/kornia - 6c2629d921c993e6e051e2f986c991da2f871272 authored over 3 years ago
Fix mypy issue with torch.linalg (#1236)

* add a compatibiliy stub for torch solve

* change missing _torch_solve_cast calls

* [pre-...

github.com/kornia/kornia - 737c2a519b2a48516893db3e588df17f77f3b049 authored over 3 years ago
Fixes warnings and add compatibility stub in torch solve (#1235)

* add a compatibiliy stub for torch solve

* change missing _torch_solve_cast calls

* [pre-...

github.com/kornia/kornia - ac597446adcd14bccb00da3e00b5f7a57e2bd468 authored over 3 years ago
[docs] update copy button style (#1234)

* update btn

* update missing css

* update style

github.com/kornia/kornia - bda6c0382de85cb876d6958c595b4d31a7752b0c authored over 3 years ago
updated urls and also performed minor refactoring (#1230)

github.com/kornia/kornia - c774405dad1ee67e8ea103be559fa9a800e239f7 authored over 3 years ago
Add bandit tool in the pre-commit (#1228)

* Update .pre-commit-config.yaml

* Update .pre-commit-config.yaml

* Update .pre-commit-con...

github.com/kornia/kornia - fa5cd3fe10f16a90c4abbc8e96cf248a0cdddcf7 authored over 3 years ago
Merging comparisons with 'in' (#1229)

* Merging comparisons with 'in'

* Apply suggestions from code review

github.com/kornia/kornia - 6543ca92705d578badc2b7b10433a746bb7ab120 authored over 3 years ago
add product hunt badge in the readme

github.com/kornia/kornia - 58bbe37dc582ed33724ed110b0503ac02f8e5448 authored over 3 years ago
Remove unnecessary use of comprehension (#1220)

* Remove unnecessary use of comprehension

* add skip and todo comment

Co-authored-by: deep...

github.com/kornia/kornia - 7b1d0d57c2dd09d1a88503ff6f50073e28df2d54 authored over 3 years ago
enable pyupgrade as pre-commit (#1221)

* enable pyupgrade as pre-commit

* [pre-commit.ci] auto fixes from pre-commit.com hooks

fo...

github.com/kornia/kornia - f1a879bf39f0181a07482da7f74b1a8f14143f21 authored over 3 years ago
added homography error metrics, and improved find_homography_iter (#1222)

* added homography error metrics, and changed dlt_iterated to work on 2-way error

Co-authored...

github.com/kornia/kornia - 7686a4d10691b59172e3d54a215b666619a8aca4 authored over 3 years ago
add missing image_histogram2d in docs (#1219)

github.com/kornia/kornia - 29afb4dfc881e84ed5a41f60d918fb383345162f authored over 3 years ago
Basic pool request for DeFMO. (#1135)

* Basic pool request for DeFMO.

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bo...

github.com/kornia/kornia - 9c3416a437f09f07943f2e16fa9be1ab986405e6 authored over 3 years ago
NotImplementedError for the rtvec (#1215)

github.com/kornia/kornia - 75cd719bfab04b76614c95b9a2098877687a4501 authored over 3 years ago
Do not ignore undefined names in Python code (#1210)

* Undefined name: import io for line 86

Discovered via #1209

* Undefined name: import Tupl...

github.com/kornia/kornia - f272a788bc0234d760fd30b8e9410bea54e07692 authored over 3 years ago
Fix typos discovered by codespell (#1214)

github.com/kornia/kornia - 5db1021f507315dbe161e63f7e409402c1049d51 authored over 3 years ago
Added tests, fixed docstrings and made some other changes (#1211)

* Added tests for cam2pixel and pixel2cam. Fixed docstring issue mentioned in #1170. Changed def...

github.com/kornia/kornia - 424ca1da65af382ee5d10daf3281660dad35a1be authored over 3 years ago
Upgrade to modern Python syntax (#1213)

* Upgrade to modern Python syntax

* [pre-commit.ci] auto fixes from pre-commit.com hooks

f...

github.com/kornia/kornia - 09e8ee775684459f914ae0d0b1622187a9d4961c authored over 3 years ago
Ensure CenterCrop indices are integers (#1208)

On my system when adding an augmentation CenterCrop, I was getting
tons of warnings:

point...

github.com/kornia/kornia - 5d94f8df18d41a8a14d3613146a5d3f327d271dc authored over 3 years ago
Unexpected keyword argument in function call (#1207)

github.com/kornia/kornia - 431b37b105b83e27c8167c21ccc31dd3a639a14c authored over 3 years ago
Remove assert statement from non-test files (#1206)

* Remove assert statement from non-test files

* [pre-commit.ci] auto fixes from pre-commit.co...

github.com/kornia/kornia - cc269cb88d8a866002a733691ed22facbe8ce1bb authored over 3 years ago
Refactor unnecessary `else` / `elif` when `if` block has a `raise` statement (#1205)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

github.com/kornia/kornia - f8e41b2fea30c5adf3407a2a6cc082bdec31b435 authored over 3 years ago
Refactor `if` expression (#1203)

* Refactor `if` expression

* Update image.py

Co-authored-by: deepsource-autofix[bot] <6205...

github.com/kornia/kornia - cf8fbc2e45c206f2bffce3b117228dedea0dcb42 authored over 3 years ago
Remove methods with unnecessary super delegation. (#1202)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

github.com/kornia/kornia - 55bfbaf7370060eff5c0f5a0238c3766b671969a authored over 3 years ago
Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#1201)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

github.com/kornia/kornia - ef6ef28a4515470bbd0401738c86d2a3dcb82c34 authored over 3 years ago
Use identity check for comparison to a singleton (#1198)

* Use identity check for comparison to a singleton

* Update conversions.py

Co-authored-by:...

github.com/kornia/kornia - 1c60bfec4f59237ee9722f6ca348e4d57124abc6 authored over 3 years ago
link the connected components algorithm to the documentation (#1200)

github.com/kornia/kornia - 7a6ae1241d071b7d3bff01a6759c78cb94bb8463 authored over 3 years ago
Delete unreachable statements (#1199)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

github.com/kornia/kornia - 6a656afd78b70b4981a3e900d1e9b7277c421fde authored over 3 years ago
wrong param name fixed (#1197)

github.com/kornia/kornia - 3ed65fc0d5481b8415faf5a6eaac5f11a183529b authored over 3 years ago
bump to version 0.5.8 (#1190)

github.com/kornia/kornia - 2ebbef933e233682e56b3afd73e2d073d945a0c1 authored over 3 years ago
Add the connected components labeling algorithm (#1184)

* implement the connected components labeling algorithm

* [pre-commit.ci] auto fixes from pre...

github.com/kornia/kornia - a968e35a936bebb2d445394dc9ae8f3b96b59517 authored over 3 years ago
[Feature] Differentiable image histogram using kernel density estimation. (#1172)

* Add keepdim parameter to tensor_to_image.

* Add tests for keepdim parameter to tensor_to_im...

github.com/kornia/kornia - 998f6668b6cc246c1b978084edb45301b1c7e0a8 authored over 3 years ago
Fixed bugs in patchsequential. Remove fill_diagonal operation for better ONNX support. (#1178)

* Minor fixes

* update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more ...

github.com/kornia/kornia - ff585f77f23d49849d62fbc895d104e0325ed6ae authored over 3 years ago
docstring indentation fixes (#1180)

github.com/kornia/kornia - 513f534d71590fef93c219de4612a3d288b32496 authored over 3 years ago
Fix RandomElasticTransform ignores same_on_batch (#1189)

* fix RandomElasticTransform ignores same_on_batch

* [pre-commit.ci] auto fixes from pre-comm...

github.com/kornia/kornia - 778ca387a3e756850d59c105e34d7d7209f9f225 authored over 3 years ago
add analytics html file

github.com/kornia/kornia - 1c43dfb834a457249b4edb262d893ec12755e6b1 authored over 3 years ago
use custom sphinx_rtd_theme

github.com/kornia/kornia - 665822bcd57ed1ea3509fab3d56290314136767e authored over 3 years ago
update html_theme_options for analytics_id

github.com/kornia/kornia - f3e7f91226f75377fb181a08345bf69b15c82362 authored over 3 years ago
Update conf.py

github.com/kornia/kornia - d69c5350e0bec48960348a9c2d3f9a49a4354057 authored over 3 years ago
update googleanalytics_id

github.com/kornia/kornia - a5199a572dd61d9f5494076817ef2ea3746a0b37 authored over 3 years ago
Fix wrong source points for RandomThinPlateSpline (#1187)

github.com/kornia/kornia - 0899814ddcf48c2bd8e7475f62c4f3d28b8d194d authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1185)

updates:
- [github.com/PyCQA/isort: 5.9.2 → 5.9.3](https://github.com/PyCQA/isort/compare/5.9.2...

github.com/kornia/kornia - 7af80743fbc9a402a0dff529a9d0fce164ee4f1c authored over 3 years ago
fix even kernel and add test (#1183)

github.com/kornia/kornia - 9518ed02ba77c4148a16a04805ea6e2db049db06 authored over 3 years ago
Partial fix for #1165 (#1166)

* Partial fix for #1165. Only fixes RandomHorizontalFlip and RandomVerticalFlip for 2D and 3D ca...

github.com/kornia/kornia - 02782167cad9e6bbe334db9e03c712fff3b9eef9 authored over 3 years ago
release 0.5.7 (#1174)

github.com/kornia/kornia - c2ab5af5e32882ddf0260e61363bc3c448c7f6d8 authored over 3 years ago
Supporting arbitrary number of leading dimensions (#1113)

* reused _to_bchw

* fixed bugs when shape is different from (b, 3, h, w)

* supported arbit...

github.com/kornia/kornia - 2850e547f3b6e2dc1d1a2a151cad8f178f96d4af authored over 3 years ago
Add actual numerical tests for epipolar metrics (#1169)

* Add actual numerical tests for epipolar metrics

github.com/kornia/kornia - 4d8c04c6e01f5e5ea3d6246b89155661b67ec4da authored over 3 years ago
Add keepdim param to tensor_to_image function. (#1168)

* Add keepdim parameter to tensor_to_image.

* Add tests for keepdim parameter to tensor_to_im...

github.com/kornia/kornia - 136941d526d8abb86d4c5e8e78abb08be8e980ec authored over 3 years ago
Fix some checks (#1164)

github.com/kornia/kornia - b2cd451776e0329e181c49fe2b5bd8fd3bbec508 authored over 3 years ago
Grayscale to RGB image conversion. (#1162)

* Add grayscale_to_rgb method.

* Add tests for grayscale_to_rgb method.

* Add autofunction...

github.com/kornia/kornia - 9fe0a62ad85429108a765cbd3cbb8e9f638a4eb7 authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1161)

updates:
- [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0....

github.com/kornia/kornia - 33f348cfb8eab7a3e3c33e49aa9ab769fea602e4 authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1157)

updates:
- [github.com/PyCQA/isort: 5.8.0 → 5.9.2](https://github.com/PyCQA/isort/compare/5.8.0...

github.com/kornia/kornia - 9fedbc43f2cfcf43d7d45285460a7db3d8982eea authored over 3 years ago