Closed MADONOKOUKI closed 11 months ago
The setup document explain that by preparing the dataest with following setup, we can execute the convert.py
<location> |---input |---<image 0> |---<image 1> |---...
However when execute the
python convert.py -s data/lerf/figurines
It shows the following error, which means it failed at Feature extraction.
> python convert.py -s data/lerf/figurines sh: 1: colmap: not found ERROR:root:Feature extraction failed with code 32512. Exiting.
Is there any way to execute convert.py with proper way?
How did you solve this problem?
Did you solve this problem?
The setup document explain that by preparing the dataest with following setup, we can execute the convert.py
However when execute the
It shows the following error, which means it failed at Feature extraction.
Is there any way to execute convert.py with proper way?