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

About the robustness of the CPnP method #2

Open
bereze opened this issue Nov 24, 2022 · 1 comment
Open

About the robustness of the CPnP method #2

bereze opened this issue Nov 24, 2022 · 1 comment

Comments

@bereze
Copy link

bereze commented Nov 24, 2022

Hi, I've seen the paper and it's a great work. I have one question about the robustness of the method——How robust is this method when facing scenes with outlier points, such as 3D-2D correspondence in SLAM? How does the CPnP method handle the outliers ? Can it effectively eliminate them?

@guangyangzeng
Copy link
Contributor

guangyangzeng commented Nov 28, 2022

Thank you for your interest in our work. We have not yet analyzed the scenes with outlier points, and in our experiments on the ETH3D dataset, no outlier point detection and removal algorithm has been implemented before the PnP estimation. The experiment result is presented in our paper.

The robustness to the scenes with outlier points is indeed a critical property of a PnP algorithm. Thank you for your nice question. In future work, we will apply our algorithm to more real datasets to test its robustness. At the same time, we will analyze the impact of outlier points theoretically and utilize some algorithms, e.g., the RANSAC method to ease their influence.

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