cardwing / Codes-for-Lane-Detection

Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
MIT License
1.04k stars 333 forks source link

How to use CULane dataset in SCNN-Tensorflow #113

Closed Leviou closed 5 years ago

Leviou commented 5 years ago

Hi,when I use CULane dataset in SCNN-Tensorflow, I create the folder lane-detection_mode/dataset and put CULane dataset into it, just like this, dataset/CULane/xxxxframe.when I run the code with dataset_dir dataset/CULane/list/ ,because list folder contains train_gt.txt and val_gt.txt, but I always get error of not found some files, I don't know I don't know if my configuration is correct? Could you give me a hand?

ryl1122 commented 5 years ago

try to cp CULane/list/* CULane/

Leviou commented 5 years ago
Leviou commented 5 years ago

I try to do it as you said,but it can't work. not found xxxx I copy all dataset file to /lane-deteciton-mode/xxxxframe, but train_gt.txt and val_gt.txt in dataset/CULane/,bu this way,The program can run correctly, I don‘t konw why?