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

Fixed tests and docs (#654)

* Fixed tests

* Fixed doc error and warnings

* Fixed lint

github.com/kornia/kornia - 75778bf9428d62ca56eeb3d420c4b1b93ec6209d authored over 4 years ago
[Feat] Affine scale with non-isotropic values (#646)

* Updated non-isotropic scaling

* Fixed tracerWarning

* Updated 3D non-isotropic scaling
...

github.com/kornia/kornia - 4be4445e4086e8e5864b1b4a14cbad380560ba52 authored over 4 years ago
[Bug] Fix/flipping returns wrong transformation matrices (#648)

* Proper transformation matrices returned test fixed

* Coordinate tests added to hflip and vf...

github.com/kornia/kornia - 6415f28fe8d476fb7721948320677405ea35c3c6 authored over 4 years ago
[Bug] Fix/pipelining multiple augmentations return wrong transformation matrix (#645)

* Proper transformation matrices returned test fixed

* Matrix multiplication order fixed

*...

github.com/kornia/kornia - b2129a48194b7d631660699ef9434af000af553f authored over 4 years ago
update 3d augmentations gif in readme

github.com/kornia/kornia - 123901a019d02e337344a6f28534ed2ef343ac23 authored over 4 years ago
[Feat] Add rescale functional and transformation (#631)

* add rescale transformation and functional

* add tests

* add docstrings

* add function...

github.com/kornia/kornia - 7c1907912c98bcac643e730338cc7879a126f4eb authored over 4 years ago
[Feat] replace convolution with unfold in contrib.extract_tensor_patches (#626)

* replace convolution with unfold

* fix type hints

* move functionality to functional

*...

github.com/kornia/kornia - 1da588cb636349a65810813d2080bb7ae353558a authored over 4 years ago
[Feat] Add Affine transformation (#630)

* add affine transform

* compute matrix only at runtime

* add tests

* add docstring

...

github.com/kornia/kornia - 9c2aa92e471ad63dc7367c90543d3374819e4d82 authored over 4 years ago
padding_mode augmentations (#640)

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

github.com/kornia/kornia - 55fdeb4bfdb6c9a6af78944add48b975913d90f5 authored over 4 years ago
A bunch of small fixes (#633)

* Remove redundant params for RandomHorizontalFlip

* Added docs for align_corners

* Expose...

github.com/kornia/kornia - 8c4cedcae134fa3f8bfc2fa01a60701838b9fbc7 authored over 4 years ago
[Feat] Enable variable side resizing in kornia.resize (#628)

* add edge kwarg to resize

* fix docstring

* add tests

* add error message

* replace...

github.com/kornia/kornia - a91a80a692cdbded73e73cb206ca6ef9e81bd2c3 authored over 4 years ago
added tensor device conversion for solarize params (#624)

* added tensor device conversion for solarize params

* correcting for case of thresholds bein...

github.com/kornia/kornia - 420b6571958f138f5b14626c59915d39788b7f5a authored over 4 years ago
fix error in normal_transform_pixel3d (#621)

Co-authored-by: shijianjian <[email protected]>

github.com/kornia/kornia - 42966f905a10c89b5fd71bde69d86faf08cb4987 authored over 4 years ago
add docs for solarize, posterize, sharpness, equalize (#623)

github.com/kornia/kornia - 64c89810b6b5f24ef20d5045e7741aa7bd4a94e8 authored over 4 years ago
add get_affine_matrix23d, get_affine_matrix3d to docs and update (#618)

github.com/kornia/kornia - ddbe89567b8939b316dae41ab158bf28aeda86c9 authored over 4 years ago
[DOCS] Augmentation type (#616)

* 'Create your own transformation' code-block corrected

* Update augmentation.rst

* Update...

github.com/kornia/kornia - 91b9cb589a64d733777c79b65ac67fd9f27e35ae authored over 4 years ago
add medical image promo to readme

github.com/kornia/kornia - c317c9fe796c5b8eb8b986c607def8b6d84822eb authored over 4 years ago
pump version number to 0.4.1 and update pytorch to 1.6

github.com/kornia/kornia - dacf9341905283c43abe5cb87582a7eb035bcce7 authored over 4 years ago
pump version number to 0.4.0

github.com/kornia/kornia - 4163c1a14d522dc49563f2d26a0d10b2b6466ace authored over 4 years ago
fix gpu test errors

github.com/kornia/kornia - 562378a28b20ba8797d9f2a795ba037ff98f5ae2 authored over 4 years ago
remove pytorch version variable

github.com/kornia/kornia - a8cc6ae71a6d6ede274d6252d1047abd6926c969 authored over 4 years ago
update components and compatibilty tables

github.com/kornia/kornia - eab7e9d1035ac87616f2547584524d8fafeef375 authored over 4 years ago
fix kornia.enhance tutorials issue

github.com/kornia/kornia - 54ef8f7469ad9985e7f08e1c283642cda912059a authored over 4 years ago
create kornia.enhance submodule (#614)

github.com/kornia/kornia - 9aaf1949e1bd6fa79ddd1292b1e13678b06cc24b authored over 4 years ago
add warning into warp_projective docs

github.com/kornia/kornia - e913689dd2b1430e2f4f885881ef22ca2744eac0 authored over 4 years ago
Merge pull request #603 from shijianjian/aug3d

[Feat] implement RandomRotation3D and RandomAffine3D

github.com/kornia/kornia - 42baa86f137de4485613aaa69d88eee8e298be3e authored over 4 years ago
Updated docs

github.com/kornia/kornia - 24064bcc289742957526da408406453910e08b14 authored over 4 years ago
Merge branch 'master' into aug3d

github.com/kornia/kornia - ea1708634bdf5808dd06b8884aa4cffab15b3693 authored over 4 years ago
Duplicated the depth axis for testing

github.com/kornia/kornia - 12d813cc3e228a3ff4c022dead603f725e37a4b7 authored over 4 years ago
Added 3d augmentation tests

github.com/kornia/kornia - 7b4335b8aa3772dc1065c533a6fd0f6975271c8a authored over 4 years ago
Fixed static check

github.com/kornia/kornia - 02af9f73dc7e5dfc4cbbdd8616bc4736882379c0 authored over 4 years ago
fixed affine 2d shearing matrix translations (#612)

* fixed affine 2d shearing matrix translations

* Updated test_affine.py

github.com/kornia/kornia - 0f3e22a2626a1172472c9b7b2e2c24150db9377b authored over 4 years ago
Fixed lint check

github.com/kornia/kornia - 6ad8cd32904815fa60a503da9f9792dd7147159e authored over 4 years ago
Fixed documentation

github.com/kornia/kornia - 6e029835c319fc040fb5969eca2689c64ec99cfc authored over 4 years ago
Fixed doc typo

github.com/kornia/kornia - 8e9186e125b7caeb2044df3d22d8d16accf24a65 authored over 4 years ago
Merge branch 'aug3d' of https://github.com/shijianjian/kornia into aug3d

github.com/kornia/kornia - 9be2332857e389e7acf236278371d4927a6b51ce authored over 4 years ago
Fixed RandomAffine3D

github.com/kornia/kornia - 43571ba736293093d07362dc77ff686f1f64e917 authored over 4 years ago
Initiated RandomRotation3D

github.com/kornia/kornia - 86e7d58ee5cad596e3db15dd62b901ce0ebfee2e authored over 4 years ago
Math fixes for 3d affine transformation & doc updates

github.com/kornia/kornia - b5f76390ac89263fac84256a846d984bfbe1b77c authored over 4 years ago
Bug fixes for RandomRotation3D & Initiated RandomAffine3D

github.com/kornia/kornia - 5d05c6c590e8020b5bfbb24ba55f9acb3956d12e authored over 4 years ago
Code cleaned up

github.com/kornia/kornia - ef3246bf9969c09b925588978117e45063f2993e authored over 4 years ago
create kornia.geometry.subpix (#610)

github.com/kornia/kornia - 7c7aae5f12fd1bb8d7327fad61e9c4ed6f5a487b authored over 4 years ago
add kornia.geometry.homography docs (#608)

github.com/kornia/kornia - 7a2f4a1444c583e215a2cbe31f353063a1a6b318 authored over 4 years ago
Math fixes for 3d affine transformation & doc updates

github.com/kornia/kornia - d4b3512883c4edf5db766dd2e13aa05075799271 authored over 4 years ago
updates sosnet git paths (#606)

github.com/kornia/kornia - 1b8e228ad8d1abfb33d22946b7530bdb797f91b7 authored over 4 years ago
Bug fixes for RandomRotation3D & Initiated RandomAffine3D

github.com/kornia/kornia - c1b8c71c8ccc839bda9f528f4c8f5d36e3cfffbf authored over 4 years ago
[DOCS] clean docs warnings (#604)

* clean docs warnings

* fix project_points args

github.com/kornia/kornia - 5c585c177108635cc868573f50940fdc8c89bed4 authored over 4 years ago
Code cleaned up

github.com/kornia/kornia - 89bc418ff62c022d5dc6863247f477146b450465 authored over 4 years ago
Initiated RandomRotation3D

github.com/kornia/kornia - 39adaf7b90c421d70f4e87d8c7e68bca84a839c2 authored over 4 years ago
Init 3D augmentations (#592)

* Init 3D augmentations

* Remove types.py in augmentation module

* Resolving lint and impo...

github.com/kornia/kornia - 685d7970c79ab0a26bf2aaeae0402f2e03ed4810 authored over 4 years ago
back to groupconv backend for filter2d (#600)

github.com/kornia/kornia - 215af7b396bc8e3b5bf77b21c4c060d91de978f3 authored over 4 years ago
[WIP] Feature matching and H/F/E estimation for SFM (#552)

* added matching and re-weighted least squeares
* added docstrings and tests for homography

...

github.com/kornia/kornia - e7356ccfce4dc16b48ece8629ad6d6ed254e51cb authored over 4 years ago
[BUG] made kornia versions explicit to pytorch version (#597)

* made kornia 0.3.2 explicitly depend on pytorch >= 1.5.0

* fixed pytorch dependencies

* u...

github.com/kornia/kornia - 604bd213bb7ee9d8c6edcf9808ab4aa46fda9acd authored over 4 years ago
Feat/warp projective (#587)

* implement image projective warping module

* same signature as 2d version

* small improve...

github.com/kornia/kornia - 6766725c2a3a79b8c81f4213f8f83188a765b7be authored over 4 years ago
Now SIFTdesc throws and exception when the input parameters are incompatible (#598)

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

github.com/kornia/kornia - d845cccedf99ad16f225de1cbdd369ddd7d3c235 authored over 4 years ago
[Docs] fix Tversky equation (#579)

Fix #578

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

github.com/kornia/kornia - fa4ad32030f16260bb9f971d30fb91bb854e6689 authored over 4 years ago
implement filter3D (#575)

* implement filter3D

* fix padding errors

github.com/kornia/kornia - e5fcf0b1996d84eeb030055c9d54e592445d6ada authored over 4 years ago
Dog and fix features (#591)

* match OpenCV DoG except two things: single iteration quad interp and no edge filtering

* Ad...

github.com/kornia/kornia - 768acfd400219b7ea612894d3d8e88b2fdda75f1 authored over 4 years ago
Updated doc & example for augmentation (#583)

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

github.com/kornia/kornia - 67cefa7164f2b65f73187b1d2647274dfe19d87a authored over 4 years ago
docs only in python 3.6 (#596)

github.com/kornia/kornia - 5ffd85ebd1ce12f695793ac40c0357cf91475f1e authored over 4 years ago
[Feat] Autoaugment functions. (#571)

* Added solarize/solarize_add

* Updated posterize.

* Added sharpeness & bug fixes for post...

github.com/kornia/kornia - 4eda8fef22f84b051fc2a71779e145d33ffdc31b authored over 4 years ago
[Feat] Jit warp perspective (#574)

* Torchscriptable warp_perspective()

* Simplify device and type casting

* fix tests

* R...

github.com/kornia/kornia - 26c5fb669fc615d000b21094e43a5d81d24af554 authored over 4 years ago
pin versions for pytest plugins and fix flake8 issues (#580)

github.com/kornia/kornia - 94a3d79129a27beaf290b4aabd5cd0ca0abcf5b8 authored over 4 years ago
Quick fix (#576)

Isn't this supposed to be 0.75 instead of 1.75?

github.com/kornia/kornia - 711be3f29f53d8a1351c47eec79290aca7d7e894 authored over 4 years ago
[Feat] add epipolar geometry package (#569)

* add epipolar geometry package

* add docs and projection matrices 4x4 -> 3x4

* fix import...

github.com/kornia/kornia - cdc5689991f340ec3d3e67a431e2e6b02025d5c4 authored over 4 years ago
[Docs] update zca docs (#567)

* update zca docs

* undo changes to normalize

* minor change

* minor typo

Co-authore...

github.com/kornia/kornia - 2b9b89d71bc3a7b015a6e112fc1935b6c4a04ab1 authored over 4 years ago
[Feat] Improv conftest fixtures and remove device, dtype imports (#568)

* Move fixtures into conftest.py

* Fix suppression of unwanted device/dtype test combos

Th...

github.com/kornia/kornia - 916a90e5acf62116db185a885f4cb6684a6fd976 authored over 4 years ago
[Fix] Minor update improvements to zca, docs for zca whitening, and improve tests. (#566)

* update docs, replace view w/reshape, doc ltransform, fix test

* fix typos

github.com/kornia/kornia - b8819dda6711c6e82b203c4c39faa70164cb9375 authored over 4 years ago
[Feature] Add zca whitening (#458)

* add zca

* working zca & module layout

* fix typo in inv transform and add test

* fix ...

github.com/kornia/kornia - 3759f4cd3162f1289ae6d7ec5dd0984e783e6f39 authored over 4 years ago
[DEV] update development version to 0.3.2

github.com/kornia/kornia - ee3ae39ea0b635bd22579018e94a4d3132b49c90 authored over 4 years ago
[Fix] random motion blur improvments (#562)

* Random MotionBlur Implementation

* Fixed linting

* Fix ksize generator bug

* Updated ...

github.com/kornia/kornia - cddb41d71d90d024951534a17c87212e902e7dab authored over 4 years ago
[Feat] improve testing framework (#560)

* Parametrize device and dtype fixtures using CLI options

* improve tests parametrise n MakeF...

github.com/kornia/kornia - b528a0d26abc0a981bc844bbd43c975af5bd0440 authored over 4 years ago
[DOC] Updated docstring for augmentation module (#554)

* Added docs for the augmentation module.

* Fixed functional random_* legacy logic issue.

...

github.com/kornia/kornia - bc407ce2a65627677cd99350902a87e67c5aaf36 authored over 4 years ago
[FIX] Soft-argmax test fixes, renaming and enables jit (#553)

* Rename spatial_softargmax_2d to spatial_expectation_2d

* Add JIT to some core DSNT operatio...

github.com/kornia/kornia - e2e6818c021bb01e8df949ca72d60d4e0128cc07 authored over 4 years ago
add licence badge in readme

github.com/kornia/kornia - 77021e695f164a6efcca92e354a963705bd9fce1 authored almost 5 years ago
add line break to korniateam an reviewer section

github.com/kornia/kornia - fb46c7a41a725b4e25678c3be6691cd01d606507 authored almost 5 years ago
add templated documentation for isses and PRs

github.com/kornia/kornia - 058dfd63063dda624a8f1abed8be21582656ead6 authored almost 5 years ago
issue template as directory

github.com/kornia/kornia - e3fba7e0aa7f2b1dab06fd02c82974d712f83de6 authored almost 5 years ago
add issue template dir .github

github.com/kornia/kornia - a953a552727a1d4b902ae15a6f3cce2ce4e1729a authored almost 5 years ago
Merge branch 'master' of github.com:arraiyopensource/kornia

github.com/kornia/kornia - 2a89d4c9993c8001f53bac9e28fcf9b8b903c822 authored almost 5 years ago
update to python 3.8 (#550)

* update to python 3.8

* move tutorials to separated directory

github.com/kornia/kornia - bc7204bc0cc0687490553cf588ee14f9094f8ad8 authored almost 5 years ago
update to python 3.8

github.com/kornia/kornia - 4831da680c020cf09640ae7df65ed509d72f2c0c authored almost 5 years ago
Expose align_corners everywhere, where interpolation occurs (#546)

* expose align_corners everywhere

* update tests

github.com/kornia/kornia - e5a3ad7661dfacef01332b9302ecee777d16c51f authored almost 5 years ago
[Enhancement] Local feature fixes and nms improvements (#545)

* more correct ellipse to laf implementation

* Conv-based nms

Co-authored-by: Edgar Ri...

github.com/kornia/kornia - 2592ef55203572dbf1d04012724530be6837487e authored almost 5 years ago
Fix tests in TestSpatialSoftArgmax2d (#544)

github.com/kornia/kornia - 48178ba2d339edd38c0dfe9394ebbe9907f3ecfd authored almost 5 years ago
update development version to 0.3.1

github.com/kornia/kornia - 9e6176100aa730e020ab9695cf60845ca303ed50 authored almost 5 years ago
add checkout to manywheels packaging script

github.com/kornia/kornia - 3028a5e57d86b1ff0d2870894fe58d23d6eefe02 authored almost 5 years ago
[TEST][DO NOT MERGE] update to pytorch v1.5.0 (#533)

* fix padding issue for pytorch nightly build

* update requirements to pytorch v1.5.0

* fi...

github.com/kornia/kornia - 78275f54c78884d0406dd81c01a2bfc6292ad70b authored almost 5 years ago
add readme with wheel packaging instructions

github.com/kornia/kornia - 8dad385e77780d03c4fe7a512b42ab3bd2545e48 authored almost 5 years ago
update development version to 0.3.0

github.com/kornia/kornia - 8d289fa690c4f285abf6825fd115820dac173cd6 authored almost 5 years ago
improve setup packaging and build manywheel script (#543)

github.com/kornia/kornia - 9cfce638c983cf74828b6211dd3d7430aabf817f authored almost 5 years ago
update sosnet urls (#541)

github.com/kornia/kornia - 393d8ab39d6981ccc83888df95e939c5b7c04719 authored almost 5 years ago
[TESTS][GPU] fix broken gpu tests (#538)

* remove opencv import in Ycbcr tests

* disable jit test rgb_to_grayscale for a while

* fi...

github.com/kornia/kornia - 6d9a62e403dbc5d2065ceca3ae91a0e0caa91c37 authored almost 5 years ago
reorganise documenation in subsections (#542)

github.com/kornia/kornia - e09fab32c144373a4cd919cb6f5bae0b033e62e9 authored almost 5 years ago
Decoupled return_transform from apply_* function (#534)

* Decoupled return_transform from apply_* function

* Refactored AugmentationBase

* Fixed l...

github.com/kornia/kornia - 63b0ace60a3e622e9907c3cf1b29ec817a4c9f9b authored almost 5 years ago
[DOCS] reorganises color docs and adds ycbcr (#540)

* reorganises color docs and adds ycbcr

* removes empty lines

github.com/kornia/kornia - dcc2cafb33eb65a85e72ee5c3f29c0a5d09f0e63 authored almost 5 years ago
update torch version in docs requirements (#537)

github.com/kornia/kornia - 8c5a75bfe5ae0769ca8b877ae4f9459972bf8ba3 authored almost 5 years ago
update version tag to 0.2.1

github.com/kornia/kornia - ac3bd4b717e918ce055c1b0b624fa08c65aa152f authored almost 5 years ago
Cleaned random_color_jitter_generator code base. (#531)

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

github.com/kornia/kornia - 6de8786ff02c3abc6d334a21f57ef34128039f2c authored almost 5 years ago