archeos / ppt-gui

GUI for Python Photogrammetry ToolBox
67 stars 9 forks source link

file “****.key” not found #6

Open escnqh opened 6 years ago

escnqh commented 6 years ago

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'

escnqh commented 6 years ago

Already solved.

onekarlaway commented 5 years ago

How did you solve this problem?