-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Dear authors,
thanks for the amazing work.
Based on your code, I am working on implementing an online demo for real-time avatar generation. Currently, the reconstruction produces a high-quality frontal face, but as soon as the head starts to rotate, the reconstruction quality begins to degrade significantly, as shown in the attached figure.
frontal face frame

rotated face frame

I am not entirely sure of the exact reason for this degradation. However, I noticed in your demo that you let the Gaussian model train on head rotations for a while before starting the reconstruction process. Could you please elaborate on this stage?
https://gapszju.github.io/RGBAvatar/live_demo_s.mp4
Additionally, I am curious why this stage was not included in either your train_offline.py or train_online.py files. Is it an intentional omission, or was it handled in a different part of your workflow?
Thanks,