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

Merge pull request #63 from arraiyopensource/feat/focal_loss

implement focal loss

github.com/kornia/kornia - ea201cd12de4ec8668322c0269c8ffde8752cec6 authored almost 6 years ago by Edgar Riba <[email protected]>
implement focal loss

github.com/kornia/kornia - 7f3f891b262b17d2b9c38918de98c382de565a5d authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #62 from arraiyopensource/feat/tversky_loss

Feat/tversky loss

github.com/kornia/kornia - 7fc25c85eb0bd6952eafaef443949d56b3e055cb authored almost 6 years ago by Edgar Riba <[email protected]>
implement TverskyLoss

github.com/kornia/kornia - be84cadae8c7284201c7f2a9013a5aefd222b063 authored almost 6 years ago by edgarriba <[email protected]>
move apart one_hot function

github.com/kornia/kornia - 4e5d53e5d4b143ff6b83edcd298f1f9ac7b0a8bd authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #59 from arraiyopensource/feat/dice_loss

implement multiclass dice loss

github.com/kornia/kornia - 3160fb3ec6cb6f71d507bf64445dbc83a792d38c authored almost 6 years ago by Edgar Riba <[email protected]>
add wiki docs to DiceLoss

github.com/kornia/kornia - 4e4674f87d1bede549bb1da08640cb49386a214f authored almost 6 years ago by edgarriba <[email protected]>
apply autopep to dice.py

github.com/kornia/kornia - 000b7cd199dc5128d23b64fee215a77b33b54acd authored almost 6 years ago by edgarriba <[email protected]>
add docs and example to dice_loss

github.com/kornia/kornia - 031fc7d9a7778aebcb0ceb90d41c37c7b2239550 authored almost 6 years ago by edgarriba <[email protected]>
expose tgm.one_hot

github.com/kornia/kornia - 161a1c2f8102deba61ee51a28ca19745bf796428 authored almost 6 years ago by edgarriba <[email protected]>
implement multiclass dice loss

github.com/kornia/kornia - 641f9e43e3a5590ca11bb714bbc39e1889af7361 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #61 from arraiyopensource/fix/depth_warper_batch

fix DepthWarper to accept batches

github.com/kornia/kornia - c104d3b7225ad68e04de12eb33fbe7badd4607d5 authored almost 6 years ago by Edgar Riba <[email protected]>
fix linter error

github.com/kornia/kornia - 20aea110a91ee10a9fa7ff22196c436774328d22 authored almost 6 years ago by edgarriba <[email protected]>
fix DepthWarper to accept batches

github.com/kornia/kornia - 80e7ad40ec0af64d440284c55ba2bdf332f40802 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #58 from arraiyopensource/feat/depth_smooth

Feat/depth smooth

github.com/kornia/kornia - 105696bb8ea3b950168576362598cff4297240e2 authored almost 6 years ago by Edgar Riba <[email protected]>
add depth_smoothness_loss to mypy

github.com/kornia/kornia - 7255eb2b5d10032bf02950074b16b4fc254ae5c5 authored almost 6 years ago by edgarriba <[email protected]>
add depth_smoothness_loss to docs

github.com/kornia/kornia - 8385b5723bcbb2c1d63504d29fa542b050f2ad89 authored almost 6 years ago by edgarriba <[email protected]>
implement depth smoothness loss

github.com/kornia/kornia - e2c72432a88f0eb40e660e62b28978caece81e03 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #57 from arraiyopensource/fix/homography_warper_tests

add test_translation, test_rotation to test_homography_warper.py

github.com/kornia/kornia - ab054f144b2ee4b11006f2b98edb7db5cd89aca6 authored almost 6 years ago by Edgar Riba <[email protected]>
add homography_warper to mypy test

github.com/kornia/kornia - 63a11da344423d1cdcf9ebe74395d0187108b982 authored almost 6 years ago by edgarriba <[email protected]>
add type hints and improve docs to homography warper

github.com/kornia/kornia - c3cfb019c4331f9fcdb49127f2fa7bcbc87d26f2 authored almost 6 years ago by edgarriba <[email protected]>
apply autopep8 formatting

github.com/kornia/kornia - aa0993a8c9a1dfada4e9806396c29d1c1248ff90 authored almost 6 years ago by edgarriba <[email protected]>
add more homography_warper tests

github.com/kornia/kornia - 5e07d92622f649ab1ae0364ce9c1b78159773664 authored almost 6 years ago by edgarriba <[email protected]>
add test_translation, test_rotation to test_homography_warper.py

github.com/kornia/kornia - 6b634718fb8bcfd12e49d77fc00cc5501b4b5067 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #56 from arraiyopensource/feat/relative_pose

move inverse_pose to transformations.py and add formula to docs

github.com/kornia/kornia - 9e2d2d44c3a657b536b0ebb9f459af1411f6132f authored almost 6 years ago by Edgar Riba <[email protected]>
import inverse_pose from transformation.py

github.com/kornia/kornia - f70194bb815f1d250a63af4da528f47d14ba4e37 authored almost 6 years ago by edgarriba <[email protected]>
move inverse_pose to transformations.py and add formula to docs

github.com/kornia/kornia - 2a50f68ce5e78de37fefa9bc018d8886c539dcb1 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #55 from arraiyopensource/feat/relative_pose

implement relative_pose function

github.com/kornia/kornia - b5f878215c55c1da31d44273c11b315063babc0a authored almost 6 years ago by Edgar Riba <[email protected]>
refactor test_transformations

github.com/kornia/kornia - a4b193242f288ac70bd350f4f1df02f52e84919a authored almost 6 years ago by edgarriba <[email protected]>
apply autopep8 format

github.com/kornia/kornia - 45c18c10d723754d4e2e3b784eced652fd9c9685 authored almost 6 years ago by edgarriba <[email protected]>
add relative_pose documentation

github.com/kornia/kornia - a527ca1b4bb91d1a0a5c6d465c017c6b8f14c304 authored almost 6 years ago by edgarriba <[email protected]>
implement relative_pose function

github.com/kornia/kornia - 0ef2105d7f1403f156cebc2134fc0da1fcd311ea authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #54 from arraiyopensource/fix/test_coverage

static analysis for ssim

github.com/kornia/kornia - 6feaaeb3216a65cb71621ee48cfe8381eaafcfe8 authored almost 6 years ago by Edgar Riba <[email protected]>
static analysis for ssim

github.com/kornia/kornia - ccf9c6550abcc7bf1a81cd4f27b54318f09ce722 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #52 from arraiyopensource/fix/test_coverage

comment unused create_pinhole from main API

github.com/kornia/kornia - ec094e7dcf82027a8912e5eb60ba5108629b8071 authored almost 6 years ago by Edgar Riba <[email protected]>
add InversePose test

github.com/kornia/kornia - 375eed5f8073e91b08e2139d79bfec4009bfeeaa authored almost 6 years ago by edgarriba <[email protected]>
remove create_pinhole from imports list

github.com/kornia/kornia - bbabd90f50491c176bf522cc9c4b36698de6554a authored almost 6 years ago by edgarriba <[email protected]>
comment unused create_pinhole from main API

github.com/kornia/kornia - 1737f479af5546827f473975e7ae9a3ec86e9c2a authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #50 from arraiyopensource/fix/test_coverage

Fix/test coverage

github.com/kornia/kornia - 2118cb560dd73eb4e1ebe0aa8aff520c5fd807fb authored almost 6 years ago by Edgar Riba <[email protected]>
remove unused classes

github.com/kornia/kornia - 5834fac1029d34feefd6595152c7e427a25e42f6 authored almost 6 years ago by edgarriba <[email protected]>
apply autopep8 to test_utils.py

github.com/kornia/kornia - 3f3efad45cb25a7ff326a66c2c4c671a3ba93723 authored almost 6 years ago by edgarriba <[email protected]>
fix warper.compute_subpixel_step and _compute_projection to not crash

github.com/kornia/kornia - 65c302414ebba47fa83b1d1788db4eff67f88dc2 authored almost 6 years ago by edgarriba <[email protected]>
remove draw_rectangle from imports list

github.com/kornia/kornia - 98432bb56e6da257c102d2299c867e2e6a1ecc9b authored almost 6 years ago by edgarriba <[email protected]>
remove unused draw_rectangle function

github.com/kornia/kornia - cfaa364b42c4e9feb0c7339707ef5da707d4ed79 authored almost 6 years ago by edgarriba <[email protected]>
remove unittest from test_utils.py

github.com/kornia/kornia - d8d771512f65027529a00168176d5b39db1c117f authored almost 6 years ago by edgarriba <[email protected]>
fix tensor_to_image, image_to_tensor inputs/outputs shapes

github.com/kornia/kornia - 045740a200c10fb6311eb679d4e0f3e5a74f5a4e authored almost 6 years ago by edgarriba <[email protected]>
remove points input for homography warper

github.com/kornia/kornia - 3750e90853ad85393f37896d90973a98cb7b1061 authored almost 6 years ago by edgarriba <[email protected]>
quaternion_to_angle_axis and rotation_matrix_to_quaternion only accepts batched input

github.com/kornia/kornia - 7dfed1f44c203f52cf1c23b2fbf81b2e72379e19 authored almost 6 years ago by edgarriba <[email protected]>
remove unneeded docs files

github.com/kornia/kornia - 1ab4716e2887bd88a0e5523c23d0467cf7221195 authored almost 6 years ago by edgarriba <[email protected]>
add numpy to docs/requirements.txt

github.com/kornia/kornia - 8ff08cbe62572c2b5bb75e6c06874b12286e00f2 authored almost 6 years ago by edgarriba <[email protected]>
add path to project

github.com/kornia/kornia - 70501c58a4470a5b465dd40e40268534c3a785d9 authored almost 6 years ago by edgarriba <[email protected]>
remove pyro hack

github.com/kornia/kornia - 166df4b00f6b286bf73e1b488163dac80b177f3d authored almost 6 years ago by edgarriba <[email protected]>
Create readthedocs.yml

github.com/kornia/kornia - cd63d5683773c3017768ef652abdbbf4753afbc4 authored almost 6 years ago by Edgar Riba <[email protected]>
update readme.rst with codecov report

github.com/kornia/kornia - 85213a85eff4cf4a0e6ea262890e39243fa21505 authored almost 6 years ago by Edgar Riba <[email protected]>
Merge pull request #49 from arraiyopensource/fix/migration_links

add pytest-cov and codecov

github.com/kornia/kornia - 3f9c78a64f73da0d4a4fba38d40a3342b4ecdb20 authored almost 6 years ago by Edgar Riba <[email protected]>
add pytest-cov and codecov

github.com/kornia/kornia - ba943dbc39a860a86b0d6b6c3145a1a81ae0e52b authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #48 from arraiyopensource/fix/migration_links

add pytest-cov and codecov

github.com/kornia/kornia - ad8ae887f276d63e86066135ae986f012a127ae8 authored almost 6 years ago by Edgar Riba <[email protected]>
add pytest-cov and codecov

github.com/kornia/kornia - ea19ec00b568894c43c31bee2f0c7e3433177831 authored almost 6 years ago by edgarriba <[email protected]>
update readme.rst with docs badge

github.com/kornia/kornia - 312a855192fa53c403df526c9337ba573f640f3e authored almost 6 years ago by Edgar Riba <[email protected]>
Merge pull request #46 from arraiyopensource/fix/migration_links

fix import __version__ in docs/conf.py

github.com/kornia/kornia - 75b2afb2113f890e589080239919f69d47bb6ced authored almost 6 years ago by Edgar Riba <[email protected]>
fix import __version__ in docs/conf.py

github.com/kornia/kornia - f0f499b6cada4d025820ee31dc9b0615a2ed7f8c authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #44 from arraiyopensource/fix/migration_links

update readme links

github.com/kornia/kornia - 3eca633c492d9a5eb3a9b7daca1f83f7d1f8cad4 authored almost 6 years ago by Edgar Riba <[email protected]>
update contributing.rst broken links

github.com/kornia/kornia - 1457408bd2cfb7b0bd81f3595384b7427017b582 authored almost 6 years ago by edgarriba <[email protected]>
update readme links

github.com/kornia/kornia - f3a736dc4648cd4424cc7f6642998414ffb28453 authored almost 6 years ago by Edgar Riba <[email protected]>
Merge pull request #43 from arraiyopensource/feat/docker

dockerise travis ci script

github.com/kornia/kornia - 1565f67121dee8fc22778a9f2f218ec8b3e7d4bd authored almost 6 years ago by Edgar Riba <[email protected]>
fix build-docs warnings

github.com/kornia/kornia - 8deaf207cdb49589863af4dff8a2a823826e70cd authored almost 6 years ago by edgarriba <[email protected]>
dockerise travis ci script

github.com/kornia/kornia - 3c0a0049ac7cff6cc144f31ad9cf3671eed49e87 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #42 from carlosb1/master

Added mypy support in travis

github.com/kornia/kornia - 6cb4cb94cc0b4c69413cd9a8eb4318ef9b627e2b authored almost 6 years ago by Edgar Riba <[email protected]>
Fixed error in travis. Discards missing imports

github.com/kornia/kornia - 9186bf46ec2b31f64c774ac078abadb6cc8bbe09 authored almost 6 years ago by Carlos B <[email protected]>
Fixed error in travis. Discards missing imports

github.com/kornia/kornia - 0d245e24c451dec08f51369622e876a8f0195dd8 authored almost 6 years ago by Carlos B <[email protected]>
Added support for mypy in travis

github.com/kornia/kornia - 16af158ea66847f88357729fa055a6a3be610940 authored almost 6 years ago by Carlos B <[email protected]>
Added mypy dependency in the installation

github.com/kornia/kornia - 2d1fdf542874ea52dfea6fd3df32bba2782c4229 authored almost 6 years ago by Carlos B <[email protected]>
Merge pull request #41 from carlosb1/master

Added first mypy integration

github.com/kornia/kornia - 2d3bf2ec974767f588fe585b1bc558f0a851ea60 authored almost 6 years ago by Edgar Riba <[email protected]>
Added first mypy integration

github.com/kornia/kornia - ddb1dfa911a61f6720ecd72b8d9ccf4caad5d31e authored almost 6 years ago by Carlos B <[email protected]>
Merge pull request #35 from Wizaron/jit-compatible-uptodate

Make torchgeometry jit compatible

github.com/kornia/kornia - 04c906a39ec6fd764db8baf72039a9834c93f834 authored almost 6 years ago by Edgar Riba <[email protected]>
Two blank lines between functions.

github.com/kornia/kornia - d8f41e8fef98b42933f680c96a669990e923d41b authored almost 6 years ago by Onur Kaplan <[email protected]>
Remove bit length computation and use nn.functional.pad instead of concatenation with ones.

github.com/kornia/kornia - fb47d3e5c6bb44b5ddf765acb425fb1f4c6dfef4 authored almost 6 years ago by Onur Kaplan <[email protected]>
fix link to CONTRIBUTING file

github.com/kornia/kornia - b5781c0c0d374cf011fa78d27fd4a36dffa3623e authored almost 6 years ago by Edgar Riba <[email protected]>
Merge pull request #36 from arraiy/feat/contributing

docs/contributing

github.com/kornia/kornia - d42c20f4e3e945f1f8b91bafbdd9df48a9f1b608 authored almost 6 years ago by Edgar Riba <[email protected]>
fix idented bullets list in contributing notes

github.com/kornia/kornia - 60640428d2df6e7646d2ffcd052c665b72516316 authored almost 6 years ago by Edgar Riba <[email protected]>
update readme and link contributing notes file

github.com/kornia/kornia - 064435f41413fd323f3c3cca77682be13c4c38f7 authored almost 6 years ago by edgarriba <[email protected]>
docs/contributing

github.com/kornia/kornia - ca8fbd311d9b14bc538c2e3995ca7b72cea4b31e authored almost 6 years ago by edgarriba <[email protected]>
Simplify the model and use readable variable names.

github.com/kornia/kornia - 6e19eba4fc98961884a1e69b8a71503e4635ddb8 authored almost 6 years ago by Onur Kaplan <[email protected]>
Debug flake8 warnings.

github.com/kornia/kornia - 45592db34e17c92dda58eadc233c88fbf31c6a94 authored almost 6 years ago by Onur Kaplan <[email protected]>
Debug flake8 warning and use a vanilla cnn instead of alexnet.

github.com/kornia/kornia - 428a057d26a613bc6eb492803c803b516e1614ad authored almost 6 years ago by Onur Kaplan <[email protected]>
Debug flake8 warnings.

github.com/kornia/kornia - 43152981a1c4ea7ea4c645f712fed883afb924ef authored almost 6 years ago by Onur Kaplan <[email protected]>
Merge branch 'jit-compatible' into jit-compatible-uptodate

github.com/kornia/kornia - 32cf7299f2a9dcc13ebd65b125961bc03fbb22a0 authored almost 6 years ago by Onur Kaplan <[email protected]>
Make torchgeometry jit compatible.

github.com/kornia/kornia - 81cda9eb08bb7d505f3ae5028930f2ee8db1c0df authored almost 6 years ago by Onur Kaplan <[email protected]>
update readme with fury badge

github.com/kornia/kornia - d2a3a63d51d1e989bd0534607331057b41879513 authored almost 6 years ago by Edgar Riba <[email protected]>
Merge pull request #33 from arraiy/feat/ssim

implement ssim loss

github.com/kornia/kornia - 42408a3fd2bd2f16b67370e1d259d1ead50c36b5 authored almost 6 years ago by Edgar Riba <[email protected]>
update docs for ssim

github.com/kornia/kornia - 276d8223cb7695b36483f729be537d4cbb7a9f1e authored almost 6 years ago by edgarriba <[email protected]>
fix test_ssim error

github.com/kornia/kornia - 52189cdb8384a3e609bbd733eb82d4e3f1df4797 authored almost 6 years ago by edgarriba <[email protected]>
apply autopep8

github.com/kornia/kornia - cc5723a3cbc6d4ea7b9850769d506322dbc2506b authored almost 6 years ago by edgarriba <[email protected]>
implement ssim loss

github.com/kornia/kornia - a86a603b18e53d1b51efd2749f6537e5c513c106 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #32 from prlz77/patch-2

Remove np import

github.com/kornia/kornia - 76ee0ea7207845b88fc9099dfe9538d2e8232447 authored almost 6 years ago by Edgar Riba <[email protected]>
Remove np import

github.com/kornia/kornia - 04f7a353e1b2037b6a3284ff1b70ca1546f4b4dd authored almost 6 years ago by Pau Rodriguez <[email protected]>
Merge pull request #31 from arraiy/feat/gaussian_blur

Feat/gaussian blur

github.com/kornia/kornia - af8d0ac2fc597cd35f0bdce3f804d35dda39a2d5 authored almost 6 years ago by Edgar Riba <[email protected]>
lint for gaussian blur

github.com/kornia/kornia - 8b3a951855ca42cdfcfbac61ab9bde182f241519 authored almost 6 years ago by edgarriba <[email protected]>
update docs with gaussian blur and tutorials

github.com/kornia/kornia - d4401b05fe5155c4ad4009ab4c58228313b2c6dd authored almost 6 years ago by edgarriba <[email protected]>
implement get_gaussian_kernel, get_gaussian_kernel2d, gaussian_blur and GaussianBlur

github.com/kornia/kornia - a210b32e216bc1b4239aead77a3f0834793e1c9d authored almost 6 years ago by edgarriba <[email protected]>