Cityscape dataset
收藏
0
收藏
全部评论(1)
请登录后评论
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,