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

Problem when try running evaluation #12

Closed
AldrichCabrera opened this issue Aug 25, 2019 · 5 comments
Closed

Problem when try running evaluation #12

AldrichCabrera opened this issue Aug 25, 2019 · 5 comments

Comments

@AldrichCabrera
Copy link

Hi, nice work.
I'm trying run Evaluation code with CUDA 9.1, pytorch 1.2, but I'm getting the following error:

FileNotFoundError: [Errno 2] No such file or directory: '../data/nyudepthv2/val'

@fangchangma
Copy link
Collaborator

Hi. This error message simply indicates that you don’t have the data files in place (and thus is cuda- and pytorch-independent). Please download the validation dataset and place it in the proper directory.

@AldrichCabrera
Copy link
Author

Hi. I have the validation dataset downloaded and placed in the proper directory. I have verified the directory path and the whole is in order.

@dwofk
Copy link
Owner

dwofk commented Aug 27, 2019

Hi, if you are still encountering errors, could you please share your directory path to the downloaded dataset as well as the path to the repository?

@MRinel
Copy link

MRinel commented Aug 27, 2019

Mybe you should use absolute path?

@liuxinshi
Copy link

Hi, nice work.
I'm trying run Evaluation code with CUDA 9.1, pytorch 1.2, but I'm getting the following error:

FileNotFoundError: [Errno 2] No such file or directory: '../data/nyudepthv2/val'

hi,please note that ‘./data ’和 ‘../data’ are different.

@dwofk dwofk closed this as completed Jan 22, 2020
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

5 participants