YuelangX / Gaussian-Head-Avatar

[CVPR 2024] Official repository for "Gaussian Head Avatar: Ultra High-fidelity Head Avatar via Dynamic Gaussians"
Other
777 stars 49 forks source link

Inference speed #24

Open Kartik-Teotia opened 6 months ago

Kartik-Teotia commented 6 months ago

Hi, I was wondering what is the inference speed of this method. Is it real-time?

YuelangX commented 6 months ago

Hello. With float16 and cudnn, the frame rate can reach 20FPS on RTX4090. Most of the time is spent on the super resolution. If it is removed, the frame rate can reach 60FPS.