OpenTalker / DPE

[CVPR 2023] DPE: Disentanglement of Pose and Expression for General Video Portrait Editing
https://carlyx.github.io/DPE/
MIT License
417 stars 45 forks source link

video is very blurry #17

Open publi-qv opened 11 months ago

publi-qv commented 11 months ago

HI,The result of running the command : python run_demo_single.py --s_path ./data/s.jpg \ --pose_path ./data/pose.mp4 \ --exp_path ./data/exp.mp4 \ --model_path ./checkpoints/dpe.pt \ --face both \ --output_folder ./res

The resulting video is very blurry. What could be the cause of t

https://github.com/OpenTalker/DPE/assets/101613149/8fc96d8c-5fc8-4df5-99e0-7d60025b3add

his?

Carlyx commented 10 months ago

Thank you for your attention. In fact, since our method is flow-based generation, there may be inconsistent mapping relationships when calculating pixel movement, resulting in exp generator being blurry. Therefore, enhancement methods can be used to improve the effect by --EN.