-
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 = kornia.feature.…
-
Would you consider to release the training code for the deep learning descriptors?
-
Learning local feature descriptors with triplets and shallow convolutional neural networks, BMVC2016
Comparative Evaluation of Hand-Crafted and Learned Local Features, CVPR2017
Universal Corresponde…
-
sir im trying to execute bold in cpp there is always an error popping out regarding data set link
main program is not running i find an error always like
unidentified reference to init_dataset(dat…
-
Hello,
I tried to run [MKD_TFeat_descriptors_in_kornia.ipynb](https://github.com/kornia/kornia-examples/blob/8cdb0741cfe8a3cc29370785397a7ff79f6bff0a/MKD_TFeat_descriptors_in_kornia.ipynb), but my …
-
what is is the tfeat in your sample code?
-
If you get this error using opencv 4.x as found [here](https://answers.opencv.org/question/225224/opencvcvh-not-found/):
```
pyslam/thirdparty/orbslam2_features/ORBextractor.h:26:10: fatal error: op…
-
Hi @mihaidusmanu. Thanks so much for the awesome work and papers. So far it works so well.
Your work is one of the famous works created in CVPR 2019.
Here, I would like to ask for some helps in …
-
@vbalnt
Thank you for providing such wonderful work. You have provided a script to show the correspondence, it shows the TFeat descriptor is obviously better than BRISK. However, if I use SIFT to …
-
## 📚 Documentation
The link to the under https://pytorch.org/docs/stable/nn.html#tripletmarginloss pointing to the paper Learning shallow convolutional feature descriptors with triplet losse is br…