junyanz/pytorch-CycleGAN-and-pix2pix
pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
34/100图像
Stars25,129
Forks6,574
语言Python
概览
Image-to-Image Translation in PyTorch
适合场景
- 评估 pytorch-CycleGAN-and-pix2pix 在 Python AI 工作流中的适用性。
- 对比一个拥有 25,129 stars 且仍有仓库活动的 GitHub 项目。
优点
- pytorch-CycleGAN-and-pix2pix 已有 25,129 stars,可作为开发者关注度参考。 主题:computer-graphics, computer-vision, cyclegan。
- GitHub 仓库是当前主要评估入口。
限制
- 生产适配度仍取决于文档深度、issue 活跃度和发布节奏。
- 未检测到许可证,需要人工确认使用风险。
生产可用性
pytorch-CycleGAN-and-pix2pix 在生产使用前,应结合 README、发布历史、开放 issue 和集成要求做验证。
许可证风险
GitHub 未报告许可证,生产使用前通常需要人工法务确认。
安装方式
git clone https://github.com/junyanz/pytorch-CycleGAN-and-pix2pixconda env create -f environment.ymlconda activate pytorch-img2imgpython train.py --dataroot ./datasets/maps --name maps_cyclegan --model cycle_gan --use_wandbpython test.py --dataroot ./datasets/maps --name maps_cyclegan --model cycle_gan