fyu / drn

Dilated Residual Networks
https://www.vis.xyz/pub/drn
BSD 3-Clause "New" or "Revised" License
1.1k stars 219 forks source link

about train_images.txt #3

Closed amiltonwong closed 6 years ago

amiltonwong commented 7 years ago

Hi, @fyu ,

Thanks for releasing drn. For the training on Cityscapes dataset, train_images.txt / train_labels.txt are required and they are explained in readme. Could you upload these files or could we download them in Cityscapes official site?

Thanks!

abursuc commented 7 years ago

You can generate them easily yourself in your shell. Here' s an example for generating train_images.txt in your cityscapes folder:

find leftImg8bit/train -maxdepth 3 -name "*_leftImg8bit.png" | sort | > train_images.txt
amiltonwong commented 7 years ago

Thanks @abursuc

abursuc commented 7 years ago

Hi. You may close the issue if your problem has been solved using the suggestion above.

fyu commented 6 years ago

Please check here for full description of preparing Cityscapes data: https://github.com/fyu/drn/tree/master/datasets/cityscapes