rennu / dpg

OpenMVG + OpenMVS Pipeline
82 stars 28 forks source link

Error running the densify command in docker image #7

Closed huikang closed 4 years ago

huikang commented 4 years ago

On linux machine:

/opt/dpg/pipeline.py --input /datasets/images --output /datasets/output  --sfm-type incremental --geomodel f --run-openmvg --run-openmvs --densify        
Instrics analysis
=========================================================================
/opt/openmvg/bin/openMVG_main_SfMInit_ImageListing -i /datasets/images -o /datasets/output/matches -d /opt/openmvg/share/openMVG/sensor_width_camera_database.txt

Failed while executing: 
/opt/openmvg/bin/openMVG_main_SfMInit_ImageListing -i /datasets/images -o /datasets/output/matches -d /opt/openmvg/share/openMVG/sensor_width_camera_database.txt
/opt/openmvg/bin/openMVG_main_SfMInit_ImageListing -i /datasets/images -o /datasets/output/matches -d /opt/openmvg/share/openMVG/sensor_width_camera_database.txt
Illegal instruction (core dumped)
rennu commented 4 years ago

Would you happen to have any more info? What kind of images do you have? What format?

Anyhow, to me it looks like a problem with OpenMVG and/or the dataset you have. I rebuilt the docker image on my machine and run the pipeline using images from the readme.md and it worked fine.

huikang commented 4 years ago

@rennu it happens intermittently. After I re-compile the image, it worked. Thanks.