首页 PaddleGAN 帖子详情
Cityscape dataset
收藏
快速回复
PaddleGAN 问答生成风格迁移 5380 1
Cityscape dataset
收藏
快速回复
PaddleGAN 问答生成风格迁移 5380 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,

0
收藏
回复
全部评论(1)
时间顺序
AIStudio784461
#4 回复于2020-01

Thanks a lot! It works although it seems that the name in the script is a little bit inconsistent. Say, val vs test. And the trainA.txt, trainB.txt, testA.txt and testB.txt are not generated by the script either. I simply use command line "find ./ > trainA.txt" to generate them.

0
回复
需求/bug反馈?一键提issue告诉我们
发现bug?如果您知道修复办法,欢迎提pr直接参与建设飞桨~
在@后输入用户全名并按空格结束,可艾特全站任一用户