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

minor improvements (#1966)

5c02345fdf9eac462ad3289a17fc3724d5ddb624 authored over 2 years ago
fix doctest in ```kornia.geometry.liegroup``` (#1960)

* fix doctest

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

for more information,...

fdb51dc7cc240ca803b1073010d8b861b031bf66 authored over 2 years ago
Add sepia (#1947)

* add sepia filter
Co-authored-by: Dmytro Mishkin <[email protected]>
Co-authored-by: Edgar...

718942933b89ad69cb350ef47e5ae9217638fa0a authored over 2 years ago
Liegroups (#1887)

* add So3

* udpate misc

* update geometry init

* add so3 test

* zeros_like exposed i...

8dba21df49c6d05b1da497997fca3d808a4cef44 authored over 2 years ago
Normalize with intrinsics (#1727)

* Refactor-out normalize-with-intrinsics into separate function

Co-authored-by: pre-commit-ci...

24398ee07e9a80ad8f1747d315c243c83bf5852c authored over 2 years ago
Feat/randombrightness contrast saturation hue (#1955)

* feature #1836 implement RandomBrightness

* #1955: fixing some docs, mypy error

* [pre-co...

9072beb14622c763c992c323c834d30020af6f4f authored over 2 years ago
[pre-commit.ci] pre-commit suggestions (#1949)

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

updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](...

df5bf03e8ca9105a8d203b67269c4b96540ff4ce authored over 2 years ago
Fix line numbers of included examples. (#1950)

124d38a7f02866a961787f8ab806677dc05e76b9 authored over 2 years ago
add kornia.testing api in docs (#1954)

ffc8a5d04617aeb13536fb9bbbca2914de93ef87 authored over 2 years ago
Bump accelerate from 0.13.1 to 0.13.2 (#1957)

Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.13.1 to 0.13.2.
- [Release...

7de9181c2b760567816040d1d113fbe2ee7abc23 authored over 2 years ago
Bugfix for new weights

c5f52f305a4a7a8ce1aad5d807581e083ff86fcd authored over 2 years ago
Add new LoFTR-indoor weights

4037bf4665bc2ba0fdd4327e06a47dfd3bd7566a authored over 2 years ago
fix cuda init (#1953)

* fix cuda init
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.g...

dba6aad55fc8724d1d3d82ae3b78af15b7314e18 authored over 2 years ago
Update geometry.transform.rst

d1d83b590eb1891348660eb995a9b4a27b1a84bd authored over 2 years ago
Quaternion pow bug fix (div by zero) (#1946)

* div by zero bug fix

e6199ab686daa75c266269a7dc7666194f420655 authored over 2 years ago
bump release version to 0.6.8 (#1938)

a0926e486bcdbd9f7714b91ed4831fd95226de7b authored over 2 years ago
Update readthedocs.yml

3e0b957a57ad5563cb8d6239791da20adc89f452 authored over 2 years ago
fix cuda tests failing (#1941)

* fix cuda tests failing

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

765549c227cfe36ac9e559771c58456a6be591ad authored over 2 years ago
Remove unnecessary CI jobs (#1933)

* remove linter CI and old pre-commit job

* remove make autopep8

e7ab2fc16bf6bdf36a774a082d0301655ac72b31 authored over 2 years ago
Fix quaternion doctests (#1943)

ea3ac649568d435847a865dc5471cad90ae6138a authored over 2 years ago
add laplacian pyramid (#1816)

* add laplacian pyramid

* minor corrections in kornia.geometry.transform.pyramid

* [pre-co...

55dbab555b008fbcb27a3cc2a16cbc45ca774a0b authored over 2 years ago
[feat] slerp implementation for Quaternion (#1931)

* add slerp

* expose where in kornia.core

* add slerp test

* minor

* minor

* mino...

11d1b8eb19e1f10e7a67198fe3e20bdecfae4f74 authored over 2 years ago
Add `EdgeDetection` api (#1483)

* add edge detection api
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users....

d57e1d4923144c23168139ec88c6fe0a2b30d28e authored over 2 years ago
[Feat] Added AugmentationDispatcher (#1914)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

9d9cee39b1d534a26ae7468250dc127da6a36330 authored over 2 years ago
Quaternion.norm bug fix (#1935)

* norm bug fix

* add norm_shape test

* docstring error fix

* Update quaternion.py

Co...

9bda8af3d4fc06e3d1c5ce6397215042cc979ce9 authored over 2 years ago
Update kernels.py (#1940)

* Update kernels.py

Changed x.pow(2.0) to x**2.0 to make it stylistically consistent with sig...

aa25635dba55e415b1790c8131c4bbd98726e171 authored over 2 years ago
[Fix] Fixed mypy warnings (#1920)

* Fixed mypy warnings

* Update constants.py

* fix

* fix

Co-authored-by: Dmytro Mishk...

daa382c40e2f858a80541aae1a88ddd3172c93fb authored over 2 years ago
[pre-commit.ci] pre-commit suggestions (#1939)

updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...

d0dc288226595451e06a2cd500cae131eab9931b authored over 2 years ago
Bump accelerate from 0.12.0 to 0.13.1 (#1937)

Bumps [accelerate](https://github.com/huggingface/accelerate) from 0.12.0 to 0.13.1.
- [Release...

23ba68d042e697695470a4d1d5435c57f60960b7 authored over 2 years ago
fix shift_rgb stack dimension (#1930)

* fix shift_rgb stack dimension

* update RandomRGBShift tests

fb52c207a3f926ef79edda88d20e2e0acd127ae9 authored over 2 years ago
Bump pytest-cov from 3.0.0 to 4.0.0 (#1918)

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

0b17d83a895d3a71800c793c4cf5dfa50ef66a06 authored over 2 years ago
Fix svdvals usage (#1926)

* big svdvals

84118444e24cb31a9081deaaf37542d19939a339 authored over 2 years ago
Switch warning to f-string (#1925)

758f48dd1eb8cd2193e04f03ee95ffb8ae015829 authored over 2 years ago
RANSAC improvements (#1435)

- Added LU solver for RANSAC-homography, it speeds-up the minimal-solver part x10
- Now find_fu...

4039ca2ade28b812424315eccef3c29af63a1e69 authored over 2 years ago
add space demo for homography warping (#1924)

* add space demo for homography warping

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

3fcc829e228a499a520e76cd596d1e3a13ab4d5e authored over 2 years ago
add spaces demo (#1905)

* add spaces demo

Co-authored-by: Johannes <[email protected]>
Co-authored-by:...

36feead6b5c04f78dd1accebed9039eff8efb37f authored over 2 years ago
Geometry image transform demo (#1922)

* Create geometry_image_transform.html

Co-authored-by: Agung Aldevando <[email protected]>
Co-a...

a52dbe2cb616b4458d89694abf17e0d39e6737f6 authored over 2 years ago
Bump pytest-mypy from 0.9.1 to 0.10.0 (#1919)

Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy) from 0.9.1 to 0.10.0.
- [Release not...

d2d266c19015376c9e8492eedda6b39a9cc24991 authored over 2 years ago
NeRF Implementation (#1911)

* New and clean branch for NeRF
Co-authored-by: Dmytro Mishkin <[email protected]>
Co-autho...

cc6b9868945cfdcffc867b1ca2cdd1496154296f authored over 2 years ago
Quaternion from axis angle representation (#1917)

* add from_axis_angle method

* add r3 unit vec check

* add axis-angle test

* minor

*...

09ebcc4a377f379f51e55c9e6fa3f48a1d129286 authored over 2 years ago
Add device query to Pinhole class (#1760)

* Add device query to Pinhole class

Co-authored-by: Yaniv Hollander <yhollander@american-robo...

2ada27ca9346c1d60fbdbcb36bdf3d7aa4bd6810 authored over 2 years ago
Add Random Gamma and test (#1837)

* add RandomGamma TestRandomGamma docs

* Fixing docs RandomGamma

7048616c283c5db464b57d37e8b3b6271bf6ff58 authored over 2 years ago
Use --no-implicit-optional for type checking (#1910)

* Use --no-implicit-optional for type checking
Co-authored-by: pre-commit-ci[bot] <66853113+pre...

acb01238be5bf68dbc739d110c86c206b5382b64 authored over 2 years ago
Add get_perpendicular and get_closest_point_on_epipolar_line (#1915)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

2f514e428bcf03b205224c9377e2f16eeb235218 authored over 2 years ago
[Docs] Refactor the embedded Gradio demos (#1901)

* Refactor embedded Gradio demos

* Refactor line fitting demo
Co-authored-by: pre-commit-ci[...

b5249b7016e68195730fa215a8ec2bde92271394 authored over 2 years ago
[docs] Add total_variation_denoising gradio (#1880)

* Create total_variation_denoising.html

* Create image_denoising.rst

30b3103c6cea80eb539a8ae2227f4a54a3175e34 authored over 2 years ago
Image registration demo (#1897)

* Create image-registration.html

* Rename image-registration.html to image_registration.html
...

6f389bee33224c1af4090fa71ab78786ee532b63 authored over 2 years ago
[pre-commit.ci] pre-commit suggestions (#1912)

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

0f33626bb54290e174fffed74abdd75990ce6dc6 authored over 2 years ago
Update setup to declarative metadata (#1885)

* move kornia setup to declarative metadata

* Move requirements to setup.cfg

e0eeac46ad88522bf8b5da66df786d9390a8786a authored over 2 years ago
quaternion index bug fix (#1903)

* quaternion index bug fix

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

for more...

18dc257e6b6a89894ac2b11c8372527590f391b2 authored over 2 years ago
[pre-commit.ci] pre-commit suggestions (#1900)

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

459959c445c5b9cef2028ef5db073dcaf9d95e32 authored over 2 years ago
Adding typing test

eded38e5162ed943d581c3421499d5cf14bfe4e8 authored over 2 years ago
Update tests_lts.yml

a8f4260bbd546dd8e792e13e4f537c3995f150ff authored over 2 years ago
Update tests_lts.yml

343fbff2f971b54264b5bd94843d97ecf55c9537 authored over 2 years ago
lts is not supported on mac-os, separate it (#1904)

1e69eb41ef58a27f8236e65f682cabc963ce0670 authored over 2 years ago
remove conv3d from spatial_gradient (#1898)

* remove conv3d from spatial_gradient

8c9fc4dc04a717e411c31a8042346051ee1620f5 authored over 2 years ago
1.8.1 -> 1.8.2 LTS for PyTorch

44ae7c68aff2833232fc529e97cb563f74d3b758 authored over 2 years ago
Added possibility to run tests for mps locally (#1716)

* Added possibility to run tests for mps locally

Co-authored-by: Edgar Riba <edgar.riba@gmail...

9b334a92be7a6b28700178a9d51f33ef21dcad34 authored over 2 years ago
Fix fail test (#1896)

* fix OOM

* Union is not supported still

6a1332bc808c478abaf401ccb6f13e280d45cb82 authored over 2 years ago
CI-1.9.1,-1.11.0-pytorch-->-1.12.0 (#1892)

* Update tests_cpu.yml

30510002ff299004df7147aae5712f9a9aaa1c30 authored over 2 years ago
No crash in local feature matching if empty tensor output (#1890)

* no crash with empty input

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

022bff38dc5320c8a5ef02624cd30cfb64e52a7a authored over 2 years ago
I added html file for module Line Fitting (#1886)

* added html file

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

for more informat...

612db3870a8528fd4d67f09e669a78ee20a8096f authored over 2 years ago
Add edge detector and morphological operator demos in the rst docs files (#1884)

* Create edge_detector_gradio.html

* Create morphological_operators.html

* Update filters....

152e858ca49d5fa42378792436b9aa1a5576133e authored over 2 years ago
Adalam fix2 (#1888)

* fix adalam output when No seed point survived.

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

2b4052cfe61cfdf819b7bd6147479f55087e711a authored over 2 years ago
created resize_antialias.html file (#1877)

* created resize_antialias.html file

* Update geometry.transform.rst

* linked interactive ...

70758c9a5dede9f1192ed953aa910ad159b6b41f authored over 2 years ago
[docs] add gradio app html and embeddings in filters (#1883)

* Add html and embeddings in filters

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

c69a862717218d68433adf1bd2a44752a07be02c authored over 2 years ago
[feat] Added Jigsaw Augmentation (#1852)

* Added Jigsaw

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

for more information...

fe977ab5f7b31af660c7dcc6a574b2493e9ddd9f authored over 2 years ago
fix AdaLAM crash (#1881)

* fix AdaLAM crash
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.norepl...

6f5e98734d8d78dff41a80ab0d35c45de1d574b6 authored over 2 years ago
Added Hugging Face edge detection demo link (#1874)

* Create edge_detector_gradio.html

* Create morphological_operators.html

c25fe1449911055b14e4f4f01efad4d700642453 authored over 2 years ago
edge detection demo (#1876)

* edge detection demo

* location change of web app

* change space name

1e5e3f6e45d24dddd06362b2cfb0f75edc132dec authored over 2 years ago
Added gradio Image Stitching demo link (#1871)

* Added Hugging Face demo link.

* added stitching_gradio file

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

03050c5c73769127f4ecd89933d5374ef34d9c93 authored over 2 years ago
fix bugs shift_rgb (#1861)

* fix bugs shift_rgb

* add tests for TestRGBShift and TestRandomRGBShift

1895d532835306ec6135f99e29b28586d9597055 authored over 2 years ago
fix adamlam core typo

621f4c82c113051b52093a0975e56927513821d7 authored over 2 years ago
Make AdaLAM output match confidence (#1862)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-au...

ffef7416845a7111edb7f8bf2639a517612a3e28 authored over 2 years ago
Update tests_cpu.yml

c9bea53cd096c61c9b4a48ca3acb917e0943b14f authored over 2 years ago
add_weighted (#1868)

Co-authored-by: Nitai Fingerhut <[email protected]>

07b4ff51cd3ad70980d951a073cc88539359d63b authored over 2 years ago
add concurrency cancel-in-progress in cpu workflow (#1865)

* add concurrency cancel-in-progress in cpu workflow

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

822f870ab3b1396b19a0de56390a0c18ab8e15db authored over 2 years ago
Binary focal loss: Use pre-computed probs and increase readability (#1848)

* Use pre-computed probs and increase readability

Use pre-computed probs_pos and probs_neg ra...

ea19dff0506d071dda988e22d6e103bc91aeb37e authored over 2 years ago
[pre-commit.ci] pre-commit suggestions (#1833)

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

updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](...

09ac8f086346ac5ff65fb521fd1102872fe788cd authored over 2 years ago
Bump pytest from 7.1.2 to 7.1.3 (#1860)

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

73f8ca29626368becf347360a0c9259e8c7f41f3 authored over 2 years ago
docs: clarify the relation of color_jitter and color_jiggle (#1858)

* docs: clarify the relation of color_jitter and color_jiggle

* Update kornia/augmentation/ra...

34cf856d740bc91d4b399836e4687ab75f9882a2 authored over 2 years ago
Enlargen LoFTR positional encoding map if large images are input (#1853)

* Enlargen positional encoding map if large input images are input

Co-authored-by: pre-commit...

63973572491ebba097c1af6f313d2ece49e7030a authored over 2 years ago
Fixes bug that influences LoFTR training (#1854)

31ff8b2f6c0ffbe980dd17f1be60194f3753940c authored over 2 years ago
Added homography from line segment correspondences (#1851)

* Added homography from line segment correspondences
Co-authored-by: pre-commit-ci[bot] <668531...

0dd28024b6c98d6483740a7cc586feca0e34db69 authored over 2 years ago
Fix line implort

8e232aed123484d8214b2abcfb3c8ea6003aae8b authored over 2 years ago
Update _version.py

d4b0bfc0040f68acfe6b7a6281c15b1661db10b6 authored over 2 years ago
Update _version.py (#1847)

c153c61b23b7165b274993878ffabdc45de8ee69 authored over 2 years ago
[Fix] output_size Bug fixes for Mosaic Augmentation (#1843)

* bug fix

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

for more information, see...

6da9a58a7d417cb68d8b31a9b24df720010f5605 authored over 2 years ago
Add SOLD2 line detector / matcher (#1844)

* Added SOLD2 line detector &descriptor
Authored by Rémi Pautrat <[email protected]...

9832aa3a1e8c422228adb9680bf8db474cca8639 authored over 2 years ago
fix cuda tests (#1845)

127ec94b8b19f82f6f734d5d85b10721ddb378ca authored over 2 years ago
Delete CODEOWNERS

a227241d0b8a2398e2f3cef8cdee48984d9330d8 authored over 2 years ago
fix tests and warnings (#1834)

* fix tests and warnings

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

for more i...

020bd1a31050a346c05dd6e3ad4134ec74e11e77 authored over 2 years ago
Embed using web component instead of iframe (#1835)

844f331659e20bcd087b4b405643f5a68603c936 authored over 2 years ago
amalgam cuda hotfix

e32542331a5c0c3e92fdbee7388b6f80c989830b authored over 2 years ago
[Feat] Init Mosaic Augmentation (#1713)

* init

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

for more information, see ht...

1f89761030a93a6562c139dfa43d4acfc470796c authored over 2 years ago
Added link to original AdaLAM implementation

f424d4a0a41fdbb0f0d8242229c2fe04e39572d0 authored over 2 years ago
AdaLAM match filtering (clean) (#1831)

* Added AdaLAM
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.gi...

6e4b85a3bbf82b00bf132d28e39c7594dda946c9 authored over 2 years ago
fix tests float16 module losses (#1809)

* fix tests

* add `assert_close` method to BaseTester

* Update kornia/testing/__init__.py
...

596823b17141d8534c72cff84cbfa0e1f385ed2f authored over 2 years ago
Update geometry.conversions.rst

f17c9081fdce7c53048368b0385799bc24456306 authored over 2 years ago
Add Quaternion API (#1801)

* Quaternion API

a42bf8f346b20cfa3d7e9c429f11a6429cdf74e1 authored over 2 years ago