openMVS_sample
openMVS_sample copied to clipboard
Can not find sfm_data.bin file for 4. Colorize Structure
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.
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.
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
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.