循环GAN-TensorFlow
使用TensorFlow进行CycleGan的实现(正在进行中)。
原始论文: :
测试数据结果
苹果->橙色
输入值
输出量
输入值
输出量
输入值
输出量
橙色->苹果
输入值
输出量
输入值
输出量
输入值
输出量
环境
TensorFlow 1.0.0
的Python 3.6.0
数据准备
首先,下载一个数据集,例如apple2orange
$ bash download_dataset.sh apple2orange
将数据集写入tfrecords
$ python3 build_data.py
检查$ python3 build_
1