ashawkey / RAD-NeRF

Real-time Neural Radiance Talking Portrait Synthesis via Audio-spatial Decomposition
MIT License
878 stars 153 forks source link

Traning result : eyes don't blinking #15

Closed merif closed 1 year ago

merif commented 1 year ago

ngp_ep0028

The image above is the result of completing general learning and fine tuning. In addition, we learned by adding the --fix_eye0.25 option by referring to other issues, but the results are as above.

I think it's similar that I've learned not only from the obama video but also from other videos, but result's eyes don't blink. In addition to adding the --fix_eye0.25 method, I'm asking how I can learn to blink.

ashawkey commented 1 year ago

@merif Hi, --fix_eye 0.25 means fixing the eye area to 0.25, so we can avoid all eye blinking. If you want to let the eye blink, you should not use this option.

merif commented 1 year ago

Thank you for your kind and quick reply!