Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
escnqh opened this issue Jan 20, 2018 · 2 comments
Open

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

escnqh opened this issue Jan 20, 2018 · 2 comments

Comments

@escnqh
Copy link

escnqh commented Jan 20, 2018

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
Copy link
Author

escnqh commented Jan 21, 2018

Already solved.

@onekarlaway
Copy link

How did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants