-
Notifications
You must be signed in to change notification settings - Fork 73
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 can I improve the registration of my own data #118
Comments
For gt.npy, as the author answered in other questions before, the demo.py is set to train, not predict, so you need to add model.eval() to the demo.py to make it run in predict mode, and then the gt will not affect the result. |
Thank you for your reply! |
Hello, how to add model.eval() to the demo.py I have no idea on this |
|
Hellow author, I used demo.py to test my own src.npz and ref.npz files, and directly used geotransformer-3dmatch.pth.tar, but the effect was not very good, may I ask how I should improve the registration effect? In addition, this gt.npy file is used to calculate the error, will not affect the registration result?
The text was updated successfully, but these errors were encountered: