Closed amiltonwong closed 6 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
Thanks @abursuc
Hi. You may close the issue if your problem has been solved using the suggestion above.
Please check here for full description of preparing Cityscapes data: https://github.com/fyu/drn/tree/master/datasets/cityscapes
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!