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
If I, for instance, would like to create and refine end-to-end a reconstruction with camera model OPENCV using (using hloc and not colmap). How should I do it?
PS: I could be posting this on hloc's issues, but since using pixsfm is my end goal maybe there is a better way to do it from here, that I'm not seeing.
Thank you!
The text was updated successfully, but these errors were encountered:
I would like to specify the camera model for the reconstruction model. I've seen pycolmap accepts a
camera_model
parameter in itsimport_images
function , which is called by hloc'simport_images
. In PixSfM it seems we can pass arguments for hloc's main, but hloc only knows how to managecamera_mode
and notcamera_model
.If I, for instance, would like to create and refine end-to-end a reconstruction with camera model
OPENCV
using (using hloc and not colmap). How should I do it?PS: I could be posting this on hloc's issues, but since using pixsfm is my end goal maybe there is a better way to do it from here, that I'm not seeing.
Thank you!
The text was updated successfully, but these errors were encountered: