cdcseacave / openMVS_sample

OpenMVS usage example
GNU Affero General Public License v3.0
97 stars 50 forks source link

Can not find sfm_data.bin file for 4. Colorize Structure #6

Open sidis8066 opened 5 years ago

sidis8066 commented 5 years ago

i followed https://github.com/cdcseacave/openMVS/wiki/Usage i am using ubuntu16.04

this is the command i used python MvgMvs_Pipeline.py ../ImageDataset_SceauxCastle/images/ ../maaa/

and i didnt find the sfm_data.bin file to open for 4 th step.

this is the error i got

4. Colorize Structure

The input SfM_Data file "/home/trialkart/3D/maruthi/open/maaa/reconstruction_sequential/sfm_data.bin" cannot be read.

5. Structure from Known Poses

Compute Structure from the provided poses

The input SfM_Data file "/home/trialkart/3D/maruthi/open/maaa/reconstruction_sequential/sfm_data.bin" cannot be read.

6. Colorized robust triangulation

The input SfM_Data file "/home/trialkart/3D/maruthi/open/maaa/reconstruction_sequential/robust.bin" cannot be read.

7. Export to openMVS

The input SfM_Data file "/home/trialkart/3D/maruthi/open/maaa/reconstruction_sequential/sfm_data.bin" cannot be read.

cdcseacave commented 5 years ago

OpenMVG might have suffered some changes since the script was written, pls update it accordingly and post back the changes for the other to use.

sidis8066 commented 5 years ago

it worked by following this line Please comment this line https://github.com/openMVG/openMVG/blob/master/src/CMakeLists.txt#L260 and then rerun cmake, make and then do gain your test

sidis8066 commented 5 years ago

this command can't run for own data What files i required for my own data python MvgMvs_Pipeline.py ../ImageDataset_SceauxCastle/images/ ../maaa/ and puts the error as The input SfM_Data file "/home/trialkart/3D/maruthi/open/maaa/reconstruction_sequential/sfm_data.bin" cannot be read.