yerfor / GeneFace

GeneFace: Generalized and High-Fidelity 3D Talking Face Synthesis; ICLR 2023; Official code
MIT License
2.43k stars 290 forks source link

Generated video is more blurry than input video #233

Open AustinZzx opened 7 months ago

AustinZzx commented 7 months ago

Even from the provided example video and its result, it seems that the result is not as high resolution as the input video. It definitely felt more blurry.

Besides that, I also wonder what's the restrictions of this? I understand the whole pipeline requires a 25fps video, does it also require a 512*512 video?

yerfor commented 7 months ago

Yes, the current codebase only supports 512x512 and 25 fps videos as the training data. For the blurry issue, it might be the problem of volume rendering. We have addressed this issue in GeneFace++ and plan to release it on Feb. 2024

AIhasArrived commented 6 months ago

Yes, the current codebase only supports 512x512 and 25 fps videos as the training data. For the blurry issue, it might be the problem of volume rendering. We have addressed this issue in GeneFace++ and plan to release it on Feb. 2024

wow you have a precise agenda, I see; I have a question: is it easy to train a new face? I did not read fully the documents to know, is there some document or video showing how to train a new face please?