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.76k stars 1.23k forks source link

Video enhancement no effect at all, still blurry #559

Open kirk86 opened 2 years ago

kirk86 commented 2 years ago

I've used the example provided in the docs to clean and deoldify some old lectures using the following command: python tools/video-enhance.py --input you_video_path.mp4 --process_order DAIN DeOldify EDVR --output output_dir

The final output doesn't have any visual improvement to the original video. For instance, here's an example:

Original Video Frame: image

After Paddle processing Video Frame: image

Is there a better way to clean these videos and make the text show clear so that the viewers can read it without destroying their eyes?

jerrywgz commented 4 months ago

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