README.md

    English | 简体中文

    PaddleGAN

    still under development!!

    Download Dataset

    This script could download several dataset for paired images for image2image translation task.

    cd PaddleGAN/script/
    bash pix2pix_download.sh [cityscapes|facades|edges2handbags|edges2shoes|maps]

    Train

    python -u tools/main.py --config-file configs/cyclegan-cityscapes.yaml

    continue train from last checkpoint

    python -u tools/main.py --config-file configs/cyclegan-cityscapes.yaml --resume your_checkpoint_path

    multiple gpus train:

    CUDA_VISIBLE_DEVICES=0,1 python -m paddle.distributed.launch tools/main.py --config-file configs/pix2pix-cityscapes.yaml

    Evaluate

    python tools/main.py --config-file configs/cyclegan-cityscapes.yaml --evaluate-only --load your_weight_path

    项目简介

    PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.

    🚀 Github 镜像仓库 🚀

    源项目地址

    https://github.com/PaddlePaddle/PaddleGAN

    发行版本 3

    v2.1.0

    全部发行版

    贡献者 55

    全部贡献者

    开发语言

    • Python 96.5 %
    • Shell 2.6 %
    • C++ 0.5 %
    • CMake 0.4 %