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

Err when running single_index.py #27

Open
eziohzy opened this issue Mar 29, 2021 · 1 comment
Open

Err when running single_index.py #27

eziohzy opened this issue Mar 29, 2021 · 1 comment

Comments

@eziohzy
Copy link

eziohzy commented Mar 29, 2021

Firstly, thank you for sharing your work.
When I run "python3 main/single_index.py -cfg configs/caltech.yaml" according to GETTING_STARTED.md, some errors occur.
FileNotFoundError: [Errno 2] No such file or directory: '/data/caltech101/query/airplanes/image_0004.jpg'

And I find that the variable(path) is fixed in single_index.py line 5:
path = '/data/caltech101/query/airplanes/image_0004.jpg'

@nthhiep
Copy link

nthhiep commented Jul 1, 2021

You need to check if "/data/caltech101/query/airplanes/image_0004.jpg" file exists in your computer or not.

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