Kolkir / feature-point-cnn

Neural feature detector and descriptor
MIT License
6 stars 1 forks source link

how can i got superpoint.pt files? #1

Closed jcyhcs closed 3 years ago

jcyhcs commented 3 years ago

hi,professor: thanks for your code! in the examples, requires superpoint.pt file, where can i find it? PLEASE!

Kolkir commented 3 years ago

Hello, If you are talking about the main.cc file, then it's assumed that you've exported superpoint.pt from the Python program as a PyTorch jit script. You can see how it can be done in the inferencewrapper.py.