What steps will reproduce the problem?
1. Install libgfortran3, libjpeg, PIL, python-dev, exported library paths, etc.
2. download osm-bundler, and fix all the permissions.
3. RunBundler.py, but getting the error.
What is the expected output? What do you see instead?
Expected to run the RunBundler.py file and get .ply output.
What version of the product are you using? On what operating system?
Ubuntu 12.04 LTS & Ubuntu 14.04 LTS
Please provide any additional information below.
Tried the solution in issue 8, but no help. Tried the follow as well, but it
hasn't solved the issue: http://forum.openstreetmap.org/viewtopic.php?id=13652.
I've tried both siftlowe and vlfeat, and I get the same error.
I get the following:
Working directory created: /tmp/osm-bundler-HcmIHP
BundlerMatching executable path:
/home/ubuntu/osm-bundler-cli/software/bundler/bin/KeyMatchFull
Sift executable path: /home/ubuntu/osm-bundler-cli/software/sift-lowe/sift
Processing photo 'kermit007.jpg':
Traceback (most recent call last):
File "./RunBundler.py", line 9, in <module>
manager.preparePhotos()
File "/home/ubuntu/osm-bundler-cli/osmbundler/__init__.py", line 121, in preparePhotos
self._preparePhoto(photoInfo)
File "/home/ubuntu/osm-bundler-cli/osmbundler/__init__.py", line 176, in _preparePhoto
self.extractFeatures(photo)
File "/home/ubuntu/osm-bundler-cli/osmbundler/__init__.py", line 244, in extractFeatures
self.featureExtractor.extract(photo, self.photoDict[photo])
File "/home/ubuntu/osm-bundler-cli/osmbundler/features/siftlowe.py", line 17, in extract
subprocess.call(self.executable, **dict(stdin=photoFile, stdout=siftTextFile))
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Would appreciate any help possible! Thanks in advance...
Original issue reported on code.google.com by asaded...@gmail.com on 9 Aug 2014 at 5:49
Original issue reported on code.google.com by
asaded...@gmail.com
on 9 Aug 2014 at 5:49