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 can I improve the registration of my own data #118

Open
xl232lx opened this issue Oct 16, 2024 · 9 comments
Open

How can I improve the registration of my own data #118

xl232lx opened this issue Oct 16, 2024 · 9 comments

Comments

@xl232lx
Copy link

xl232lx commented Oct 16, 2024

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?

@ChenxiWang09
Copy link

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.

@xl232lx
Copy link
Author

xl232lx commented Oct 17, 2024

Thank you for your reply!

@CossellCollege
Copy link

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?

I have trouble converting data formats, could you tell me how is your data format conversion, I only have the location information of the text file into the npy file n × 3, but the error
7fbf46ff3802421e20fbb8de760277aa

@xl232lx
Copy link
Author

xl232lx commented Oct 23, 2024

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?

I have trouble converting data formats, could you tell me how is your data format conversion, I only have the location information of the text file into the npy file n × 3, but the error 7fbf46ff3802421e20fbb8de760277aa

Hello, my file format is pcd, and then convert to npy file as input

@CossellCollege
Copy link

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?

I have trouble converting data formats, could you tell me how is your data format conversion, I only have the location information of the text file into the npy file n × 3, but the error 7fbf46ff3802421e20fbb8de760277aa

Hello, my file format is pcd, and then convert to npy file as input

Did you adjust the scale of origin pointcloud into the voxel size in 3DMatch (2.5cm)?

@xl232lx
Copy link
Author

xl232lx commented Oct 24, 2024

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?

I have trouble converting data formats, could you tell me how is your data format conversion, I only have the location information of the text file into the npy file n × 3, but the error 7fbf46ff3802421e20fbb8de760277aa

Hello, my file format is pcd, and then convert to npy file as input

Did you adjust the scale of origin pointcloud into the voxel size in 3DMatch (2.5cm)?

Hello, I did not change the point cloud file, my point cloud file resolution is 5cm.

@CossellCollege
Copy link

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?

I have trouble converting data formats, could you tell me how is your data format conversion, I only have the location information of the text file into the npy file n × 3, but the error 7fbf46ff3802421e20fbb8de760277aa

Hello, my file format is pcd, and then convert to npy file as input

Did you adjust the scale of origin pointcloud into the voxel size in 3DMatch (2.5cm)?

Hello, I did not change the point cloud file, my point cloud file resolution is 5cm.

ok,thanks a lot!

@WishAllTheBest
Copy link

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.

Hello, how to add model.eval() to the demo.py I have no idea on this

@xl232lx
Copy link
Author

xl232lx commented Dec 24, 2024

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.

Hello, how to add model.eval() to the demo.py I have no idea on this

图片1
You can try it this way!

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

4 participants