文件名称:ACL-GAN:使用对抗性一致性损失的未配对图像到图像翻译,ECCV 2020
文件大小:7.64MB
文件格式:ZIP
更新时间:2024-04-09 20:42:47
Python
纸 赵一豪,吴瑞海,董浩, ,ECCV 2020 代码用法 对于环境: conda env create -f acl-gan.yaml 对于数据集:数据集应以以下格式存储: \数据集 | \火车 | | \ trainA | | \ trainB | \测试 | | \ testA | | \ testB 为了训练: python train.py --config configs/male2female.yaml 测试: python test.py --config configs/male2female.yaml --input inputs/test_male.jpg --checkpoint ./outputs/male2female/checkpoints/test.pt 实验结果 消融研究 男对女 摘除眼镜 自拍照到动漫 有关更多结果,请参阅我们的论文。
【文件预览】:
ACL-GAN-master
----figures()
--------selfie2anime.png(2.15MB)
--------ablation_study.png(1.77MB)
--------male2female.png(1.99MB)
--------glasses_removal.png(1.69MB)
----train.py(5KB)
----configs()
--------male2female.yaml(4KB)
----data.py(4KB)
----test.py(5KB)
----inputs()
--------test_male.jpg(6KB)
----utils.py(19KB)
----LICENSE.md(19KB)
----README.md(2KB)
----test_batch.py(10KB)
----acl-gan.yaml(6KB)
----trainer.py(16KB)
----networks.py(24KB)