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

The Procrustes analysis is not robust to scale #74

Open
07hyx06 opened this issue Apr 8, 2023 · 1 comment
Open

The Procrustes analysis is not robust to scale #74

07hyx06 opened this issue Apr 8, 2023 · 1 comment

Comments

@07hyx06
Copy link

07hyx06 commented Apr 8, 2023

Hi, thanks for your great work!

I tried to use the provided procrustes_analysis code to align my own optimized camera pose sequence to the ground truth, but found it is not robust to the scale: the aligned pose for [R, t] and [R, 5xt] is different, and thus the resulting R_error and t_error is different (the error for [R, 5xt] is higher than [R, t]). I found that R.det()<0 is True for [R, 5xt], but is False for [R, t]. I wonder if it is caused by numerical precision. Can you help me to make the procrustes_analysis more robust?

@chenhsuanlin
Copy link
Owner

Hi @07hyx06, this shouldn't happen if you're only scaling the translation. Can you provide a minimal snippet to reproduce such results?

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