PaddlePaddle / PaddleGAN

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.
Apache License 2.0
7.83k stars 1.24k forks source link

AnimeGANv2预热模型 #465

Open 904557558 opened 2 years ago

904557558 commented 2 years ago

预热模型完成后,训练风格迁移模型: 注意: 必须先修改在configs/animeganv2.yaml中的pretrain_ckpt参数,确保指向正确的 预热模型权重路径。

预热模型完成后,生成的模型权重路径在哪?

After the warmup, we strat to training GAN.: NOTE: you must modify the configs/animeganv2.yaml > pretrain_ckpt parameter first! ensure the GAN can reuse the warmup generator model.

After the model is preheated, where is the weight path of the generated model?

jerrywgz commented 6 months ago

您好,请问问题还是否需要解决,目前相关图像生成能力集成在PaddleMIX中,https://github.com/PaddlePaddle/PaddleMIX/tree/develop 可以在这个repo下提出您的需求