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

[HELP Needed] OSError: filename.sift not found. #40

Open
skarlant001 opened this issue Aug 18, 2021 · 2 comments
Open

[HELP Needed] OSError: filename.sift not found. #40

skarlant001 opened this issue Aug 18, 2021 · 2 comments

Comments

@skarlant001
Copy link

Hello,
I am working on image feature matching and I started following the code examples of the PCV book. the following code
`imname1 = './data/sample1.jpg'
imname2 = './data/sample2.jpg'

process and save features to file

sift.process_image(imname1, 'sample1.sift')
sift.process_image(imname2, 'sample2.sift')works fine and I get a message when done _" processed tmp.pgm to sample1.sift" "processed tmp.pgm to sample2.sift"_ but when I am trying to use thisl1, d1 = sift.read_features_from_file('sample1.sift')
l2, d2 = sift.read_features_from_file('sample2.sift')
matchscores = sift.match_twosided(d1, d2)`
I get an OSError that says sample.sift not found
Can you help me?

@skarlant001 skarlant001 changed the title OSError: filename.sift not found. [HELP Needed] OSError: filename.sift not found. Aug 18, 2021
@Ivanrs297
Copy link

Same here, any solutions so far?

@skarlant001
Copy link
Author

Same here, any solutions so far?

If I remember correctly, I didn't find any solution so I tried another way for what I wanted to do.

I'll leave the issue open if anyone else wants to reply

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