You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you so much for providing such a great work. I have a few questions related to the distance computation process.
Why the distances are computed in spherical coordinates and then converted back into Cartesian instead of computed directly in Cartesian coordinates?
The focal length is the most important value to convert camera-to-world coordinates in a pinhole camera model. I observed that it is currently set as a fixed number. Is there any specific reason? Do I have to change it to adapt different datasets? (it's not in the configurable variables anyway)