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

improve documentation and renaming variable for confusion_matrix and mean_iou

github.com/kornia/kornia - c036f84c90045c0c32718c197bb9d3351bdc575d authored almost 6 years ago by edgarriba <[email protected]>
implement mIoU metric

github.com/kornia/kornia - 446cd210e5263beab621b07b8d3312febaa2f15f authored almost 6 years ago by edgarriba <[email protected]>
use pytorch-cpu==1.0.1 in travis

github.com/kornia/kornia - 12b83dd6a2c6f2087ff38849befce40b4da8464e authored almost 6 years ago by edgarriba <[email protected]>
fix issue with test_contrib

github.com/kornia/kornia - b1218b98986a9bd20085ebcf68bf547e6d9ad83d authored almost 6 years ago by edgarriba <[email protected]>
create metrics module and implement confusion_matrix

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

rename DepthSmoothnessLoss to InvDepthSmoothnessLoss

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

github.com/kornia/kornia - 8f29eff26631d1161a539b74e6800001cc887696 authored almost 6 years ago by edgarriba <[email protected]>
better signature name, update docs definition

github.com/kornia/kornia - 00a827b227a639c7d0f53c53b8464178b0c83096 authored almost 6 years ago by edgarriba <[email protected]>
rename DepthSmoothnessLoss to InvDepthSmoothnessLoss

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

Feat/box transforms

github.com/kornia/kornia - e5c7499eeed66b9d51b5cd2cee05bac2303e1e21 authored almost 6 years ago by Edgar Riba <[email protected]>
fix typo in makefile

github.com/kornia/kornia - 0240609da619b5ac3eec68f291fca3ff4c31af73 authored almost 6 years ago by edgarriba <[email protected]>
add make file commands to travis

github.com/kornia/kornia - 13f890fc212d2dffb16b982c680e52b730e39306 authored almost 6 years ago by edgarriba <[email protected]>
add commands to makefile: lint, mypy, docs, install and uninstall

github.com/kornia/kornia - 2df01354eb24a33beaa3f17c23e0f14a74859c88 authored almost 6 years ago by edgarriba <[email protected]>
add boxminus/boxplus to docs

github.com/kornia/kornia - 3e842923b403629cfaf3f2e711a0836e95abed03 authored almost 6 years ago by edgarriba <[email protected]>
rename relative/compose transforms to boxplus/boxminus

github.com/kornia/kornia - 3015139f4926bbb8f11b972b7d372812a83d21d4 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #83 from carlosb1/feature/delete_gpu

Delete gpu option

github.com/kornia/kornia - 8029e9f10b5855bb8b549510fa87e313a1e00b8d authored almost 6 years ago by Edgar Riba <[email protected]>
Added makefile to automatize test execution

github.com/kornia/kornia - 233b73b5e7ab71d855bd4f69dc4ed9c97ab257cc authored almost 6 years ago by Carlos B <[email protected]>
Done merge to update cpu / gpu tests

github.com/kornia/kornia - 4fdf34a53bc126ebf39cccc4fa6276ae509a3d9a authored almost 6 years ago by Carlos B <[email protected]>
added cpu option for other tests

github.com/kornia/kornia - e640717e167c9906fb29edf34e0c8a906c1fd0ef authored almost 6 years ago by Carlos B <[email protected]>
Added lint exception

github.com/kornia/kornia - c4cc7c86ac7f5d863ca08ea260b8f8ace2ee0b58 authored almost 6 years ago by Carlos B <[email protected]>
Merge pull request #93 from arraiyopensource/feat/version_file

generate version.py by command line

github.com/kornia/kornia - d6a97b715e3b8fb9a7aac6a96c1bbff80c90c54c authored almost 6 years ago by Edgar Riba <[email protected]>
reorder travis install commands

github.com/kornia/kornia - 0f9781eddcf4f32f6374397e03ca31cccff0c1ca authored almost 6 years ago by edgarriba <[email protected]>
add package install instruction to travis script

github.com/kornia/kornia - 795fd846dd1da83a0cf88d0bf39726fba7bec5b7 authored almost 6 years ago by edgarriba <[email protected]>
fix minor typo in setup.py

github.com/kornia/kornia - 5d1f7f778013a3e8524e8c7c2768bbaf4bfcd7a8 authored almost 6 years ago by edgarriba <[email protected]>
add to .gitignore the autogenerated version.py

github.com/kornia/kornia - 4e668b7c816e6825bb3ee7e2194ee643e83882b1 authored almost 6 years ago by edgarriba <[email protected]>
generate version.py by command line

github.com/kornia/kornia - 3649af4ea95023661fa460b2e5f29ad6956e3fff authored almost 6 years ago by edgarriba <[email protected]>
Merge branch 'Siyeong-Lee-master'

github.com/kornia/kornia - f0a0facd7a31e983842966b6be20d3dd0bed8eeb authored almost 6 years ago by edgarriba <[email protected]>
fix typo error in warp_perspective docs formula

[type error] the comment of function warp_perspective
---
from: frac{M_{11} x + M_{12} y + M_{33...

github.com/kornia/kornia - 974bb1e0ac2665af1c3f2d3b1258521cb228ad7e authored almost 6 years ago by Siyeong <[email protected]>
Added first tests checking cpu / gpu

github.com/kornia/kornia - f464e18ec60e40c8eae3b15a84ea92a636bb4a89 authored almost 6 years ago by Carlos B <[email protected]>
Merge pull request #91 from arraiyopensource/fix/package_minimum_torch_version

update project package url

github.com/kornia/kornia - d37861075cd73e36a1eca35beaacaa80c2687077 authored almost 6 years ago by Edgar Riba <[email protected]>
update project package url

github.com/kornia/kornia - 90b069b470ad20ab3153ca1c08f53ec1283a0bfd authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #92 from kajal-puri/master

Changed the version of pytorch to >=1.0.0

github.com/kornia/kornia - 841790180cee2b154f6fc4537a877144b5c81db9 authored almost 6 years ago by Edgar Riba <[email protected]>
Changed the version of pytorch to >=1.0.0

github.com/kornia/kornia - 1c077a0bcec97c894280ad35a0b84ea15bec67f5 authored almost 6 years ago by kajal-puri <[email protected]>
Merge pull request #90 from arraiyopensource/fix/docs_tornado_dependency

add nbconvert and notebook dependencies to build_docs

github.com/kornia/kornia - 4e6c9843eee083312729e4c2afd025e36b71cba5 authored almost 6 years ago by Edgar Riba <[email protected]>
add nbconvert and notebook dependencies to build_docs

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

Feat/depth warper single pinhole

github.com/kornia/kornia - c4e96e65b2d7b6806ebe66686e21d90d402919cb authored almost 6 years ago by Edgar Riba <[email protected]>
Merge branch 'master' into feat/depth_warper_single_pinhole

github.com/kornia/kornia - 3d01d4a52d45f238ead75a8e1918743807c2a764 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #88 from arraiyopensource/fix/quaternion_to_axis

refactor quaternion_to_angle_axis

github.com/kornia/kornia - 95a615e2742e411800af0e1cff5900360ff96516 authored almost 6 years ago by Edgar Riba <[email protected]>
fix for nbsphinx dependency error

github.com/kornia/kornia - 88c51a3dc544dbf7f61d860eef71b1cff8cd80c0 authored almost 6 years ago by edgarriba <[email protected]>
fix for nbsphinx dependency error

github.com/kornia/kornia - 3c616c4283c105f474988dd83ebb28a3b9bda266 authored almost 6 years ago by edgarriba <[email protected]>
simplify DepthWarper API removing input iterable

github.com/kornia/kornia - 3ee24751e3b865c50a400d1e68862ffa22e44f19 authored almost 6 years ago by edgarriba <[email protected]>
add angle_axis_to_quaternion to docs

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

github.com/kornia/kornia - 6d4baf848d22e664ddc8de099dd5ceae5e86c30d authored almost 6 years ago by edgarriba <[email protected]>
implement angle_axis to quaternion

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

github.com/kornia/kornia - 82afc31fa24658c3eb10c5ab0c272a4246191e97 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #87 from arraiyopensource/feat/test_warp_affine

add test and improve docs for warp_affine

github.com/kornia/kornia - 457d7b8cf4bb953c724d2aff9185e28013bf1392 authored almost 6 years ago by Edgar Riba <[email protected]>
add test and improve docs for warp_affine

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

refactor homogeneous transforms module

github.com/kornia/kornia - 3539411a24b09c51886da30e59b89551eb617843 authored almost 6 years ago by Edgar Riba <[email protected]>
test transform points module

github.com/kornia/kornia - a28f95f163f27142d7d7ac6ac9f07ef10bf5449d authored almost 6 years ago by edgarriba <[email protected]>
fix transform_points docs and move test

github.com/kornia/kornia - bae24cf80c0cc6a11894538b6b254cd1d8cc5418 authored almost 6 years ago by edgarriba <[email protected]>
Delete gpu option

github.com/kornia/kornia - 7b68e5d5e407ad6981b88636f7d195d9f91a6bb7 authored almost 6 years ago by Carlos B <[email protected]>
move transform_points to transformation submodule

github.com/kornia/kornia - a15747002d7e85603a3441b55ffe95b304613d57 authored almost 6 years ago by edgarriba <[email protected]>
improve transformations module docs

github.com/kornia/kornia - 7c8cd56d72531d276aa6a5a8e78173d09d839a58 authored almost 6 years ago by edgarriba <[email protected]>
refactor test relative transformation

github.com/kornia/kornia - 20478f4d60afd880d8611f3377a08dbfaa6f1ea0 authored almost 6 years ago by edgarriba <[email protected]>
refactor test inverse_transformation

github.com/kornia/kornia - 44e5e2d9103c450f8a7910cf0ef07117c39ea6b4 authored almost 6 years ago by edgarriba <[email protected]>
refactor compose_transformations

github.com/kornia/kornia - 397be1fa79f0d37eb1597b3c65c31734f098e20d authored almost 6 years ago by edgarriba <[email protected]>
Merge remote-tracking branch 'origin/master' into fix/relative_pose

github.com/kornia/kornia - 5073a27bda80c663bc30176b870a3d1d5a32d0eb authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #80 from arraiyopensource/fix/travis_tests

fix travis crash with pytorch version

github.com/kornia/kornia - 892197c3fffe8784ea1628ed9c116b6d5e5688c2 authored almost 6 years ago by Edgar Riba <[email protected]>
fix W293 blank line contains whitespace

github.com/kornia/kornia - d8812347031b6a1ab2ca590d3535f665f3e26dd6 authored almost 6 years ago by edgarriba <[email protected]>
simplify test gaussian blur

github.com/kornia/kornia - a9049409e5d5999daea9500c2c4c9482ba0ab33b authored almost 6 years ago by edgarriba <[email protected]>
disable jit tracing temporary

github.com/kornia/kornia - defbfae81184b2b8affcc59d76c75520746fd67b authored almost 6 years ago by edgarriba <[email protected]>
fix travis crash with pytorch version

github.com/kornia/kornia - b4d20ad10b06027a73c214ef1c838178e2808612 authored almost 6 years ago by edgarriba <[email protected]>
first commit to refactor homogeneous transforms module

github.com/kornia/kornia - 89693f17b15df4fc1733b11b3d8276a2abb1114b authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #73 from arraiyopensource/fi/depth_warper_tests

Fi/depth warper tests

github.com/kornia/kornia - 5203c5f8223cc2206c3deda93736bcebf939ec30 authored almost 6 years ago by Edgar Riba <[email protected]>
fix small issues in the documentation

github.com/kornia/kornia - f12892d74fbde49f22e307aa99e5bcb3d9f4c019 authored almost 6 years ago by edgarriba <[email protected]>
add test for pinhole camera translation vector setters

github.com/kornia/kornia - 561827a82c57721fb7b7c875f2ea388d0e83a1b1 authored almost 6 years ago by edgarriba <[email protected]>
move cam2pixel and pixel2cam to pinhole submodule

github.com/kornia/kornia - 1a01a76fb5ecc7f1b0a2ea14eb767b40e49b2e70 authored almost 6 years ago by edgarriba <[email protected]>
refactor depth_warper tests

github.com/kornia/kornia - 6ca1c6819e0757c9cbdb96be6d946625fc7eb2e9 authored almost 6 years ago by edgarriba <[email protected]>
add missing test for PinholeCamerasList

github.com/kornia/kornia - b3690177fa902b13bee2f30bba2db2039a8933ed authored almost 6 years ago by edgarriba <[email protected]>
add warning for future deprecated functions

github.com/kornia/kornia - 88914c6ea0572f5ad318b89789f4b612497875fb authored almost 6 years ago by edgarriba <[email protected]>
implement pinhole.scale(), pinhole.scale_() and add tests

github.com/kornia/kornia - 1631cdd61c2e53ccf89197ff31b5e790a0465fe9 authored almost 6 years ago by edgarriba <[email protected]>
add pinhole model docs

github.com/kornia/kornia - cfe665f15085acfead905fde53eec21ce9847b24 authored almost 6 years ago by edgarriba <[email protected]>
move PinholeCamera and PinholeCamerasList to pinhole.py and add tests

github.com/kornia/kornia - b73aff292ae40d86f6a782382d2b6af144544687 authored almost 6 years ago by edgarriba <[email protected]>
fix minimal issues

github.com/kornia/kornia - 94819f8d231cf4cc658e02efd0d6c40cfba97af3 authored almost 6 years ago by edgarriba <[email protected]>
refactor DepthWarper.warp_grid and add tests

github.com/kornia/kornia - 62a65fdadcf79d2a4a94328efd7693a6d3c59dd0 authored almost 6 years ago by edgarriba <[email protected]>
add verbose output tests

github.com/kornia/kornia - 678f0f0e0e890bb6709602881abd987e68e99e5d authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #72 from arraiyopensource/fix/pytorch_v011

update to pytorch v1.0.1

github.com/kornia/kornia - 3657f1e7525f867ea641a2d6df232cb0c10fc76b authored almost 6 years ago by Edgar Riba <[email protected]>
update to pytorch v1.0.1

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

reorganize api, move main code to core package and expose to top level

github.com/kornia/kornia - 855ad759f1222492f14b067e13b0a3a2bfb7142f authored almost 6 years ago by Edgar Riba <[email protected]>
reorganize api, move main code to core package and expose to top level

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

implement extract_tensor_patches

github.com/kornia/kornia - 66484d9aa5be90efbefd58fbac3ecb18c3fe3066 authored almost 6 years ago by Edgar Riba <[email protected]>
add one more test for asymetric input shape in extract_tensor_patches

github.com/kornia/kornia - 5a5b6846ec5c01bc189c25e31f7b2a0db00cfe48 authored almost 6 years ago by edgarriba <[email protected]>
improve extract_tensor_patches documentation

github.com/kornia/kornia - ac9a969e383b3e6f2e1950607d240ed90db53a15 authored almost 6 years ago by edgarriba <[email protected]>
git ignore mypy cache files

github.com/kornia/kornia - f84e370e2f2a62f57c5e78ff9a68d51222762e05 authored almost 6 years ago by edgarriba <[email protected]>
implement multiple window_size in extract_tensor_patches

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

github.com/kornia/kornia - 68505d026710f541b4489a2fe59a8d8aa42e65c7 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #68 from arraiyopensource/feat/softargmax

Feat/softargmax

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

github.com/kornia/kornia - 342c67c9c24f1d26e18c3666ad13aa8421421a8a authored almost 6 years ago by edgarriba <[email protected]>
add pytest.xfail as temporal solution for test_focal

github.com/kornia/kornia - 37a996c3457a209d0bf74eb9bdd62e55aec9f653 authored almost 6 years ago by edgarriba <[email protected]>
force to install pytorch-cpu==1.0.0 in travis-ci

github.com/kornia/kornia - cdc1420e1da561dc91494a430572693cc146dce6 authored almost 6 years ago by edgarriba <[email protected]>
add normalized_coordinates option to spatial soft-argmax and add integration test

github.com/kornia/kornia - 14dfd7aa95d05b9e220567b20a55b124b7d89ca7 authored almost 6 years ago by edgarriba <[email protected]>
add spatial soft argmax to mypy check

github.com/kornia/kornia - 451648ad295cb94079842abdc87804e226ed91fe authored almost 6 years ago by edgarriba <[email protected]>
add spatial soft argmax to docs

github.com/kornia/kornia - 167fd397251fd29595f4c50d21536f7742a7cb47 authored almost 6 years ago by edgarriba <[email protected]>
implement SpatialSoftArgmax2d and test

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

fix focal loss and implement integration test

github.com/kornia/kornia - bc1756c028b01bca0f5a171ad4f513aa91fae20c authored almost 6 years ago by Edgar Riba <[email protected]>
fix focal loss and implement integration test

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

fix -inf issue in focal loss

github.com/kornia/kornia - ec043e20215517f7b554846b8036c262fac6d5c0 authored almost 6 years ago by Edgar Riba <[email protected]>
fix -inf issue in focal loss

github.com/kornia/kornia - 4992bf3091bad9d0b23ac44e52d98f5152f33904 authored almost 6 years ago by edgarriba <[email protected]>
Merge pull request #64 from arraiyopensource/feat/focal_loss

fix -inf issue in focal loss

github.com/kornia/kornia - c664e002adc115023f903fcccad4b5f74bf64393 authored almost 6 years ago by Edgar Riba <[email protected]>
fix -inf issue in focal loss

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