-
Notifications
You must be signed in to change notification settings - Fork 4
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 generate correspondences for my own data. #6
Comments
Have you solved your problem? Could you guide me to obtain the correspondence of the data? |
After completing the Geo model testing, I found the npz files in the output/feature directory. I conducted model testing with my own data and am currently attempting to use the generated npz files for training GraphSCNet. I am not certain yet if these npz files can be used. |
I found that the npz file generated by the test.py in the Geotransformer's open-source code does not correspond to the correspondence provided in your GraphSCNet project, for example, it lacks the item "s2t_flow", "corr_scene_flows", and "corr_labels". How can I use Geotransformer to generate correspondence for my own data for training GraphSCNet? |
Have you solved your problem? I found that the npz file generated by the test.py in the Geotransformer's open-source code does not correspond to the correspondence provided in your GraphSCNet project, for example, it lacks the item "s2t_flow", "corr_scene_flows", and "corr_labels". How can I use Geotransformer to generate correspondence for my own data for training GraphSCNet? |
Whether you solved this problem.I also had this problem |
This is a very impressive job, and thank you for sharing the source code. I am currently using my own data to train the model. Could you please guide me on how to use GeoTransformer to generate correspondences, save them, and use them for training GraphSCNet?
The text was updated successfully, but these errors were encountered: