PaddleGAN icon indicating copy to clipboard operation
PaddleGAN copied to clipboard

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.

Results 261 PaddleGAN issues
Sort by recently updated
recently updated
newest added

请问这个是什么原因,是opencv版本的原因吗? 感谢分享 ![impicture_20210402_114406](https://user-images.githubusercontent.com/67827587/113378199-06eec700-93a9-11eb-87b9-6482e656d4bd.jpg)

![image](https://user-images.githubusercontent.com/17264083/113389979-7f628180-93c3-11eb-93f7-c9f5c7e92f39.png)

enhancement

File "tools/video-enhance.py", line 91, in time_step=args.time_step) File "/home/aistudio/PaddleGAN/ppgan/apps/dain_predictor.py", line 51, in __init__ self.build_inference_model() File "/home/aistudio/PaddleGAN/ppgan/apps/base_predictor.py", line 43, in build_inference_model params_filename=param_file) TypeError: load_inference_model() missing 1 required positional argument: 'path_prefix' 请问这是怎么造成的啊

1.在配置文件中应该增设to_rgb选项 2.randomcrop默认对三维矩阵进行操作,所以在io.py读取单通道图片后应该增加维度

enhancement

项目是生成对抗网络七日打卡营:自选模型实现超分这一任务,我将其改成多卡脚本任务, 代码是参考了原项目的notebook,其中实现多卡的代码是 CUDA_VISIBLE_DEVICES=0,1,2,3 python -m paddle.distributed.launch main.py --config-file ../../esrgan_psnr_x4_div2k.yaml 这句话是照抄:https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/get_started.md#多卡训练 出现warning: INFO 2021-04-19 19:19:50,552 launch_utils.py:475] details abouts PADDLE_TRAINER_ENDPOINTS can be found in log/endpoints.log, and detail running logs maybe found in...

运行环境:ubuntu18.04 Python版本:3.7 Paddle版本:2.0 运行https://github.com/PaddlePaddle/PaddleGAN/blob/develop/applications/tools/animeganv2.py, 提示 ``` /home/turing/Documents/miniconda3/envs/paddle/lib/python3.7/site-packages/paddle/tensor/creation.py:143: DeprecationWarning: `np.object` is a deprecated alias for the builtin `object`. To silence this warning, use `object` by itself. Doing this will not modify...

I joined the 7-day free online courses for paddleGan. Thanks for the courses. During recent homework, I found that most of code have already been implemented in several py files,...

运行蚂蚁呀嘿的程序 !python -u D:\anaconda3\envs\paddle_env\PaddleGAN\applications\tools\first-order-mayi.py \ 报错 OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. 环境:本地anaconda **************************************** Paddle version: 2.0.1 Paddle With CUDA: True OS: Windows 10 Python version:...

I am in Australia and would like to use Paddle as well. It seems that the downloading of the pdparam file always too slow and ends up without downloading the...