lkeab / gaussian-grouping

[ECCV'2024] Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.
https://arxiv.org/abs/2312.00732
Apache License 2.0
500 stars 37 forks source link

About the preparation of dataset #2

Closed MADONOKOUKI closed 6 months ago

MADONOKOUKI commented 6 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?

Yenhongxuan commented 3 months ago

How did you solve this problem?