gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

COLMAP fails in EC2

Open Chamud opened this issue 4 months ago • 4 comments
trafficstars

python3 convert.py -s ../data/upload
E0714 12:48:36.849566 106988 option_manager.cc:923] Failed to parse options - unrecognised option '--SiftExtraction.use_gpu'.
ERROR:root:Feature extraction failed with code 256. Exiting.

Anyone has experienced this before? I could get this working before but now I am stuck with this error

Chamud avatar Jul 14 '25 13:07 Chamud

Looks like an update done to COLMAP caused this issue

Chamud avatar Jul 15 '25 00:07 Chamud

Change SiftExtraction in convert.py to FeatureExtraction works for me

anc95 avatar Jul 18 '25 03:07 anc95

Same holds for the exhaustive matcher: Changing SiftMatching.use_gpu to FeatureMatching.use_gpu should solve the problem.

floeiy avatar Jul 24 '25 08:07 floeiy

Change SiftExtraction in convert.py to FeatureExtraction works for me

Thank you!

meng-f21 avatar Aug 05 '25 17:08 meng-f21