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

[QUESTION]Correspondence-free Point Cloud Registeration #120

Closed
LeoDuhz opened this issue Nov 7, 2021 · 2 comments
Closed

[QUESTION]Correspondence-free Point Cloud Registeration #120

LeoDuhz opened this issue Nov 7, 2021 · 2 comments

Comments

@LeoDuhz
Copy link

LeoDuhz commented Nov 7, 2021

Hi, I am carrying out experiments using TEASER++ on the dataset MVP(Multi-View Partial point cloud) for partial to full registeration. Since there isn't correspondence in advance, we have to generate it ourselves. In your paper, you introduce that all-to-all correspondence. So i downsample the pointcloud A to 44 and the pointcloud B to 63 to generate the 44*64 correspondence, but it takes so long and the computation load is so heavy for my 6-core 16GB machine. However, in your paper mentioned in XI.C it only takes 20s, i am wondering how you can make it and if i am doing some settings wrongly. I am following the default settings in examples/teaser_python_fpfh_icp/helpers.py.

By the way, do you have any other suggestions for this correspondence-free problem, and i also tried FPFH methods to get correspondence but the solution results aren't good.

Thanks a lot for your solutions and suggestions in advance.

@jingnanshi
Copy link
Member

Hi @LeoDuhz , your timing observation is correct. The PC I used is 12 cores with 128 GB RAM. Also, one thing to notice is that the higher the outlier ratio, the sparser the graph will be (hence faster to generate).

I will suggest you look into using a learning-based solution for generating pointwise features. Specifically, consider try PointNet++ or FCGF.

@LeoDuhz
Copy link
Author

LeoDuhz commented Dec 10, 2021

Thank you for answering my questions, and i'll try some learning based solutions later

@LeoDuhz LeoDuhz closed this as completed Dec 10, 2021
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