Cityscape dataset
Created by: leonleeldc
Hi, In models/dygraph/cycle_gan/, the model makes use cityscape to do the cycle_gan training and testing. In the readme, it says that the data can be downloaded with download.py. But it turns out that the downloaded data doesn't contain anything useful.
I went to cityscape website to download all data. But I didn't see which script to help to organize the data as following.
data |-- cityscapes | |-- testA | |-- testA.txt | |-- testB | |-- testB.txt | |-- trainA | |-- trainA.txt | |-- trainB | `-- trainB.txt
So, what I can do to make the model run with the citiscape data organized as the above structure.
Thanks,