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

sift --edge-thresh 10 Error: unknown flag `edge-thresh' #38

Open
manilal2 opened this issue Sep 16, 2019 · 1 comment
Open

sift --edge-thresh 10 Error: unknown flag `edge-thresh' #38

manilal2 opened this issue Sep 16, 2019 · 1 comment

Comments

@manilal2
Copy link

Hello,

I downloaded shift and while executing (this is in reference to book "programming computer Vision with python" by author Jan Erik Solem)

what I need to do to resolve this...?

-Thanks
-Alok

python examples/ch3_panorama.py
Error: unknown flag `edge-thresh'
processed tmp.pgm to ../data/Univ1.sift
Traceback (most recent call last):
File "examples/ch3_panorama.py", line 24, in
l[i],d[i] = sift.read_features_from_file(featname[i])
File "/Users/akmishra/Development/python2.7/lib/python2.7/site-packages/PCV/localdescriptors/sift.py", line 25, in read_features_from_file
f = loadtxt(filename)
File "/Users/akmishra/Development/python2.7/lib/python2.7/site-packages/numpy/lib/npyio.py", line 962, in loadtxt
fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "/Users/akmishra/Development/python2.7/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 266, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "/Users/akmishra/Development/python2.7/lib/python2.7/site-packages/numpy/lib/_datasource.py", line 624, in open
raise IOError("%s not found." % path)
IOError: ../data/Univ1.sift not found.

@manilal2
Copy link
Author

I mean sift instead of shift

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

1 participant