Skip to content
New issue

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

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

Already on GitHub? # to your account

Question on new release of the multiview 3D point cloud registration part #19

Open
springslx opened this issue Jun 2, 2021 · 7 comments

Comments

@springslx
Copy link

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

@scutan90
Copy link

scutan90 commented Jun 2, 2021

Yes, please open source the multi-view registration code, thank you

@1351269957
Copy link

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

Hello,
when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars".Realize that you have finished the demo part,I would like to ask if you have encountered the same mistake, and how did you solve it.
Thank you very much

@springslx
Copy link
Author

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

Hello,
when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars".Realize that you have finished the demo part,I would like to ask if you have encountered the same mistake, and how did you solve it.
Thank you very much

This is probably caused by the use of a function in the source code. Can you upload the error prompt of the command line and let me have a look?

@1351269957
Copy link

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

Hello,
when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars".Realize that you have finished the demo part,I would like to ask if you have encountered the same mistake, and how did you solve it.
Thank you very much

This is probably caused by the use of a function in the source code. Can you upload the error prompt of the command line and let me have a look?

Thank you for your timely answer!The error is as follow
Traceback (most recent call last):
File "./scripts/pairwise_demo.py", line 213, in
main(cfg, args, logger)
File "./scripts/pairwise_demo.py", line 142, in main
data = prepare_data(point_cloud_files, cfg['misc']['voxel_size'])
File "./scripts/pairwise_demo.py", line 79, in prepare_data
xyz0 = xyz0[sel0,:]
ValueError: only one element tensors can be converted to Python scalars

@1351269957
Copy link

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

Hello,
when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars".Realize that you have finished the demo part,I would like to ask if you have encountered the same mistake, and how did you solve it.
Thank you very much

This is probably caused by the use of a function in the source code. Can you upload the error prompt of the command line and let me have a look?

Thanks for your reply again, I have solved the error now,which is a version error about MinkowskiEngine.

@springslx
Copy link
Author

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

Hello,
when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars".Realize that you have finished the demo part,I would like to ask if you have encountered the same mistake, and how did you solve it.
Thank you very much

This is probably caused by the use of a function in the source code. Can you upload the error prompt of the command line and let me have a look?

Thanks for your reply again, I have solved the error now,which is a version error about MinkowskiEngine.

OK. Congratulations.

@wmrenr
Copy link

wmrenr commented Jul 31, 2023

Hello, thanks for the current release. I have finished the demo part and got a perfect pairwise registration result. But the current release only supports training the pairwise registration network, and is it possible to update the new release on the multiview 3D point cloud registration part not only for the pairwise?

Hello,
when I run "python ./scripts/pairwise_demo.py", I got the error "ValueError: only one element tensors can be converted to Python scalars".Realize that you have finished the demo part,I would like to ask if you have encountered the same mistake, and how did you solve it.
Thank you very much

This is probably caused by the use of a function in the source code. Can you upload the error prompt of the command line and let me have a look?

Thanks for your reply again, I have solved the error now,which is a version error about MinkowskiEngine.

Which version of MinkowskiEngine do you use?

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

No branches or pull requests

4 participants