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

FileNotFoundError: [Errno 2] #5

Open julianjamison opened 7 years ago

julianjamison commented 7 years ago

I'm getting error when running script. I'm using Yosemite 10.10.5. PLEASE HELP!!

image = Image.open('/Users/julianjamison/Desktop/images_code.jpg') File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/PIL/Image.py", line 2410, in open fp = builtins.open(filename, "rb") FileNotFoundError: [Errno 2] No such file or directory: '/Users/julianjamison/Desktop/images_code.jpg'