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

implement quaternion_log_to_exp, quaternion_exp_to_log

github.com/kornia/kornia - 1e75934208a0906c8b843944c04931fce3083c95 authored over 5 years ago
Merge pull request #164 from arraiyopensource/feat/project_points

refactor unproject points to make it broadcastable

github.com/kornia/kornia - efc823053c7bf175af9c10ad46d48ac0d2454a0b authored over 5 years ago
refactor unproject points to make it broadcastable

github.com/kornia/kornia - ddf1da9267170020874f2c52786acf2c9ec4a2f3 authored over 5 years ago
Merge pull request #162 from arraiyopensource/feat/project_points

implement save/load pointcloud

github.com/kornia/kornia - df5c0ac504d3a99be257b99660b4c371b72a4e79 authored over 5 years ago
implement save/load pointcloud

github.com/kornia/kornia - 7a295049daebffe8b5c15841c7e050833a58ac9b authored over 5 years ago
Merge pull request #161 from arraiyopensource/feat/project_points

Feat/project points

github.com/kornia/kornia - fee06cf08cfc23680a517f2f17dd1d1c8806db3a authored over 5 years ago
add perspective camera to docs

github.com/kornia/kornia - efc6b6bcd7aabfecda6acf29c69cdf91725c25e4 authored over 5 years ago
update to pytorch-nightly

github.com/kornia/kornia - dff29b007b66f77cc6dfdda6d98e56af6f3b26ae authored over 5 years ago
fix linter issues

github.com/kornia/kornia - 49c1aac1c62f3a7aab033d42d0f627f66aa83f0e authored over 5 years ago
implement project_points

github.com/kornia/kornia - 09b5f37834db4d695fc232a1397bede14e3d20b9 authored over 5 years ago
fix normalize and add test

github.com/kornia/kornia - 1e5702157172281d2e55f3c5584beb9aa4788973 authored over 5 years ago
implement unproject points

github.com/kornia/kornia - 47fc1bd93929f8254a82c519099e45ba42582505 authored over 5 years ago
Merge pull request #160 from arraiyopensource/edgarriba-patch-1

remove duplicated temperature multiplication

github.com/kornia/kornia - b2f641a5eafdb09180af2aa5343ee971cb401340 authored over 5 years ago
remove duplicated temperature multiplication

github.com/kornia/kornia - 61bdd3b3ed6a4a7f794e514f018a4433af5e2dcc authored over 5 years ago
Merge pull request #158 from arraiyopensource/feat/spatial_softmax_temp

Feat/spatial softmax temp

github.com/kornia/kornia - b52147876a20dd7e19294815c3ef1a6418a8afa1 authored over 5 years ago
replace custom to torch softmax

github.com/kornia/kornia - 272930900b27ca702294a03875321d068ce282e5 authored over 5 years ago
refactor spatial_soft_argmax2d and add temperature factor

github.com/kornia/kornia - 257586e08e1797fe3ac279366fb35c62ddcfd693 authored over 5 years ago
implement jit test for spatial_soft_argmax2d

github.com/kornia/kornia - 3088b9b3c6a1608ac9d578b20acaa7d5e16d3dda authored over 5 years ago
use utils create_meshgrid in spatial_soft_argmax2d

github.com/kornia/kornia - 5206356f80fda68a2658b254906ef511f696625f authored over 5 years ago
Merge pull request #156 from arraiyopensource/fix/jit

Fix/jit

github.com/kornia/kornia - 467c66507b5677117c10506ebe18a434f715985c authored over 5 years ago
add test_jit_trace in TestTransformPoints

github.com/kornia/kornia - 50edd1db8da5b2b1680ec66e85d6f34ff50d4ca5 authored over 5 years ago
add test_jit in TestTransformPoints

github.com/kornia/kornia - a6312bd2bbca8bc3b613b6e7cc6d1c1b2d1d405c authored over 5 years ago
add TestConvertPointsToHomogeneous

github.com/kornia/kornia - 108916a45a8eca119f4d96f07508c2c59b75ae7b authored over 5 years ago
added TestConvertPointsFromHomogeneous test_jit

github.com/kornia/kornia - bf7dd4e876cad610d3a3ce669fac414bdc2f1935 authored over 5 years ago
Merge pull request #150 from jiangwei221/feat/batch_tensor_2_img

batch support for tensor2img and img2tensor

github.com/kornia/kornia - 289ab297fba065bc41c7f704abe8dc0e61acc017 authored over 5 years ago
Merge pull request #153 from arraiyopensource/feat/denormalize_points

Feat/denormalize points

github.com/kornia/kornia - 33ce112f2921a804e5654952850ee639fc89be83 authored over 5 years ago
detensorize some constants in de/normalize coordinates

github.com/kornia/kornia - cfe987a2dd9606786507d4e4e296ebd181c65f88 authored over 5 years ago
implement denormalize_coordinates

github.com/kornia/kornia - de6e4ec6760d22f7ae6e1b0300efed1cd53c12fa authored over 5 years ago
small refactor in test

github.com/kornia/kornia - 048efccd006e899f92afedd78344bc6fb575e321 authored over 5 years ago
remove old test jit trace code

github.com/kornia/kornia - a7722eb6344701f20a47e0c49b2e5e54ef10eb1c authored over 5 years ago
Merge pull request #148 from jiangwei221/master

fix torch.clamp for homogeneous division

github.com/kornia/kornia - 0b7f6bdfa43a85cb2d356eb5501d0d98f6f738f2 authored over 5 years ago
pass the test

github.com/kornia/kornia - 6799bb0e377c17865e3b966024b3ac0566b8f5db authored over 5 years ago
add test case

github.com/kornia/kornia - 1814fd67df86f26a9f3abb1e8f9c57baa1c14970 authored over 5 years ago
Merge pull request #152 from arraiyopensource/feat/convert_from_homogeneous

Feat/convert from homogeneous

github.com/kornia/kornia - cf90841ab291f3d10cbda9dd47598887ca1bec7e authored over 5 years ago
fix test case for homogeneous point conversion

github.com/kornia/kornia - 4e40a8e9408183d6623f24d771244a56c6460aa9 authored over 5 years ago
update normalize_pixel_coordinates docs and move tests

github.com/kornia/kornia - e8159b488119184e8053c61f2eb5b2fd72964a31 authored over 5 years ago
add to readme a link to the code of conduct

github.com/kornia/kornia - 63f698eb09813a230327fcd0d33e7f35a5cbb75c authored over 5 years ago
Merge pull request #151 from arraiyopensource/feat/covenant

add code of conduct file

github.com/kornia/kornia - e02095ceac39bef08e42f59a80cf698cfd6d476a authored over 5 years ago
add code of conduct file

github.com/kornia/kornia - 94ca4d8af72f551afefb5c72dc3abdc29fc53c17 authored over 5 years ago
batch support for tensor2img and img2tensor

github.com/kornia/kornia - 57c6db58f4192bfccc642cce5415b4173e42da36 authored over 5 years ago
set the results of division by zeror/near-zero to 1.0

github.com/kornia/kornia - 0309009a2a465a740fe4b2af74ff21a87670c361 authored over 5 years ago
merge tos single line

github.com/kornia/kornia - 651269c4254eec2f336abd55c271189e64046997 authored over 5 years ago
fix hard coded values

github.com/kornia/kornia - 28278661a436efb189191b2daf9595fa899030a2 authored over 5 years ago
fix torch.clamp for homogeneous division

github.com/kornia/kornia - 92d8bf06ea04c9548fb94a406709b040031a2008 authored over 5 years ago
add pip release script

github.com/kornia/kornia - 36cb8456867ceeba1f8c7f7beb3effff53ae9842 authored over 5 years ago
fix renaming in docs conf.py

github.com/kornia/kornia - b68f57eb5bfd0bbd2dc82b2261f2fbb12ed828fd authored over 5 years ago
remove unused line in index.rst

github.com/kornia/kornia - 9798640c64e43c2f6c8ce66fa82149fb14c992eb authored over 5 years ago
update logo link

github.com/kornia/kornia - 5fdb850e31d742224afb3d27a31e0c82fbb75cfd authored over 5 years ago
Merge pull request #142 from arraiyopensource/feat/refactor_repo

the rename is here: torchgeometry -> kornia

github.com/kornia/kornia - 5c61d61962ab038f8b375be868b19e131dc271c1 authored over 5 years ago
fix typos in readme

github.com/kornia/kornia - 44d4918b7e8ea56c680d80fafa58500d11feb13f authored over 5 years ago
Update index.rst

github.com/kornia/kornia - 568a3b369ff6cdf219b4a9bcfb06fcd92d1b0966 authored over 5 years ago
update readme with project overview

github.com/kornia/kornia - ffbb6de69f0023ef780a53027a9b19dc35ebe74e authored over 5 years ago
the rename is here: torchgeometry -> kornia

github.com/kornia/kornia - 3330ff67d5c8fd233ce3a83e6b41db76ca819f34 authored over 5 years ago
Merge pull request #141 from arraiyopensource/feat/refactor_repo

fix sphinx build issue

github.com/kornia/kornia - 305c363a5a1c7307b8049abc2076b0260ac39be8 authored over 5 years ago
fix sphinx build issue

github.com/kornia/kornia - b0224971babe3e169249f81562c753c19a21d3e0 authored over 5 years ago
Merge pull request #139 from arraiyopensource/feat/refactor_repo

Feat/refactor repo

github.com/kornia/kornia - 343915adf3a8cff0e251354df574f84f45452283 authored over 5 years ago
mega refactor gfor geometry module

github.com/kornia/kornia - fef0dda789477c21a32ef07f0fc422798fcc59f0 authored over 5 years ago
moved one_hot and metrics to utils

github.com/kornia/kornia - ca2e8e874f93f11c346b83f0a0c5cdec1eb81cae authored over 5 years ago
minimal reordering in filters docs

github.com/kornia/kornia - 7bb9aaf1df82ec5544233eefc14d12b85c3517a0 authored over 5 years ago
split nms.py and harris.py, create test feature

github.com/kornia/kornia - ed7e930f41ea6f2d4c3ad0bc2aeebbbb5fe648ce authored over 5 years ago
fix minor issues in contrib module

github.com/kornia/kornia - a7812e25f72392160b757f7534151ea029ca2bb3 authored over 5 years ago
reorganize color module

github.com/kornia/kornia - b1f1234f24c0029a9cf9c1fcc6f98cfb888a9b06 authored over 5 years ago
fix merge master conflicts

github.com/kornia/kornia - 15083f878016980ff32abcc3d372fdc50e36f55c authored over 5 years ago
Merge pull request #140 from dvd42/master

Hsv to Rgb + fix in path.bash.inc

github.com/kornia/kornia - a484f4b1e7a5443dfefe86218a7f1fd29ca42392 authored over 5 years ago
fixed typo in docstring

github.com/kornia/kornia - a551adb71ffc8e052fcd7742a938a445582ee023 authored over 5 years ago
fixed typo in docstring

github.com/kornia/kornia - 5677c4fb7d7094e0e5784d39ef09db1ba83032e7 authored over 5 years ago
add hsv to rgb to docs

github.com/kornia/kornia - c7de8dd09053421113d5579be1097d9047bc6763 authored over 5 years ago
fixed path.bash.inc

github.com/kornia/kornia - 1e7a79684d6e9da74b6e0105bfcb2faccca49a17 authored over 5 years ago
changed some test for consistency

github.com/kornia/kornia - 7533a9134afb0cdb244a21bda9952d4825363c6c authored over 5 years ago
Merge remote-tracking branch 'upstream/master'

github.com/kornia/kornia - 8ac14780128fc348bb245bbe2ed0db8a0c2bdddb authored over 5 years ago
renamed core -> geometry

github.com/kornia/kornia - 48c42f303ecfe683337aa5db991e48c55456c5b4 authored over 5 years ago
split modules: image -> color, filters, transform

github.com/kornia/kornia - e7fae94bb4ff68897bbc73805f6f7cfcbf996659 authored over 5 years ago
Merge pull request #136 from arraiyopensource/feat/harris

Feat/harris

github.com/kornia/kornia - bbca5f5425aa311671e7d0c37188195445a6d994 authored over 5 years ago
use non maxima suppression functional

github.com/kornia/kornia - 3e365708c7d552d57f78c7d0b5a1d1d1e6d0e3fd authored over 5 years ago
fix linter error

github.com/kornia/kornia - f6ecf1f0943a3b7d0a2936c95fb98b710e854e69 authored over 5 years ago
implement corner harris detector and non maxima suppression2d

github.com/kornia/kornia - 3ccc533b1636bd73e89da4d37225234e1ead8825 authored over 5 years ago
improve sobel documentation

github.com/kornia/kornia - 4aeeca032099c3d7d21f2ec3e5754f9745b307c7 authored over 5 years ago
fix reverse return gradietns in sobel

github.com/kornia/kornia - ea10f5221700c5ea146faa38146f295545a76afc authored over 5 years ago
Merge pull request #131 from dvd42/master

rgb to hsv

github.com/kornia/kornia - a5c79e980e62558b492ab451da5887be1e6e4ed3 authored over 5 years ago
fixed mypy checks

github.com/kornia/kornia - 78d31dc5edbc407540ae86dc0b2400b2d848ead8 authored over 5 years ago
types everywhere

github.com/kornia/kornia - 207caa19a13081429fef738d6e4a4e5fb8f7e053 authored over 5 years ago
Merge pull request #135 from arraiyopensource/feat/median_filter

Feat/median filter

github.com/kornia/kornia - cccd2498f9a2d62c52ed2d291809c12743f8b55b authored over 5 years ago
fix typo errot in spatial gradient docu

github.com/kornia/kornia - af60e73a2df0286da90a0669733fdff4521271c6 authored over 5 years ago
rename sobel_edges -> spatial_gradient

github.com/kornia/kornia - deef40f76b8bce66c8f8c8e65d63babcaab34933 authored over 5 years ago
Merge pull request #134 from arraiyopensource/feat/median_filter

implement median blur

github.com/kornia/kornia - 02d1a4e309ed7037bb91f4f3d8ea24d85322516b authored over 5 years ago
implement median blur

github.com/kornia/kornia - 85cd296c142f0655a4c97d4dd1ef7cab9292f2a8 authored over 5 years ago
Merge pull request #132 from arraiyopensource/feat/blur

implement box blur filter

github.com/kornia/kornia - dcb7a1893700f4572652e7ed4b10c816e7885fe5 authored over 5 years ago
implement box blur filter

github.com/kornia/kornia - 4688fae9dda0fa2b25e9fcb486e35bffc626b293 authored over 5 years ago
Merge remote-tracking branch 'upstream/master'

github.com/kornia/kornia - 4ece435a1f2cec521d46ac42255a21ed4342d13e authored over 5 years ago
Merge pull request #129 from arraiyopensource/feat/sobel

Feat/sobel

github.com/kornia/kornia - 3d01780681e9acfb87a08279d8a69a2afaed9159 authored over 5 years ago
implement SobelEdges amd Sobel operators

github.com/kornia/kornia - 555110259943eae091077581b01cfbb7831d2bda authored over 5 years ago
add missing type checking in pyrup and pyrdown

github.com/kornia/kornia - 594dfb3ce60262e932fff6f065b5d711a369659a authored over 5 years ago
fixed rgb_to_hsv gradcheck

github.com/kornia/kornia - 78b0a985eb7bb468e76f1412026b840b53ba753f authored over 5 years ago
Merge pull request #128 from arraiyopensource/feat/max_blur_pool

implement MaxBlurPool2d

github.com/kornia/kornia - aa829ae0e451c699a0808d167f320de0d25ffb3c authored over 5 years ago
implement MaxBlurPool2d

github.com/kornia/kornia - 05e1ce86c583443624d7c735b6d1e36e608b8d62 authored over 5 years ago
merge commit (solved conflicts in image/__init__.py)

github.com/kornia/kornia - 34024b8e52e0c83d42652301d80d9277217f32e2 authored over 5 years ago