Problem Description
missing the module name pycolmap here ?
# pycolmap for data parsing
git+https://github.com/rmbrualla/pycolmap@cc7ea4b7301720ac29287dbe450952511b32125e
also the pycolmap is too old, and there is buggy with the installed numpy module.
had to fix by:
in path/to/your/python/site-packages/pycolmap/scene_manager.py, and replace from
INVALID_POINT3D = np.uint64(-1)
to
INVALID_POINT3D = np.iinfo(np.uint64).max # 或者 0xffffffffffffffff
Operating System
ubuntu 22.04
CPU
amd
GPU
mi300
ROCm Version
6.4.4
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
Problem Description
missing the module name pycolmap here ?
also the pycolmap is too old, and there is buggy with the installed numpy module.
had to fix by:
in path/to/your/python/site-packages/pycolmap/scene_manager.py, and replace from
to
Operating System
ubuntu 22.04
CPU
amd
GPU
mi300
ROCm Version
6.4.4
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response