dwofk / fast-depth

ICRA 2019 "FastDepth: Fast Monocular Depth Estimation on Embedded Systems"
MIT License
926 stars 189 forks source link

Problem when try running evaluation #12

Closed AldrichCabrera closed 4 years ago

AldrichCabrera commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

Mybe you should use absolute path?

liuxinshi commented 4 years ago

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.