magicleap / Atlas

Atlas: End-to-End 3D Scene Reconstruction from Posed Images
Apache License 2.0
1.82k stars 221 forks source link

Inference With Latest COLMAP Broken #55

Open antonyscerri opened 2 years ago

antonyscerri commented 2 years ago

Trying to run the inference code with the latest versions of COLMAP does not work. I believe this is due to changes in the arguments and the expected folder structure under the working directories. I modified inference_colmap.py to use 'inputimages' rather than 'images' throughout to avoid conflicting with the folder COLMAP places undistorted images into.