HaiyangXu / osm-bundler

A Python routine for running Structure From Motion pipeline with Bundler and dense reconstruction with PMVS(CMVS) to reconstruct 3D geometry from a set of photos.
haiyangxu.github.com/osm-bundler
57 stars 12 forks source link

No such file or directory: 'list.rd.txt' #6

Open villa9393 opened 6 years ago

villa9393 commented 6 years ago

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

admoraes commented 6 years ago

I m having the same problem

pipaso commented 6 years ago

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.

wfrm commented 5 years ago

hi you must add to ld_library path to libANN_char.so

https://github.com/HaiyangXu/osm-bundler

wfrm commented 5 years ago

Note for Linux

remember to set LD_LIBRARY_PATH to libANN_char.so ,otherwise KeyMatchFull may not find the library and crash

CptLando commented 4 years ago

image

After setting the LD_LIBRARY_PATH (see picture above) I'm still having this issue. Did anyone find a solution for this?