Dmytro Mishkin
Dmytro Mishkin
https://github.com/eric-yyjau/pytorch-superpoint/tree/master/logs
@guipotje I am glad to hear that :) I think that the most reasonable would be to inherit from [`kornia.feature.LAFDescriptor`](https://github.com/kornia/kornia/blob/master/kornia/feature/integrated.py#L61) and put there the deformation-aware patch extraction and description. We...
It is just MAGSAC. MAGSAC++ will live in a separate repo a bit later. Essential matrix was bugged when I write this python wrapper, not sure about now.
That was a typo, thanks, fixed now.. Regarding None - could you provide an example of input data?
The code license, same as for the pointcloud and homographies, is Apache 2 or MIT. There is no license on images, as we don't own them - check the 1DSfM...
@decamun thanks for the catch, I forgot `import torch.nn as nn`. Your solution is works as well, obviously.
@Wauplin Just downloaded and run, got the following error: ``` > huggingface-cli large-upload hoverinc/mydataset_test data File "/home/dmytromishkin/miniconda3/envs/pytorch/bin/huggingface-cli", line 5, in from huggingface_hub.commands.huggingface_cli import main File "/home/dmytromishkin/big_storage/huggingface_hub/src/huggingface_hub/commands/huggingface_cli.py", line 21, in from...
Oh no, my favorite 2 yo environment... you got me, that was Python 3.8.12. Trying on 3.10 now, no error, but also nothing got uploaded...the repo is either not created(...
@Wauplin update: the files finally appeared now, although they pretend to be added 6 min ago. Anything, everything works now, thank you :)
Sure, why not?