pkuCactus / BDCN

The code for the CVPR2019 paper Bi-Directional Cascade Network for Perceptual Edge Detection
MIT License
341 stars 71 forks source link

There is a error:FileNotFoundError: [Errno 2] No such file or directory: 'path_to/bsds500/BSR/BSDS500/data/test_pair.lst' #43

Open sonicmlj opened 3 years ago

sonicmlj commented 3 years ago

It seems to be missing files.

pkuCactus commented 3 years ago

The path_to should change to the directory that your local dir, rather the path_to/, e.g.*, /home/users/datasets/bsds500/BSR/BSDS500/data/test_pair.lst. Note that, you must prepare the test_pair.lst ahead before.