magicleap / SuperPointPretrainedNetwork

PyTorch pre-trained model for real-time interest point detection, description, and sparse tracking (https://arxiv.org/abs/1712.07629)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create the .pth file?

chaiein opened this issue · comments

How to create .pth file that has weights?

The .pth file is created from training the model. Unfortunately, we do not provide the code to do that. But there is plenty of detail in the paper that can help you create your own training scripts!