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
Under the current environment setup, the dependency for pycolmap is >=0.6.0
However, hloc/localize_sfm.py still uses the deprecated function pycolmap.absolute_pose_estimation().
I encountered this issue while running the Jupyter notebook example provided in the repository.
According to the PyColmap API documentation, this function is deprecated, and estimate_and_refine_absolute_pose() should be used instead.
Or, please clarify which version of pycolmap the code currently supports.
The text was updated successfully, but these errors were encountered:
Under the current environment setup, the dependency for pycolmap is >=0.6.0
However,
hloc/localize_sfm.py
still uses the deprecated functionpycolmap.absolute_pose_estimation()
.I encountered this issue while running the Jupyter notebook example provided in the repository.
According to the PyColmap API documentation, this function is deprecated, and
estimate_and_refine_absolute_pose()
should be used instead.Or, please clarify which version of pycolmap the code currently supports.
The text was updated successfully, but these errors were encountered: