Open villa9393 opened 6 years ago
I m having the same problem
You probably showed the wrong path as the "bundlerOutputPath". After running the code $ RunBundler.py --photos="./examples/MyPhotos" a folder will be created. Try to use this folder's path as the "bundlerOutputPath". You will see some txt, gz, and jpg files in this folder. There will also be a "list.txt" file. If you choose the bundle folder's path as the "bundlerOutputPath", you will keep getting this error.
hi you must add to ld_library path to libANN_char.so
Note for Linux
remember to set LD_LIBRARY_PATH to libANN_char.so ,otherwise KeyMatchFull may not find the library and crash
After setting the LD_LIBRARY_PATH (see picture above) I'm still having this issue. Did anyone find a solution for this?
Hi Haiyang,
i encounter another error as below
Performing Bundler2PMVS conversion... Error opening file list.txt for reading Error opening file pmvs/bundle.rd.out for reading Num cameras: 0 Running Bundle2PMVS to generate geometry and converted camera file Running RadialUndistort to undistort input images Running Bundle2Vis to generate vis.dat Traceback (most recent call last): File "RunPMVS.py", line 10, in manager.doBundle2PMVS() File "c:\Users\villa\Desktop\osm-bundler\osm-bundlerWin64\osmpmvsinit.py", line 86, in doBundle2PMVS undistortTextFile = open("list.rd.txt", "r") IOError: [Errno 2] No such file or directory: 'list.rd.txt'
Any idea how to solve it?
Many thanks in advance