当前位置:网站首页>从零开始实现一个简单的CycleGAN项目
从零开始实现一个简单的CycleGAN项目
2022-08-04 18:41:00 【江户川柯壮】
项目地址:https://github.com/jzsherlock4869/cyclegan-pytorch
pytorch 中CycleGAN(循环一致生成对抗网络)的简单且易于修改的实现
CycleGAN 的基本说明(来自原始论文):
使用“horse2zebra”数据集重新实现此 repo 的结果(没有参数调整,仍然有一些明显的伪影,您可以调整超参数以使其更好~)
安装和准备
下载 CycleGAN 的常用数据集并使用它们来训练和验证代码管道
Monet-Photo 传输:Kaggle Monet-Photo 传输
Horse-Zebra 转移:Kaggle Horse-Zebra 转移
然后按以下结构准备数据集文件夹:
├── monet_dataset
│ ├── monet_jpg
│ └── photo_jpg
└── zebra_dataset
├── testA
├── testB
├── trainA
└── trainB
Git 克隆这个 repo 并 cd 到根文件夹
git clone https://github.com/jzsherlock4869/cyclegan-pytorch
cd cyclegan-python
根据requirements.txt文件夹中的安装必要的python包
开始训练
将 dataroot 修改config/000_base_cyclegan_horse2zebra.yml为您自己的数据集路径,然后运行训练过程:
python train_cyclegan.py --opt configs/000_base_cyclegan_horse2zebra.yml
“ horse2zebra ”和“ photo2monet ”的数据集类已经在这个 repo 中实现。
get_photo2monet_train_dataloader要在您自己的数据集(域 A 和域 B)上进行训练,请将您自己的数据加载器编写 get_horse2zebra_train_dataloader为 data/sample_dataloader.py
def get_your_custom_train_dataloader(root_dir="your_path",
batch_size=8,
img_size=(256, 256)):
imgA_sub, imgB_sub = "subdirnameA", "subdirnameB" # sub directory name to your root_dir
postfix_set=["jpg"] # which postfix is your images
train_dataset = CycleGANDataset(root_dir, imgA_sub, imgB_sub, postfix_set, img_size)
train_dataloader = DataLoader(train_dataset, batch_size=batch_size, shuffle=False)
return train_dataloader
然后修改第train_cyclegan.py54-60 行以添加您的数据集(记得先导入它们!)
if which_dataset == 'horse2zebra':
train_dataloader = get_horse2zebra_train_dataloader(dataroot,
batch_size=batch_size,
img_size=img_size)
elif which_dataset == 'photo2monet':
train_dataloader = get_photo2monet_train_dataloader(dataroot,
batch_size=batch_size,
img_size=img_size)
# add lines here
elif which_dataset == 'your_custom_dataset':
train_dataloader = get_your_custom_train_dataloader(dataroot,
batch_size=batch_size,
img_size=img_size)
#add lines here
else:
raise NotImplementedError(f"Unrecognized dataset type : {which_dataset}")
参考
这段代码是对 CycleGAN 的重新实现,更易于理解和修改,尤其适合初学者。原论文是:
@inproceedings{CycleGAN2017, title={Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networkss}, author={Zhu, Jun-Yan and Park, Taesung and Isola, Phillip and Efros, Alexei A}, booktitle={Computer Vision (ICCV), 2017 IEEE International Conference on}, year={2017} }
一个keras版本和教程,详细解释了CycleGAN的理论和过程:
https://machinelearningmastery.com/cyclegan-tutorial-with-keras/
而且,这个代码库的代码架构和风格也参考了BasicSR和UnpairedSR,部分功能直接借鉴。欣赏他们的好作品~
欢迎star如果这个 repo 对你有帮助:)
边栏推荐
- EasyCVR本地接入国标设备映射公网后,本地设备出现无法播放与级联的解决方法
- 【web自动化测试】playwright安装失败怎么办
- 入选爱分析·银行数字化厂商全景报告,网易数帆助力金融数字化场景落地
- 【STM32】STM32单片机总目录
- JS 问号?妙用
- CAN光纤转换器CAN光端机解决消防火灾报警
- Global electronics demand slows: Samsung's Vietnam plant significantly reduces capacity
- FE01_OneHot-Scala Application
- July 31, 2022 Summary of the third week of summer vacation
- 作业8.3 线程同步互斥机制条件变量
猜你喜欢
#yyds干货盘点# 面试必刷TOP101:链表相加(二)
用Excel绘制统计图
Alibaba Cloud International Edition uses ROS to build WordPress tutorial
ACP-Cloud Computing By Wakin自用笔记(2)CPU和内存虚拟化
EuROC dataset format and related codes
测试/开发程序员男都秃头?女都满脸痘痘?过好我们“短暂“的一生......
Develop those things: How to obtain the traffic statistics of the monitoring site through the EasyCVR platform?
老电脑怎么重装系统win10
链表的经典入门LeetCode题目
作业8.3 线程同步互斥机制条件变量
随机推荐
2018年南海区小学生程序设计竞赛详细答案
Activity数据库字段说明
企业即时通讯软件有哪些功能?对企业有什么帮助?
Kubernetes入门到精通- Operator 模式入门
【杰神说说】物联大师2.0版本预告
作业8.3 线程同步互斥机制条件变量
在线生成接口文档
Alibaba Cloud International Edition uses ROS to build WordPress tutorial
八一建军节 | 致敬中国人民解放军
DHCP&OSPF组合实验演示(Huawei路由交换设备配置)
c语言进阶篇:自定义类型--结构体
ros2订阅esp32发布的电池电压数据
FE01_OneHot-Scala应用
如何封装 svg
YOLOv7-Pose尝鲜,基于YOLOv7的关键点模型测评
How does the intelligent video surveillance platform EasyCVR use the interface to export iframe addresses in batches?
Flask框架实现注册加密功能详解【Flask企业课学习】
路由技术
如何进行自动化测试?【Eolink分享】
win10 uwp MetroLog 入门