YoungSeng / DiffuseStyleGesture

DiffuseStyleGesture: Stylized Audio-Driven Co-Speech Gesture Generation with Diffusion Models (IJCAI 2023) | The DiffuseStyleGesture+ entry to the GENEA Challenge 2023 (ICMI 2023, Reproducibility Award)
MIT License
147 stars 21 forks source link

75 pose keypoints #4

Closed markgao-916 closed 1 year ago

markgao-916 commented 1 year ago

how to generate 75 pose keypoints and plot a video like QPGesture?

YoungSeng commented 1 year ago

Do you mean generating skeleton connection plots? You need to set yourself which skeletons you want to visualize, as well as generate their connection relationships (skeletal trees), based on their 3D positions. You can refer to Visualization of ReprGesture and Visualization of QPGesture.

markgao-916 commented 1 year ago

@YoungSeng Thanks for your reply, i will try.