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, I'm attempting to reconstruct a 3D model.
I aim to obtain a mesh where all vertices lie inside a sphere with a radius of 1.
What can I do to achieve this? Are there any parameters related to the scale of the reconstructed mesh?
Alternatively, do I need to scale the PLY file after reconstruction, for example, by a factor of 0.5 to halve its size, and then adjust the camera positions by a factor of 0.5?
This is necessary as I require the reconstructed mesh to fit within a sphere with corresponding camera poses from COLMAP (*.bin).
The text was updated successfully, but these errors were encountered:
Hi, I'm attempting to reconstruct a 3D model.
I aim to obtain a mesh where all vertices lie inside a sphere with a radius of 1.
This is necessary as I require the reconstructed mesh to fit within a sphere with corresponding camera poses from COLMAP (*.bin).
The text was updated successfully, but these errors were encountered: