Ecosyste.ms: OpenCollective

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

github.com/kornia/kornia

🐍 Geometric Computer Vision Library for Spatial AI
https://github.com/kornia/kornia

hotfix: remove mutable object in constructor (#1423)

* hotfix: remove mutable object in constructor

* Apply Luis suggestions

* Update integrate...

a5a12fcd88fcf6f53f9125669b49a6e27a573d38 authored over 3 years ago
bump tp 0.6.1 hotfix

f562d265ebad78135c5a6941a087f7ad25400ef7 authored over 3 years ago
include requirements file in packaging (#1421)

bb082abebb13f6e14a8a3b8c47e34706ca516252 authored over 3 years ago
Update image_stitching.rst

b90a4fc8a6ad7bf5d2203a337cf7a8edc2232493 authored over 3 years ago
ImageStitcher accepts classical local feature matcher (#1416)

* ImageStitcher accepts classical local feature matcher

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

5df4d188629db7ed3557160304a3fd75f49d59be authored over 3 years ago
0.6.0 release (#1415)

* 0.6.0 release

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

for more informatio...

18f9ae29ec11fa38409dae74a34b1bc83233b723 authored over 3 years ago
Change intermediate datatype to fix imgwarp (#1413)

* Change intermediate datatpye to fix imgwarp

* Report error for type mismatch in source and ...

e8d8cc87ce7294e2b22293d99518f7651ed92d55 authored over 3 years ago
Update tests_cpu.yml

c0bf414e7f394f25f67a414a9b218007bc7bc95c authored over 3 years ago
Refactor library namespaces [pre-release][0.6-rc1] (#1412)

* flake fixes

* initial flake8 fixeS

* remove top level from kornia.color

* kornia filt...

a2dfda66fb861157becdf677ed73a912296631b2 authored over 3 years ago
Added QR step, example and data type checks for solve_pnp_dlt (#1410)

* added QR step and example for solve_pnp_dlt

* add data type checks

da8164097b5fb9ada049a649c562ea2bc9737d73 authored over 3 years ago
refactor cpu ci workflow (#1411)

985d9cea8070c82940a6ec6529ec22301602b1df authored over 3 years ago
Add Homography Tracker API (#1389)

* rebase commit

* init

* added test data for loftr and image registrator

* real ransac ...

59e1978d9d54ce07df0317730abc88a53861ad53 authored over 3 years ago
Fixes singular matrix inverse/solve for RANSAC and ConvQuad3d (#1408)

* workaround for RANSAC and convquad3d
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-...

b8629f8aa2bab4e8ac774141b0f6119e716d72de authored over 3 years ago
update image stitching links

6781785dba09c269a5f069576135731ba605d697 authored over 3 years ago
add missing ``ImageStitcher`` to the docs

1f06223df9bb1471c91c61c2fd83344d4150efa6 authored over 3 years ago
Add Image Stitching API (#1358)

* Init image stitching api

* added ransac

* refined docs

* Update kornia/contrib/image_...

38177ce1ea3bdfa2186752da830cd24e2dbd132b authored over 3 years ago
:elephant: Remove warnings during testing (#1401)

* fix warnings during testing

* Update test/geometry/transform/test_imgwarp.py

* remove wa...

1843568ec18e6073a3155aa762712654eedbb810 authored over 3 years ago
:sparkler: Enable non/batched connected components (#1193)

* connected components improvements

* update docs

* rename some parameters

24e91de5add66b91faacf1deb4fde87ce3a49739 authored over 3 years ago
deprecate 1.6/1.7 and add 1.9.1 (#1399)

47b100723ddcb96bf29bb8bae1994623099624ec authored over 3 years ago
Fixed scale parameter generation (#1400)

* Fixed scale parameter generation

* Minor fix

* Added test for Random Affine 3d transform...

9a0e2e0ddfa6503223cf5041c4bd29496a5f592f authored over 3 years ago
Add ``undistort_image`` function (#1303)

* Moving tiltProjection to distort.py

Adding support for tilt and inverse tilt projection mat...

2ccb1c138e116a978ea56db00e05db94e7df3885 authored over 3 years ago
fixed some checks, and corrected and refactored some docstrings (#1402)

c3f04c4730d9225f4e73be2884aed32ba7354e00 authored over 3 years ago
using torch.norm to calculate norm_col so that the mypy issue does not happen (#1403)

5c50959a7bf2f00369380b5886c3a78b195942cc authored over 3 years ago
Add function ``image_list_to_tensor`` to utils (#1393)

* Update image.py

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

for more informat...

8328c31a3e62b2dcac03438a0b60040a2dfe273b authored over 3 years ago
minor fixes in docs

83ab184e053a6a7c0bbda2ab6c7e28636531ae19 authored over 3 years ago
update codecov range to 40 -> 70

cfaaec849960d9987e2371a998bb6b44c6d24314 authored over 3 years ago
Add solve_pnp_dlt (#1349)

* Add solve_pnp_dlt

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

for more inform...

1c1bb453ced08336e77a0852b355103fc60b4999 authored over 3 years ago
Update pyyaml requirement from <=5.4.1,>=5.1 to >=5.1,<6.1.0 (#1397)

Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest versio...

b4b2fce4d8966a9902c1357823807527b0db01bb authored over 3 years ago
Fix test error checks in geometry linalg (#1382)

* fixed bugs in some checks

* addressed suggestion and also corrected shape notation in a doc...

7700ce08cb33c729d79e77225d05b333b1ec7d42 authored over 3 years ago
Add MobileViT to contrib (#1388)

* Add MobileViT implementation

* Fix arguments

* Add MobileViT to docs

* Fix MobileViT
...

f6b45d871c81db9464f974309399f92a7f9e9e38 authored over 3 years ago
:ghost: tuple to list to make pytorch 1.6 happy (#1390)

* tuple to list to make pytorch 1.6 happy

fixes https://github.com/kornia/kornia/runs/3884525...

0dcb1d9ffda8c00c4b6638f3c90555848849435d authored over 3 years ago
added special case hardcoded implementtion for local features speed up (#1387)

f67b8f49ff800113dc5de4728ec43524b10b5a69 authored over 3 years ago
:kissing: Implement separable_filter2d (#1385)

* separable filters

for more information, see https://pre-commit.ci

* doctest

Co-author...

09c6a3f8ccd16820ccbc3392c879980d889bf8be authored over 3 years ago
add missing class members in color CFA docs

25c1357b8a70865d97c683968d3b73294d3b6b88 authored over 3 years ago
Added required sphinx dependencies (#1371)

* Added required sphinx dependencies

* Point to already available docs requirements instead
...

e7e6a3fde0c33e1de12b8a14357b82f7aaf9d548 authored over 3 years ago
Add raw to rgb color conversion (#1380)

* [#652] Add raw support

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

for more i...

08d0d130c049717ff63a79c966f14e7012258b43 authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1379)

updates:
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9...

1158caa2213fba6846e290e3780f15a8505f7d51 authored over 3 years ago
Fixed check for border type (#1377)

Added check for border type

9c44064ac7ad2decd7c96c61ee6d8330bcd0fdc1 authored over 3 years ago
:rage4: Replace deprecated torch.qr (#1376)

* Update projection.py

Add torch.linalg.qr

* add linalg_qr compatibility

Co-authored-by...

a9e383f7114bd08987a3a064af76fa1afed5e324 authored over 3 years ago
Add more border_type options for filter2D (#1375)

* Implemented feature requested in issue #973
Added tests for the same

* made changes accord...

a66610d5402f4c6853b0e983ffe58cafaf96c802 authored over 3 years ago
Bump pytest-cov from 2.12.1 to 3.0.0 (#1368)

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

e536d26307efa97ad9f89f5a3adbf815a8e2bbee authored over 3 years ago
Fix docstring of normalize_quaternion (#1374)

e0c088c419b3600414eb96a999950810349942b7 authored over 3 years ago
Improve focal loss for numerical stability (#1362)

* Update focal loss to use log_sigmoid and log_softmax rather than log(sigmoid) and log(softmax)...

b8f34116342b601e35f811ba58fbc01f8ed7fb29 authored over 3 years ago
Add missing fixes, tests and example use for subsampled yuv (#1367)

* Add directed tests for the yuv transform

* Better use of slicing for 3/4 dim vectors. fix t...

0ea50860380d0d1adf6c24df993e35665b7c6306 authored over 3 years ago
add example for lamba module (#1373)

52f58f797e653d1cf89c9282e6d906bfc517e6a4 authored over 3 years ago
:japan: Fix docs ci issue with make (#1370)

* Update docs.yml

Fix docs ci issue with make

* update other workflows

c8ee73105e43347e5a501311c569cd6cf9f40365 authored over 3 years ago
less singular (#1369)

7c103c79196a1901eb697c8e57f950e5be86529b authored over 3 years ago
fix wrong rendering in color docs (#1364)

8f7ddd4a0bbb02c0964a1b1a9ff963c3dc0d9623 authored over 3 years ago
[#934] Add support for YUV420 and YUV422 to complement current YUV444… (#1360)

c1ebf747be5c2d0f33504f8095a55c56208ec9b0 authored over 3 years ago
:two_men_holding_hands: Unfold->conv for morphology backbone (#1107)

* Unfold->conv for morphology backbone

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

8521fbffe724535286c004487f5639645e00bece authored over 3 years ago
Add Lambda function module (#1346)

* added Lambda module

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

for more info...

3fef315965fa8946a19f2f5861eb45a418af4410 authored over 3 years ago
:construction_worker: Fix clahe differentiability and tests (#1356)

* exposes differentiability flag to clahe and couple of fixes
* add numerical diff test and fix...

93c0bdda743fefce76de717f8a2492bf0d4990b8 authored over 3 years ago
Fixed classificationhead typo and leave out some of the guesswork for the first example (#1354)

2e558a0c61cab9a843c4396057f9363c2cd42f91 authored over 3 years ago
improve bbox_to_mask (#1351)

* improve bbox_to_mask

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

for more inf...

56e19052f33728be98b07a07bbcda78a3410c6cb authored over 3 years ago
fixed useless return in ransac.py (#1352)

* fixed useless return in ransac.py

* fixed useless return in ransac.py

4bcbd591a2d23a45a000a2ea3a282cb2bf9e2693 authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1348)

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

927000644b802ea4c2b08e6c69716fc0b1beee27 authored over 3 years ago
Bump accelerate from 0.5.0 to 0.5.1 (#1343)

Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.5.0 to 0.5.1.
- [Release n...

9932a8a1c579822298cc5dc21b914101fc3bb683 authored over 3 years ago
DOCS - added ranges in docs for output of rgb_to_lab function (#1342)

* DOCS - added ranges in docs for output of rgb_to_lab function

* Update kornia/color/lab.py
...

009af16455800eba23c3a97f81886668a986632b authored over 3 years ago
:lady_beetle: Fix rgb_to_hsv for onnx (#1329)

* add test_onnx for RgbToHsv

* add new rgb2hsv implementation

* fix issues

* add versio...

afe3873739d56931a31c02c76c25c137bf179d74 authored over 3 years ago
:triangular_flag_on_post: Add vanilla LO-RANSAC (#1335)

* Added vanilla LO-RANSAC

* simple tests

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

f05ec3a3edb3890f6ce107619b0538a0f5f57e5f authored over 3 years ago
:bug: Fix anisotropic scale error (#1340)

* fix anisotropic scale

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

for more in...

6f9a477a151521ab6382365d451c45f27a631f7c authored over 3 years ago
organize transforms docs (#1338)

436c6b29b0a057de21c151cb7fa1acdec587c0cb authored over 3 years ago
:minidisc: add missing snippets and improvements (#1336)

* add missing snippets and improvements

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

d43edc239e83dfaf9ea391ec8dd8431ed01824ef authored over 3 years ago
Fix bug in create_meshgrid3d along depth (#1330)

* bugfix in create_meshgrid3d along depth

a copypaste error in depth axis.

* combine trans...

d959f2995921e4509f967f50b9dce486a8fc69cd authored over 3 years ago
:ski: add documentation for image classification and segmentation (#1332)

* add test_onnx for RgbToHsv

* reorganize and add links to color docs

* add documentation ...

6aaa2f6a2a6a6278664eba6e41ba2959aa3bdbda authored over 3 years ago
:boot: Improves `kornia.color` documentation (#1331)

* add test_onnx for RgbToHsv

* reorganize and add links to color docs

af3bfa7b68646cb59a4bbc664ce20bbf0b707022 authored over 3 years ago
:hocho: [pre-commit.ci] pre-commit suggestions (#1328)

* [pre-commit.ci] pre-commit suggestions

updates:
- [github.com/asottile/pyupgrade: v2.26.0 ...

b8bccc8d6e8fdb4e129c710ba57a6f5e3c179eb8 authored over 3 years ago
:star2: Add semantic segmentation trainer (#1323)

* initial commit for segmentation

* refactor and split tests

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

d4f8376dcd12270ed93ffe4e3050963c2c0f6953 authored over 3 years ago
add emoji github action (#1326)

f46ce00fe637b1de58bf95f6e7f098704921217d authored over 3 years ago
create metrics submodule (#1325)

* create metrics submodule

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

for more...

5809aa062f769ddaabe08fbe3572fcc84cf45985 authored over 3 years ago
fix path to dev requirements file in a setup_dev_env.sh (#1324)

7f26e233aff15a3308b5620e50f42f0741168530 authored over 3 years ago
Bump accelerate from 0.4.0 to 0.5.0 (#1322)

Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.4.0 to 0.5.0.
- [Release n...

1a0ea3e2d7dc35e35bd4028682cea1ed936fad08 authored over 3 years ago
Bump pytest-xdist from 2.3.0 to 2.4.0 (#1321)

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

b3590a60bfec7baa020b3ca4906933a3de2aa060 authored over 3 years ago
Fixed a simple typo in __init__.py (#1319)

* fixed import

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

for more information...

1363e545d327dee1c1939fe58b003f17db2a10b3 authored over 3 years ago
hotfix for mymy with dataclasses

fb47ca8f61437ef64b2f5c1d03e31213d9f837f2 authored over 3 years ago
add pixie alchemist and add oak section

8b89c6316e6d7030664735d3d945c25cde910309 authored over 3 years ago
hotfix remove unused import dataclasses

d8415fe2cb77a76a57fb29dd4e83c466824b3925 authored over 3 years ago
fix kornia.geometry.subpix.spatial_soft_argmax imports (#1318)

5ab88c7d181ee85603ba8edce5eb3b21044164ce authored over 3 years ago
[feat] Added combine patches (#1309)

807e7178bca18578ba8bebb7da81c8e09fbea59a authored over 3 years ago
hotfix to remove logger initialization (#1316)

* hotfix to remove logger initialization

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

45d9c7d2edaac74dbe24709a58b44a301f25b98f authored over 3 years ago
reorganize requirements files (#1314)

* reorganize requirements files

* add missing cuda install command

* Update format.yml

...

80f24492691ccd43120a4d04adf1420491feda76 authored over 3 years ago
Fix binary focal loss (#1313)

385b2a1b7f6d295895a7ae4c12f2d3d1b6b75f9d authored over 3 years ago
Update README.md (#1312)

0f7cfcbb198ad2ebbd7b8577fe3ac2ef53a19f34 authored over 3 years ago
code blokc editing

e467ad154813a5779224c443d1a5edac1bb641eb authored over 3 years ago
Update README.rst

00b97a97a3a55aff17b68e508f21d72ed5935413 authored over 3 years ago
some typos in the training docs

bb918fa64d5724d552007c9b4ae6f4bf4388f4ad authored over 3 years ago
Add Training API (#1307)

* add training api

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

for more informa...

265d19f5e5f8fb0e8894841bd59ed87f1eb4f892 authored over 3 years ago
make clear what unsharp mask does (#1310)

347163d53948f6fb675085748eb0b7d6462b5f57 authored over 3 years ago
[pre-commit.ci] pre-commit suggestions (#1306)

* [pre-commit.ci] pre-commit suggestions

updates:
- [github.com/psf/black: 21.8b0 → 21.9b0](...

334077726ec935d90d003c2c8b59fd25965bb001 authored over 3 years ago
update readme with the new banner

f23e49249d741217531c17528098f2e317782bba authored over 3 years ago
improve docs and add new banner with Pixie :)

02101690dcb17d8a8e376ceeef96813f328c9109 authored over 3 years ago
modify docs sidebar style

325269394e90062563eed823b005e390abe9f7e5 authored over 3 years ago
hotfix with pad

62b59d1a24eb6199d7c7f2aa637e07cbf32e1e2c authored over 3 years ago
Release/0.5.11 (#1302)

* hotfix for memory issue with vit and mypy error

* release 0.5.11

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

44601b1c3bdfba04eee542f16a52a8d16d4d4eac authored over 3 years ago
hotfix for memory issue with vit and mypy error (#1301)

a909fe30345cd54b56273df0cc05e7322e991138 authored over 3 years ago
fix issue of image_histogram2d (#1295)

* fix https://github.com/kornia/kornia/issues/1294

* update test for image_histogram2d

* u...

6c9bc52dbbdaa052466f0c20e778c1d646b13a55 authored over 3 years ago
Add PadTo to kornia.augmentation (#1286)

* implement PadTo in augmentation package

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

6896a6eab5de98101abb2d278ad329e68caa6bf2 authored over 3 years ago
add vision transformer (vit) (#1296)

* add vision transformer (vit)

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

for ...

c14078f7437ae6609f5f766efb4df3de77713f6d authored over 3 years ago
[doc] Updated github button & removed announcement (#1292)

* Updated github button & removed announcement

* update

* update

* update style

* up...

31ce136221ed46b0ccec97865009c3dd87f0e03f authored over 3 years ago
[ENHANCE] removed deprecated codes for v6.0 (#1281)

* removed deprecation warning and deprecated codes

* Update

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

832e7dd48593006787241c29459c6afa2a8d10d3 authored over 3 years ago