GeneFacePlusPlus
GeneFacePlusPlus copied to clipboard
如何更改為流式輸入
我正在嘗試將專案變為流式輸入及輸出,但據我的理解每Frame的Pose等數據都已經在prepare_batch_from_inp()中計算,請問我該從哪裡入手令連續的兩段音頻Render的Pose變得連貫?
https://youtu.be/UL6oS8by5VA
1.Voice alignment through algorithms vir virtual device. 2.Currently, frame alignment is necessary to avoid video jitter. I'm trying to fix it. 3.Maybe you can try to combine forward_system
Hi, may I ask whether this involves using code outside of this project? I'm trying to stream input for GeneFace++ as well, but not much progress for now.