Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to test with the trained model on my own dataset? #12

Closed
jarvishou829 opened this issue Oct 4, 2022 · 1 comment
Closed

How to test with the trained model on my own dataset? #12

jarvishou829 opened this issue Oct 4, 2022 · 1 comment

Comments

@jarvishou829
Copy link

Hi, thanks for your great work. I wonder that how to test the model trained on my own dataset. I find that the match_line_pairs.py load superpoint model and linetr model but not my model_best.pth.tar? So how could I use it to infer.

@yosungho
Copy link
Owner

Hi, there. You can see the LineTR loading a pre-trained weight at line_transformer.py. you can switch the path to your own weight file. https://github.com/yosungho/LineTR/blob/main/models/line_transformer.py#L221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants