Dmytro Mishkin

Results 85 issues of Dmytro Mishkin

## 🚀 Feature Replace old shape and type checks with new interface like ```python3 KORNIA_CHECK_SHAPE(img, ["B", "1", "H", "W"]) ``` introduced in https://github.com/kornia/kornia/pull/1633

help wanted
code heatlh :pill:

#### Changes As we have discussed during roadmap meeting, making kornia not only jittable, but also onnxable would increase kornia usage in production. This PR is work in progress towards...

## 🚀 Feature Current kornia convention for local features assumes same number of features per image in batch: (B,num, ...) New features (KeyNet,LoFTR) instead put all features in huge list...

help wanted

Hi, I have happily noticed that you are using kornia :) 1) Could we be even more useful for you? I have recently created a wrapper around OpenCV detectors into...

Hi, Would you be interested for porting the inference part of the D2Net into the kornia? The idea is to allow simple usage of local features, like this: ```python3 local_feat...

Hi, Would you be interested in the AdaLAM integration into kornia? We are now developing local features module and AdaLAM would be a great fit. It would also boost usage...

Hi, There is a sample repository for the submission to IMC https://github.com/ducha-aiki/imc2021-sample-kornia-submission If you want, I can adapt it for your toolbox. Caveat - it would be quite hard to...

It works much better, than old one...

Full story described here https://github.com/cvg/pixel-perfect-sfm/issues/47

I am trying to compile it on M1, and creating this issue to put my notes and hopefully guide others, who try to do the same. There are 2 minor...