-
Notifications
You must be signed in to change notification settings - Fork 76
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
A problem about the camera scale xyz #87
Comments
Hi @xinfeixiang1 , Are you aiming to reconstruct the scene at a real-world scale? Unfortunately, this isn’t feasible with structure from motion (SfM), as it inherently produces scale-agnostic reconstruction. If accurate scale is crucial, you could introduce additional references, such as known size of an object, to calibrate the SfM output to real-world dimensions. Regarding camera motion, it can only be understood relatively through SfM. For example, you can determine that one camera position is 10% closer to an object compared to another, but you won’t be able to quantify the exact distance in meters. |
Hi @jytime |
I am still confused by what you may want.. But if you hope to stop the normalization of the cameras, just skip this: vggsfm/vggsfm/utils/triangulation.py Line 1217 in 4eb6fae
|
Thanks for your great work.
However, in our practical tests (where the input is a video), we found that the camera's position in space was normalized to a range with a diameter of 6, regardless of whether the camera was moving closer to or longer in space. This does not align with the actual scale of the camera's position. Could you please advise on how to resolve this issue?
Thank you very much.
The text was updated successfully, but these errors were encountered: