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

Adding LightGlue (#2449)

* Added LightGlue

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

bfd4322e398de6d55f419d196a8f770969082d18 authored over 1 year ago
Enable `disallow_untyped_defs` on mypy (#2252)

* enable `disallow_untyped_defs` on mypy

* complete typing to kornia.testing

* [pre-commit...

41ecb64f760cf2560de60d25d20200e04d07a3f2 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2448)

updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0....

4c229465ca7cf93388e7d61b2e5e815405c23b93 authored over 1 year ago
fix the `alpha` of focal loss (#2393)

* fix the `alpha` of focal loss
improve the algorithm of focal loss

Signed-off-by: Qingpeng ...

d79cd14ecbe644f6759e74767d8ff80960bcc4ef authored over 1 year ago
Python linting: Add more ruff rules (#2441)

* Python linting: Add more ruff rules

* noqa: NPY002

* np.random.rand() --> np.random.unif...

f830963e63fef5aa1697fc86333cb9ef178f97be authored over 1 year ago
Remove deprecated code from `kornia.geometry.conversion` (#2437)

* removed deprecated code

* remove tests

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

3c175a968c6ebae85d78b37771903e2451dec239 authored over 1 year ago
Apply some ruff pytest fixes (#2444)

4dbb6a75da47620a3591449c1f740751647dc533 authored over 1 year ago
Use ruff to discover and limit code complexity (#2442)

8e823da0d33ce2c847628d4d9f9b11db0f95d611 authored over 1 year ago
Update ruff configs (#2358)

* clean up ruff configs

* fix imports

* clean up per file ignores

* fix typo

* enabl...

e98fd8c9e695ffb1507f747f5421e7b1cad7be64 authored over 1 year ago
Add RT-DETR and ObjectDetection API (#2363)

* add resnet-d backbone

* fix impl. add small test

* use kornia core names

* add hybrid...

64a9e351ced7b27b695c21a33a6d6e427e09bf42 authored over 1 year ago
fix miss assertion test geometry conversion(#2435)

Signed-off-by: Qingpeng Li <[email protected]>

12b29b3385061cb2a6b47d98555f4293ac18b3db authored over 1 year ago
add support for quaternion in Se3 instantiation (#2433)

* add quat support

* docs

3d5faa1b1d221ad6912c29f8e0ad2b6ba92bf332 authored over 1 year ago
Added terminal printing (#2407)

* Added terminal printing

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

for more ...

5546626ccd3ad8e7d54e68a10ecc70163bc9791b authored over 1 year ago
fix engine arg missing in opening and closing (#2431)

e5409884a7457da63098d40e45ae1a1bb06d8036 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2429)

updates:
- [github.com/tox-dev/pyproject-fmt: 0.12.1 → 0.13.0](https://github.com/tox-dev/pypro...

59b466bc4bafabfca0a8b59011b9e5f6dacfcae5 authored over 1 year ago
Update rst(docs) files to support MPS (#2430)

* Update rst file to support MPS

* Update segment_anything.rst

* Update segment_anything.rst

d821ccf7a2e5019295820852f0f61c8e3da2f249 authored over 1 year ago
drop JIT support from `geometry.conversions` (#2424)

* drop JIT support from `geometry.conversions`

* mark xfail on cpu `TestDenormalizePixelCoord...

7c55928cb78f2578770eaf7955790ea679cda26f authored over 1 year ago
Add mps to testing init and fixing test cases (#2428)

* Small fix utils init.py

* add mps in test init

* bring back mps and cuda

* [pre-commi...

d2dc9e8a3a3c13168ff14f3b0d6a4139939a234a authored over 1 year ago
Add GPU support apple silicon augmentation 2D (#2425)

* Add GPU support apple silicon

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

for...

e38ceeab687175b42b18e6291e312ff6ca46f270 authored over 1 year ago
Add missing docs for warp_grid (#2423)

5c143262e959082e5abe31a0e267392429c35327 authored over 1 year ago
Fix PLR0124 (#2422)

* Ignore PLR0124

* Circumvent PLR0124

1574b8ce107d2df0dea0332894e6cabc86dc302a authored over 1 year ago
Bump pytest from 7.3.2 to 7.4.0 (#2416)

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

8b0041d740f6ab5191446736b25ded473b3d9940 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2418)

updates:
- [github.com/tox-dev/pyproject-fmt: 0.12.0 → 0.12.1](https://github.com/tox-dev/pypro...

2717effc7415d76b85139535c639ce56f4bf3980 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2415)

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

updates:
- [github.com/tox-dev/pyproject-fmt: 0.11....

d8d65a1f6a17a5e384d669b7620e5df46e7dab00 authored over 1 year ago
Revamped camera API (introduce kornia.sensors) (#2349)

* init

* add distortion, projection models

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

89703168a24e2304a81d2b19784fbf041b859c72 authored over 1 year ago
use reshape instead view to convert matrix from quaternion (#2413)

bb3fc914f8e1d43c406cc1b711f37f7475755bc4 authored over 1 year ago
remove old artefacts in visual_prompting.rst (#2409)

c7195aeaf29aee50951aa8d3e5658e8de636acd2 authored over 1 year ago
add collector for CI on PR's and remove unused CI (#2379)

- Add typing tests as a reusable workflow
- Use it on test CPU workflows
- Remove specific...

c9e546268a6b267d89498bd1c71884eca0b4e977 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2408)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](https://github.com/c...

aa41d04f053023f29608cf5a1af481cb69930723 authored over 1 year ago
Update readthedocs.yml with python 3.8 (#2406)

b48f39465b0ee17d458cb5258ae550891c72b3cb authored over 1 year ago
update the kornia governance page (#2403)

69e95b55209fc0ecacff5fa641bc301acbce8d34 authored over 1 year ago
Makefile: Drop Python code formatter yapf in favor of psf/black (#2404)

As discussed at https://github.com/kornia/kornia/pull/2358#issuecomment-1546592237
* https://gi...

ce822c26f083c34246b503a924dbe6d802418481 authored over 1 year ago
Bump pytest from 7.3.1 to 7.3.2 (#2401)

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

75c90d0f576ae3aaf39477ab83c21663eeccda6a authored over 1 year ago
Bump accelerate from 0.19.0 to 0.20.3 (#2402)

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

065de99a67b35b6a8b584a146c45caf51cdb4385 authored over 1 year ago
drop python 3.7 support (#2400)

* drop python 3.7 support

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

for more ...

642f45cbe750a7f7d6f01a41baa42bf366b4b846 authored over 1 year ago
Fix AugmentationSequential support for RandomResizedCrop (#2398)

cc881dd9a3a6af228d0d1d500e61757c4924157f authored over 1 year ago
Batched draw_lines (#2373)

* batched draw

* update tests

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

fo...

e3db98a81f87d75b567a8694e36c6dc73002e23a authored over 1 year ago
Batched quaternion to matrix (#2395)

* Test multiple leading dimensions in quaternion_to_rotation_matrix tests: (B*, 4) and not just ...

59f2f5214d6e10c9ffdfe06e1b6eeba4f293f3a9 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2394)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.270](https://github.com/c...

d66c29e0c78d6021b9efe88a0dc101204560112c authored over 1 year ago
Bump pytest-cov from 4 to 4.1.0 (#2392)

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4 to 4.1.0.
- [Changelog](htt...

6dedebd91a1c9749c4f1ba56309157007c797d4e authored over 1 year ago
Use separable filter for SSIM calculation to speed up. (#2383)

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

3b386f4975471e33f246e144d0a34f42e7a1fc8f authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2388)

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

updates:
- [github.com/charliermarsh/ruff-pre-commi...

e3d3ec931494a0939e284b0fe2548d423384e265 authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2382)

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

updates:
- [github.com/charliermarsh/ruff-pre-commi...

5e33c66ce6e9d6ad9c015774a393a5d507a61a43 authored over 1 year ago
Replace miniconda for `setup-python@v4` on env setup CI (#2380)

e35dab2cdb3092a3066ce38b11b406b5951e89a6 authored over 1 year ago
Bump accelerate from 0.18.0 to 0.19.0 (#2381)

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

e88a230185a5ef2882af9a6f5b771bb6b00efec7 authored over 1 year ago
remove unused circle ci (#2378)

b8027daa67cba3f4694eecb1d3b6ba70d2c2cc3e authored over 1 year ago
Optional raise in kornia check functions (#2375)

* Add raises args to KORNIA_CHECK

* Add raises arg to KORNIA_CHECK_IS_COLOR

* Add raises a...

aa3a78758737aa80690c7494c7e5418243877c3d authored over 1 year ago
[pre-commit.ci] pre-commit suggestions (#2370)

updates:
- [github.com/tox-dev/pyproject-fmt: 0.11.1 → 0.11.2](https://github.com/tox-dev/pypro...

2afea01898615b0e3426773d5d46c4e18414ddae authored over 1 year ago
Update version to 0.6.13-dev (#2368)

af75059d58605c0004409b93a173e1a8082353ba authored over 1 year ago
add tutorials testing ci (#2367)

* add tutorials ci testing

* fix typo of the info about the workflow

f58d41c9fffbcf2c2e969c9f7ab50f6f240c7daf authored over 1 year ago
Remove examples in favor of `kornia/tutorials` repo (#2366)

All the examples are available in our [tutorials repository](https://github.com/kornia/tutorials)

428e461baf81b2cdc68774071a69c067ebebaae1 authored over 1 year ago
add support for tuple of types on KORNIA_CHECK_TYPE + bug fix (#2353)

* add support for tuple of types on KORNIA_CHECK_TYPE + bug fix on test_check.py

* [pre-commi...

4738990798b30934653f2904ea7aa6a6d0a6a342 authored over 1 year ago
RandomGrayscale: add rgb_weights parameter (#2361)

daf1574018a965808b6f94959ef00d33c3172634 authored almost 2 years ago
[pre-commit.ci] pre-commit suggestions (#2360)

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

updates:
- [github.com/tox-dev/pyproject-fmt: 0.10....

0713dfac1c37e7f4cdc44a0768a1be90e70f0eb7 authored almost 2 years ago
add from_wxyz and from_qxyz to So3 and Se3 (#2359)

cd2f47abadfe335060037b84a91809859ef2f55d authored almost 2 years ago
Integrate vector to liegroups (#2344)

* integrate vector to liegroups

* minor

* integrate vec to lg, add tests

* typing, docs...

11b075e2af15866fb04acf512c66de93af9d2b5a authored almost 2 years ago
Visual prompter (#2356)

* rename ImagePrompter to VisualPrompter

* add Visual Prompting task page

* remove images
...

75b4963d853fd0bc5c446ad240a07cd1a870dec8 authored almost 2 years ago
[pre-commit.ci] pre-commit suggestions (#2345)

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

updates:
- [github.com/tox-dev/pyproject-fmt: 0.9.2...

8a4de12d178dd519ff54915eab35183d139356e0 authored almost 2 years ago
fix unused import on `geometry.conversions` (#2357)

ced60533b7751124347aeb1d14dff3f5413d348f authored almost 2 years ago
Replace bandit, flake8, isort, pyupgrade, and yesqa with ruff (#2292)

* Replace bandit, flake8, isort, pyupgrade, and yesqa with ruff
---------

Co-authored-by: pr...

64bd78719fcdb8a88d0d0be0569a83e9b475265b authored almost 2 years ago
remove inplace operation (#2346)

* remove inplace operation

remove inplace update of rotation matrix in angle_axis_to_rotation...

70e6c332d6f3faa23d3dfe83d51696bac6aabdd0 authored almost 2 years ago
fix skipped tests for cuda `TestColorJiggleGen` (#2341)

17ac1a917be1558e2e161eb8eec4f27aab5952df authored almost 2 years ago
bump version 0.6.12 (#2339)

879b1ab2ba4ece148ad8140ede2bcc07d3b7dfbe authored almost 2 years ago
Fix params name on `ImagePrompter` example (#2340)

a840e545717358b6ebbc5390d8b086dff7c4706b authored almost 2 years ago
make api docs more visible (#2334)

0354ba102ec542b481e1f86961fb3af1aec2564f authored almost 2 years ago
[feat] add segment anything base (#2315)

* add sam model

* add predictor

* add docstrings TODO note

* update device mapping

*...

81dfd5346461322065b3605ac2725ffbdd50df0a authored almost 2 years ago
Use separable filter2d for box filter (#2328)

* use separable filter for box filter

* remove normalized. add some tests for separable

* ...

efb62c88e86993c8589f34b6e0bddc355b1b4d0d authored almost 2 years ago
Ensure support to torch 2.0 (#2272)

* Add torch 2.0 to CI

* Update .github/workflows/pr_test_typing.yml

* fix typing

* remo...

1de0b6460ca0769df0ec6435f2449617449daaf2 authored almost 2 years ago
[pre-commit.ci] pre-commit suggestions (#2318)

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

updates:
- [github.com/PyCQA/docformatter: v1.5.1 →...

af1519a8b1bdb0bafe41af01200315968a5267cc authored almost 2 years ago
fix missing geometry.keypoints docs (#2332)

079273259a767c0e8db39feb45b319b29fffdee5 authored almost 2 years ago
add keypoints to the docs (#2330)

3dabbd45ec3e854960defed9d2238e1ce10a96be authored almost 2 years ago
update imagegen (#2331)

d18272ecfe2a2d7601577070c1cf14f604e6fd14 authored almost 2 years ago
update url collect_env.py (#2329)

* update url collect_env.py

* modify action too

03f3d20d27b8913bd7aa2c2e3302b8642e1fb123 authored almost 2 years ago
Fix kernel size ordering (#2326)

* fix kernel size order

* fix more kernel ordering

8f358cc0f1ca6d89ab3ac58e47fa5fe59b71b331 authored almost 2 years ago
Bump pytest from 7.3.0 to 7.3.1 (#2327)

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

f0baa0cc5f0d1db908dfe167850fea108db6b145 authored almost 2 years ago
Add Guided filter (#2322)

* add tests and API

* add single channel impl

* add fastpath when guidance = input

* up...

4004c86794d7e23da1c5c89c90855c16768a73f3 authored almost 2 years ago
Fix bugs in Bilateral filter tests (#2320)

* remove unused arguments

* fix Tensor sigmas for BilateralBlur module

* use default atol ...

d3bd5c1acdb4869f842085051143bd16e10320b0 authored almost 2 years ago
Fix pos_weight in focal loss (#2323)

* fix referenced shape dim on input for check on pos_weight

* fix test for focal loss with po...

c5fb8e4c12f07319c1fd6873acc2d097a677c9d6 authored almost 2 years ago
Update nerf test to use `kornia/data` (#2319)

* delete data nerf test

* move nerf test to use kornia/data

da8fce9e682aabb34780b80ce6a3c144de5c163c authored almost 2 years ago
Bump pytest from 7.2.2 to 7.3.0 (#2316)

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

9a5ad87240d8a01fbac62862a5e1a0c1222be0cd authored almost 2 years ago
Fix readme links (#2311)

Co-authored-by: Edgar Riba <[email protected]>

e7e6291bc3363e7cc9010c4f099b9ec2ff2cc7d7 authored almost 2 years ago
fix: Fix links to CONTRIBUTING.md (#2312)

02281b862593bbbd98a099a25cfa31750a127612 authored almost 2 years ago
[pre-commit.ci] pre-commit suggestions (#2266)

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

updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](...

7b809ef1dc126584fae5c673c4e1d6f0a5ace185 authored almost 2 years ago
add sub-bin precision to improve local feature orientation (#2310)

- Added subpix interpolation of the angle, improving the the angular consistency
- Tuned consta...

5d02fee4aa4079b509dafb0b9d50b1b490f5fb93 authored almost 2 years ago
Update io.rst to use `ImageLoadType` (#2309)

5f6b3c46b7ae9b8c030e87d0692dff3dabd9e893 authored almost 2 years ago
remove numpy links from image utils (#2306)

3a239029a38c807f76ff4a433d47efbd3427eda2 authored almost 2 years ago
Fix current typing errors (#2305)

fd143a8a5f54a55cff23318526fe44d492d7f686 authored almost 2 years ago
Fix elastic transformation if only partially applied (#2303)

* remove argument description for removed deprecated parameter

* return input if transformati...

9ed192a19625eb38fde32d8ec2a56f710f37ecde authored almost 2 years ago
Create face_detection.rst (#2308)

0d903941e4244a4f2043f694d66edb2a8db018d9 authored almost 2 years ago
semantic versioning for v0.6.12-dev

https://semver.org/

ada0022aa47aff350795bcc41bf49d15e8cf1ba0 authored almost 2 years ago
Update __init__.py

27f67814cbeaee9fce1787686f67926ddacf98ce authored almost 2 years ago
Bump version for 0.6.11 release (#2296)

374bd4e7af7891480cef066571f6e11eb6d3be18 authored almost 2 years ago
make adalam work w/o scale and ori (#2300)

b9019cd82752bbf46872bfe2d39fa662dccac127 authored almost 2 years ago
Remove print factor (#2291)

9477749414e1d5bf5971bea572aafa0788c01c8d authored almost 2 years ago
Disk features docs (#2299)

* Adjust docstring for DISKFeatures

* Add docstrings for DISKFeatures methods; fix a display ...

cfb26b64c7e26b8b7e9c0f92d0529a340ede25f3 authored almost 2 years ago
added convolution/correlation switch to filter2d (#2271)

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

ee13c8ea519fb190d3eea59bd23417b61b999af9 authored almost 2 years ago
expose DISKFeatures structure (#2297)

8fd0fa9cb073b4975828209b30c67b7de348f0d9 authored almost 2 years ago
fix the DISK padding bug 32 -> 16 (#2294)

* fix the padding bug 32 -> 16

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

for ...

b823538310bac29baeb421042b72d86612a02737 authored almost 2 years ago
Add releases 0.6.6 - 0.6.10 to Changelog (#2295)

3b899e2ea48b90ab4dc9a8f0d8278840862056ba authored almost 2 years ago
Integrating DISK (#2285)

* Re-unify DISK and Disk, add more tests

* Remove the random sampling option in DISK, leaving...

37978735d4219c8c4ff24ab0253e52986131f6cf authored almost 2 years ago