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

[Fix] Refactor psnr and ssim losses (#847)

* improve binary focal loss docs

* refactor and add tests to total_variation loss

* improv...

github.com/kornia/kornia - 65364d97ebbdf9c8be4594d5b504eb06ce20e073 authored about 4 years ago
[WIP] Features jit (#848)

Features are jit-scriptable except those, which rely on Union and extract_patches

github.com/kornia/kornia - 686b0533f73ad55ae9195b7a3e4b612940428d5e authored about 4 years ago
Added TFeat, AffNet, OriNet to kornia.features (#846)

* Added TFeat local descriptor, AffNet and OriNet

github.com/kornia/kornia - 7ff43958ace52ee3c8e455ddb3346bf4cb03bcfb authored about 4 years ago
Fix mistake in docs

github.com/kornia/kornia - 120004429bf2f99d2edea198b0257df3cdee7adf authored about 4 years ago
update CI with pytorch 1.7.1 (#845)

github.com/kornia/kornia - 37f2d4c1fb61acc602b205007c10cd3f07462afe authored about 4 years ago
[Fix] Fixes docs in morphology and morphology (#842)

* fixes docstring format in the morphology module

* rename kerneltype to kernel_type, fix doc...

github.com/kornia/kornia - eb3545e9e4953b00e17a73975205a4702e00b279 authored about 4 years ago
MKD rebased (#841)

* Added mkd.py and test_mkd.py.

* Added pol2cart and cart2pol methods to conversions.py.

*...

github.com/kornia/kornia - ab9ca844aa4977bdacd70cbe94a18b63ca671322 authored about 4 years ago
Docs/update pinhole camera docs (#840)

* Clarified what format the PinholeCamera class expects the intrinsics and extrinsics camera par...

github.com/kornia/kornia - 48918631640f48e6c9e7764b2a61af1230c68bb7 authored about 4 years ago
[Feat] Add tpu support for the losses module (#834)

* improve kornia.enhance docs and coverage

* refactor focal loss test and jit

* refactor t...

github.com/kornia/kornia - 0388a3b7a0cb73263d43ea99d67a93ac9a58664d authored about 4 years ago
update index.rst with alphabetical order

github.com/kornia/kornia - 7c8205a2f9449a956c428afd91cae72f802dd060 authored about 4 years ago
morphology (#831)

* kornia.morphology

* Tests passed for dilation + erosion

* All basic morphology functions...

github.com/kornia/kornia - e5bb5844715a9f9bbc36be4a2d2cc813749aace0 authored about 4 years ago
add GaussianBlur augmentation (#773)

* add GaussianBlur augmentation

* Update kornia/augmentation/augmentation.py

Co-authored-b...

github.com/kornia/kornia - df26a74484accb27f49788cfe7977eb00e421e31 authored about 4 years ago
[Enhance] Added better augmentation support for backpropagation (#826)

* Avoid breaking gradients with a new tensor

* Moved param init into generators

* Removed ...

github.com/kornia/kornia - 38dd4e8291cc271ccc2c2dbc285938ede90a9fa2 authored about 4 years ago
[Feat] Binary focal loss (#830)

* Binary focal loss - fixing weighting factor (alpha, 1-alpha)

* Fixed examples in binary_foc...

github.com/kornia/kornia - 47633e3efe1f408f49560193a8306859185f2cad authored about 4 years ago
fix output shape doc for get_affine_matrix2d (#828)

github.com/kornia/kornia - e5a163ec0f4340ceab8b5dbf168c02aca59176a0 authored about 4 years ago
stale bot exempt labels with priority

github.com/kornia/kornia - 59f2f1f3a395124cc5b295e730081c5a164351c8 authored about 4 years ago
[Enhance] Added dtype flag to geometry module (#820)

* Added docs and tests

* Fixed bug for batch prob generator

* Fixed typo

* Fixed mypy
...

github.com/kornia/kornia - 670624025046e07716d755a36eb9f95667631925 authored about 4 years ago
[Feat] refactor kornia.filters and enable jit + tpu tests (#821)

* refactor box_blur

* enable jit for filter2d

* refactor filters gaussian, laplacian

* ...

github.com/kornia/kornia - 71ed1bcc6576cab4ce05d41f5e34d8369acf9af9 authored about 4 years ago
[Doc] Update color.rst with rgb to lab (#823)

github.com/kornia/kornia - f8144d358bf96bef341717ba62a70792631a95c1 authored about 4 years ago
[Feat] Add Lab color space (#784)

* add xyz2lab & lab2xyz, simple tests

* simple implementation until clipping

* lab2rgb no ...

github.com/kornia/kornia - 5a21168684122effc99621d2532a7367cbb00491 authored about 4 years ago
[Enhancement] TPU tests for for pytorch 1.7, nightly (#807)

* Update config.yml

* overwrite pytorch version in tpu jsonnet file (#814)

* drop xla 1.6 ...

github.com/kornia/kornia - 4d69bf6fa7666ec9b65999a32e1f622030edcf7c authored about 4 years ago
[Docs] Minor spelling tweaks (#818)

* docs: minor spelling tweaks

* tweak introduction copy

github.com/kornia/kornia - 40cd17df51f4728dbedd5e0383c2717e415203d4 authored about 4 years ago
Fixed divide by zero bug (#812)

* fixed divide by zero bug

* removed erroneous arg from docstring

* added epsilon in case ...

github.com/kornia/kornia - f82d283b5b5b46b9e812f234b92415276a238660 authored about 4 years ago
[Feature] Mask correspondences in motion_from_essential_choose_solution (#816)

* Implement the mask optional parameter for motion_from_essential_choose_solution

* Add tests...

github.com/kornia/kornia - 727c1f17f36bb5ed8371fe09f150be8034177431 authored about 4 years ago
1.5.1 specific bug fix (#813)

github.com/kornia/kornia - 93dafbad95ced8fcc8b039408761d3a44c501fdb authored about 4 years ago
RandomRotation3D cuda fix (#810)

github.com/kornia/kornia - 8fa4f2fe31f56ef7309e07224aea85f02fc77a43 authored about 4 years ago
Augmentation tests refactor (#706)

* Some progress

* WIP

* Autoformat

* device,dtype moved into class attrib

* batch,se...

github.com/kornia/kornia - 44a07b367a27e3c965a28dd5ea3ec78638746a25 authored about 4 years ago
improve kornia.enhance docs and coverage (#805)

github.com/kornia/kornia - c0a5c1616882c882c38a69283e36073680b19507 authored about 4 years ago
[Feat] better kornia.enhance testing (#801)

* adapt for tpu kornia.enhance tests

* improve enhance histogram

* improve testing for kor...

github.com/kornia/kornia - 215002f33aaed292d2e6c9443da6da667f4e158f authored about 4 years ago
[Fix] MotionBlur bug fix and doctest update (#782)

* Fixed #779

* Added tests for _extract_device_dtype

* Fixed broken tests

* Added tests...

github.com/kornia/kornia - ac5f8fe94da8dd39a8c078d8136d7bcfa600b0b6 authored about 4 years ago
[Feat] Enabled Torch1.5.1 cpu support (#796)

* Added py151 support

* Enabled 1.5.1 CI

* Typo fix

* Fixed Equalize

* Update setup....

github.com/kornia/kornia - c33c1f089a68c1e071630e370d3852ee35c5d822 authored about 4 years ago
[Fix] Fixes circleci ref name merge (#800)

* fix circlci ref name merge

* Update config.yml

* Update config.yml

* Update config.yml

github.com/kornia/kornia - 2e4c51fddd93b8d0d673bd3d3b0f69033ddfe13e authored about 4 years ago
add cuda version and pull_requests workflows (#799)

github.com/kornia/kornia - cb02ec7d50a392410439c66c2ca93ba013e708e2 authored about 4 years ago
add circleci-tpu badge to readme

github.com/kornia/kornia - 377ad30c821d74127b4b33d533eb707ae431b5a8 authored about 4 years ago
[Feat] Add tpu-testing in circleci (#787)

* add needed files for tpu-testing in circleci

* adapt script for pytorch nghtlies

* fix s...

github.com/kornia/kornia - 0cc44665632478f9b8f89803ff9fc930f2e2cf84 authored about 4 years ago
[Feat] update to pytorch 1.7 (#768)

* add set_printoptions to fix windows issues

* mark augmentation smoke tests as xfail

* so...

github.com/kornia/kornia - e41a3eb960db95969c6695c10e39c4c5e1f1477b authored about 4 years ago
[Feat] Enabled doctest for CI (#641)

* Added doctest for CI and validated docs

* Fixed doctests

* Fixed flake8

* test doctes...

github.com/kornia/kornia - 0a605561daeb6ccc02de8fca8767ba473efcd998 authored about 4 years ago
Fixed random_crop_size_generator across different devices (#793)

github.com/kornia/kornia - 6ae1ce4a1869b744e4d7f0fbf302582c210c97d7 authored about 4 years ago
Exposed rng generation device and dtype for augmentations. (#770)

* Added tests when batch_size == 0.

* Added more docs

* Updated tests

* Updated toleran...

github.com/kornia/kornia - bd71ec1ef70ab98880b39abb460a483797416b73 authored about 4 years ago
Make sharpness output channel nums as input (#783)

* Make sharpness output channel nums as input

* Updated doctest

* Added tests for sharpnes...

github.com/kornia/kornia - 177bbe47458734fe8d30e88c6f315bdf01fe97a0 authored about 4 years ago
Fixed #785. (#786)

github.com/kornia/kornia - 2b197e41c2acbf3e8af288396c6633c6a4a6e76a authored about 4 years ago
[Feat] Added keepdim flag to augmentation functions. (#731)

* remains shape for 2d augmentation

* Revert "remains shape for 2d augmentation"

This reve...

github.com/kornia/kornia - 665c19f373b0197aa2f37731764e06ba40c25405 authored about 4 years ago
Bump notebook from 6.0.1 to 6.1.5 in /docs (#788)

Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.0.1 to 6.1.5.
- [Release notes](...

github.com/kornia/kornia - 9893cc57d5f716887b6ac701031cc2c745b082bc authored about 4 years ago
update setup-miniconda to v2 (#789)

github.com/kornia/kornia - 35a79f024b40a7155d5edb82c6ad4e9d62be63b0 authored about 4 years ago
[FIX] fix device issue for get_motion_kernel2d (#775)

* [FIX] fix device issue for get_motion_kernel2d

* ensure both device and dtype

* add one ...

github.com/kornia/kornia - 415c36e2c89d90942bab47218683e205fb58ed10 authored about 4 years ago
fix few jit and cuda errors in color (#767)

github.com/kornia/kornia - bf5a74a791f566720814cd8ee39eec4faccb888a authored about 4 years ago
Fixed (#762)

Co-authored-by: Feher Gergo <[email protected]>

github.com/kornia/kornia - 5bccd377a53d52f97824ee1cb72c141205b078c6 authored about 4 years ago
Added random param gen tests. Added device awareness for parameter generators. (#757)

* Updated tests and docs for ColorJitter

* Fixed perspective random gen and tests.

* Added...

github.com/kornia/kornia - b2757da7e7b1b7fe12a3a86ba082a3672a23ef98 authored about 4 years ago
[Fix] fixes windows issues with augmentation smoke tests (#766)

* add set_printoptions to fix windows issues

* mark augmentation smoke tests as xfail

github.com/kornia/kornia - 7c8c3b14af2e5ec89ed9d3d32de3ef72698dc05a authored about 4 years ago
added device call to kernel creation (#760)

github.com/kornia/kornia - a9a6aec86c17f5fc6832f4825ac80f0c3a610011 authored about 4 years ago
[Feat] enable doctest in the CI (#764)

* enable doctest in the CI

* fix duplicated key

github.com/kornia/kornia - 7298880ff8144e88b68403de44006c7ee22163ab authored about 4 years ago
[Feat] refactor tests for kornia.color (#759)

* refactor test_gray test; add jit, grad and nn pytest mark

* refactor RGB conversions code a...

github.com/kornia/kornia - f064bfd6dd17663ac1604034f9f548f830e345c3 authored about 4 years ago
drop cuda 11.0 support for nightly tests

github.com/kornia/kornia - 2427996dbe14ddf6aabc8d5c935ef9290d785edd authored about 4 years ago
improves cuda testing stability (#758)

in our current infra we have have memory issues. This is optional test.

github.com/kornia/kornia - 79ee79bf63c93e7f27fd6b0a62caeedc731bfcb7 authored about 4 years ago
refactor setup_dev_env script (#756)

github.com/kornia/kornia - 5542045ca3e74e317a112e5c26c2948f651c218f authored about 4 years ago
Added sample augmentation readme (#733)

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

github.com/kornia/kornia - 5267a8735c2b2fba009e96abe13b63b721996856 authored about 4 years ago
fix pytorch version to 1.6.0 in cuda tests (#755)

github.com/kornia/kornia - c36caa50a6f09df6869c2dfcd33e0f72c503a8c7 authored about 4 years ago
RandomREsizedCrop fixed (#748)

Co-authored-by: Feher Gergo (CC-AD/EPE-Bp) <[email protected]>

github.com/kornia/kornia - aa710f9c45c4be58a345bceabb9a060bf6cad915 authored about 4 years ago
update github actions badges for cpu and cuda

github.com/kornia/kornia - d7f9e57ce4e2e34de937ea924bc14a872c102556 authored about 4 years ago
Initiated changelog CI. (#753)

* Added Changelog CI

* Only generate when a PR opens/reopens.

github.com/kornia/kornia - d06488549e928fde2c9585dbd5ecf8b78d9ead41 authored about 4 years ago
fix gh action versions issue with os matrix (#754)

github.com/kornia/kornia - 866cedd1a38b5b85192433c6d51a4354650040c4 authored about 4 years ago
[Feat] Add Github Actions as main CI (#744)

* add gh actions for cuda

* rename workflows and add package sanity check

* remove unused ...

github.com/kornia/kornia - 2e442b66a0b0296750b8462d1a5402809c0d50ea authored about 4 years ago
[Fix] Fixed docs for some functions (#740)

* fix docs in homography

fix docs

* fix depth_warper docs

github.com/kornia/kornia - 8c338c2b37da54c88b330a1b3a42e923d2fe91bf authored about 4 years ago
Create .codecov.yml (#735)

* Create .codecov.yml

* Update and rename .codecov.yml to codecov.yml

* Update and rename ...

github.com/kornia/kornia - 627e2ca95c234b6cd98edc73c7b7e9c1da38643c authored over 4 years ago
[Feat] Adds discrete gaussian from project-monai (#736)

* adapts discrete gaussian from project-monai

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

...

github.com/kornia/kornia - 762436ec99b2801c06b8ccd5998825d7ce3257a2 authored over 4 years ago
create CHANGELOG and update for 0.4.1 (#726)

* create CHANGELOG and update for 0.4.1

* Update CHANGELOG.md

* Update CHANGELOG.md

github.com/kornia/kornia - 676a2fd681a5717382758bb31635938d302673b5 authored over 4 years ago
Support non-contiguous input for divergence losses (#728)

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

github.com/kornia/kornia - 343b02debf74ea8adeeb9e648450bb73a7d1e724 authored over 4 years ago
bump kornia version to 0.4.2

github.com/kornia/kornia - 924215eeedbc1abac63752e331082ab400f5fe49 authored over 4 years ago
[Fix] gpu tests for crop3d and flip (#727)

* fix gpu tests for crop3d and flip

* add 0.4.1 pytorch dependency

* add missing docs for ...

github.com/kornia/kornia - 755dce7321195dbb816210f4b73b389faf33d122 authored over 4 years ago
Augmentation documentation update (#730)

* Updated docs

* Typing fix

* Updated docstring

github.com/kornia/kornia - 0820e09e431051349bef799c20040cff6c608b0b authored over 4 years ago
[Feat] 3D motion blur with element-wise implementations. (#713)

* Made batch version of motion_kernel.

* Updated motion_blur augmentation.

* Added motionb...

github.com/kornia/kornia - 07f4726a2e17f8077e43aad65757680ffeee115a authored over 4 years ago
[Feat] 3D volumetric crop implementation (#689)

* Fixed scale error

* Initiated crop 3d

* Added crop3d

* Updated docs

* Added Random...

github.com/kornia/kornia - f10efd5d885d25ad257e2b5f63116444df19a6be authored over 4 years ago
[Bug] Affine scale bug fix (#714)

* Affine scale bug fix

* Updated tests

github.com/kornia/kornia - f73f845ef921ba50124fe4e6b8f80922b2a6dbff authored over 4 years ago
apply stale robot only to bug tags

github.com/kornia/kornia - cf775d1e282f489870e2365d97b21bd3d8db3d5a authored over 4 years ago
Fixed incorrect check tensor size check (#716)

github.com/kornia/kornia - 31192137bdc158adbdb6d19d20281b94b3acac04 authored over 4 years ago
Repr functions and smoke tests fixed (#710)

Co-authored-by: Feher Gergo (CC-AD/EPE-Bp) <[email protected]>
Co-authored-by: shijian...

github.com/kornia/kornia - f2579e9e1da292f12144a6ff6379715da0372b23 authored over 4 years ago
Accelerate augmentations (#708)

* rgb <-> hsv conversion accelerated

* small fix

* Flips accelerated

* autoformat

* ...

github.com/kornia/kornia - b7a6f76822c3a8a36048bd855d534d86d3660951 authored over 4 years ago
[Feat] random equalize3d (#653)

* Solve code review minor changes:

- Missing return type on equalize3d
- Proper rendering of...

github.com/kornia/kornia - 707c0f1ff82997cc9453c5befe2844721926236c authored over 4 years ago
Zca inverse transform fix (#695)

* fix inv transform

* update zca test

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

github.com/kornia/kornia - 4093882f3c5a2a037648dc1652b30a54c40d9648 authored over 4 years ago
homography_bugfix_#693 (#698)

github.com/kornia/kornia - f32ea0ae14cb3249529ae04f486797171fd52c57 authored over 4 years ago
Fix broken link in "inverse_depth_smoothness_loss" (#694)

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

github.com/kornia/kornia - 859c1edd939b4d68813e25fe024c273ec42ee88c authored over 4 years ago
create stale file (#696)

github.com/kornia/kornia - ab493235a38cee4b03ed51dee14f1ad958354d0d authored over 4 years ago
Applies #690 - find_homography_dlt performance improvement and weight… (#693)

* Applies #690 - find_homography_dlt performance improvement and weights params made optional

github.com/kornia/kornia - f614c5f714adbb13f500be516a5f80aa3b2c725a authored over 4 years ago
[Feat] Adds normalize_min_max functionality (#684)

* reorganize enhance module imports

* implement normalize_min_max

* more clear names and a...

github.com/kornia/kornia - f53ced556e62db8a41d4b4f9c0b489547a1cd00d authored over 4 years ago
[Fix] Increase speed of transform_points (#687)

* Faster projection with broadcasting

* transform_points modification

github.com/kornia/kornia - 78c8ba046d662412498eecd8dc9934441cca3c94 authored over 4 years ago
Enabled RandomResizedCrop batch mode when same_on_batch=False (#683)

Fixed #680.

* Enhance RandomResizedCrop logic

* Bug fixed.

* Small tweaks

github.com/kornia/kornia - 13f7ce28734a5c53f9c9f4e00c0d2368c4f0fae1 authored over 4 years ago
[feat] Enabled param p for each augmentation (#664)

* Updated augmentations with probs

* Decoupled augmentation base [partly finished]

* Fixed...

github.com/kornia/kornia - 356aafb27eed77fe7dd3b39828da3b9ced28a60e authored over 4 years ago
fix _adapted_uniform (#677)

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

github.com/kornia/kornia - bdc47994f0bd52abad38ca3fa783c0483f921f96 authored over 4 years ago
improve augmentations docs and remove warnings (#681)

github.com/kornia/kornia - 843185fa7417f9d746ad9e168f8aea863d1dbaef authored over 4 years ago
enable typing support (#679)

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

github.com/kornia/kornia - a5ce8abf7eac7e41d2f1426ccb4e757cc0771ccf authored over 4 years ago
[Bug] Fix/random affine3 d throws an exception when used with scales (#675)

* Some issues fixed

* Autoformat

* Fix x,y,z order

* Some more fixes

* Fix RandomRot...

github.com/kornia/kornia - f4169cc14feb45f8a3750c22f7be2d01667f88ce authored over 4 years ago
Fix order of transformations in DepthWarper.compute_projection_matrix (#659)

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

github.com/kornia/kornia - 2e5d6b84305e4cd553f01b680631f95e68ca250b authored over 4 years ago
[Fix] Missing device initializations (#672)

* Fix device initialization in several variables

* Fix device initialization in several varia...

github.com/kornia/kornia - 749bd0254e07ced7c7a49441ddbf0dcdf1475d8d authored over 4 years ago
[Feat] Added decompose 3x4projection matrix (#650)

* Added translation-vector code

* Added K and R matrix code

* Modified docs

* Added sha...

github.com/kornia/kornia - 8a5952e0f99481bcb736f5b97b685ef18b6583a7 authored over 4 years ago
[Bug] Fix/random perspective returns wrong transformation matrix (#667)

* compute_perspective_transformation fixed

* Autoformat and simplify

* Test extended

* ...

github.com/kornia/kornia - d051dd2c87b097e109ca1342d4e35115636985d7 authored over 4 years ago
add no_output_timeout to unit tests command (#669)

github.com/kornia/kornia - b1ff167f42179919e49ff763bb581cd1196ac95f authored over 4 years ago
Fix the SOSNet loading bug (#668)

github.com/kornia/kornia - d8ee773adebf75296dfe3b55de89245fb007f747 authored over 4 years ago
[Fix] 3d augmentations return wrong transformation matrix (#665)

* Transformation matrix and tests fixed

* doctest fixed

* Autoformat

Co-authored-by: Fe...

github.com/kornia/kornia - 69e02a44d92701b47c9157f889c69c676c618c92 authored over 4 years ago
feat/equalize3d (#639)

* Create to equalize a sequence of images based on the volume's histogram

* Extract from eq...

github.com/kornia/kornia - 7f65905cd699f33cc4fd27afc99d3aec4f4a96fd authored over 4 years ago
[Feat] Added Mixup data augmentation (#609)

* Added RandomMixUp

* Completed mixup implementations

* Init cutmix

* Finalized cutmix
...

github.com/kornia/kornia - fe6c54c953ad2f23235b81d68b82e15e9e81dfb8 authored over 4 years ago