You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing photo 'kermit006.jpg':
Extracting features with the SIFT method from VLFeat library...
kermit006.jpg.pgm: 1: kermit006.jpg.pgm: /home/escnqh/osm-bundler/linux/software/vlfeat/bin/glx/sift: not found
Traceback (most recent call last):
File "./RunBundler.py", line 8, in
manager.preparePhotos()
File "/home/escnqh/osm-bundler/linux/osmbundler/init.py", line 158, in preparePhotos
self._preparePhoto(photoInfo)
File "/home/escnqh/osm-bundler/linux/osmbundler/init.py", line 270, in _preparePhoto
self.extractFeatures(photo)
File "/home/escnqh/osm-bundler/linux/osmbundler/init.py", line 337, in extractFeatures
self.featureExtractor.extract(photo, self.photoDict[photo])
File "/home/escnqh/osm-bundler/linux/osmbundler/features/siftvlfeat.py", line 18, in extract
vlfeatTextFile = open("%s.key" % photo, "r")
IOError: [Errno 2] No such file or directory: 'kermit006.key'
The text was updated successfully, but these errors were encountered:
Working directory created: /tmp/osm-bundler-9PqmrM
BundlerMatching executable path: /home/escnqh/osm-bundler/linux/software/bundler/bin/KeyMatchFull
Sift executable path: /home/escnqh/osm-bundler/linux/software/vlfeat/bin/glx/sift
Processing photo 'kermit006.jpg':
Extracting features with the SIFT method from VLFeat library...
kermit006.jpg.pgm: 1: kermit006.jpg.pgm: /home/escnqh/osm-bundler/linux/software/vlfeat/bin/glx/sift: not found
Traceback (most recent call last):
File "./RunBundler.py", line 8, in
manager.preparePhotos()
File "/home/escnqh/osm-bundler/linux/osmbundler/init.py", line 158, in preparePhotos
self._preparePhoto(photoInfo)
File "/home/escnqh/osm-bundler/linux/osmbundler/init.py", line 270, in _preparePhoto
self.extractFeatures(photo)
File "/home/escnqh/osm-bundler/linux/osmbundler/init.py", line 337, in extractFeatures
self.featureExtractor.extract(photo, self.photoDict[photo])
File "/home/escnqh/osm-bundler/linux/osmbundler/features/siftvlfeat.py", line 18, in extract
vlfeatTextFile = open("%s.key" % photo, "r")
IOError: [Errno 2] No such file or directory: 'kermit006.key'
The text was updated successfully, but these errors were encountered: