buaavrcg / BakedAvatar

Pytorch Code for "BakedAvatar: Baking Neural Fields for Real-Time Head Avatar Synthesis"
https://buaavrcg.github.io/BakedAvatar/
MIT License
291 stars 27 forks source link

Cross identity #7

Closed balogistvan closed 9 months ago

balogistvan commented 9 months ago

Hello. Thank you for this great work. Can you tell me how to turn on the cross identitiy reenactment?

dhbloo commented 9 months ago

Hi, for cross-identity reenactment in the web demo, when you export the flame sequence, please also include other flame sequences you want to use as the driving source. Then, in the web demo, choose the correct source to see the reenactment results.

balogistvan commented 9 months ago

Thank you.