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 to determine the global scale of camera poses? #44

Open
thbupt opened this issue Jan 4, 2025 · 1 comment
Open

How to determine the global scale of camera poses? #44

thbupt opened this issue Jan 4, 2025 · 1 comment

Comments

@thbupt
Copy link

thbupt commented Jan 4, 2025

Great work! The model requires camera poses, does the translation vector need to have global scale, i.e., meters? For example, in the dataset RealEstate10K, it seems the translation vector has no global scale.

@haofeixu
Copy link
Member

haofeixu commented Jan 5, 2025

Hi, the translation doesn't need to have metric scale. For example, they could come from colmap. In this case, our prediction will be not metric as well, but the scale is consistent with the camera translation. To find the metric scale in such cases, additional information might be necessary. For example, if the size of an object could be known from the scene. If the input camera pose is metric, then our prediction will be metric as well.

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