harlanhong / CVPR2022-DaGAN

Official code for CVPR2022 paper: Depth-Aware Generative Adversarial Network for Talking Head Video Generation
https://harlanhong.github.io/publications/dagan.html
Other
957 stars 125 forks source link

Lossy conversion from float32 to uint8. Range [0, 1]. Convert image to uint8 prior to saving to suppress this warning. #44

Open hsk-yjk opened 1 year ago

hsk-yjk commented 1 year ago

image how to cope this quessiton, it is in the demo.py.

harlanhong commented 1 year ago

It does not affect the quality of the output.

hsk-yjk commented 1 year ago

Thanks for your reply.