yhw-yhw / SHOW

This is the codebase for SHOW in Generating Holistic 3D Human Motion from Speech [CVPR2023],
Other
219 stars 26 forks source link

Running demo on custom video #15

Closed sidk99 closed 1 year ago

sidk99 commented 1 year ago

It seems that stage 1 expects ground truth op values to run on a video, but also calculates the open pose values if they dont exist.

However, in practice if there is no all.pkl in test/demo_video/ours , it does not detect any GT values and ends stage1 here https://github.com/yhw-yhw/SHOW/blob/06447d43f6f51c64cd62e4458765cfd364883c38/stage1_main.py#L218-L224

What steps do we need to run Show on a custom video from scratch?

lithiumice commented 1 year ago

It seems that stage 1 expects ground truth op values to run on a video, but also calculates the open pose values if they dont exist.

However, in practice if there is no all.pkl in test/demo_video/ours , it does not detect any GT values and ends stage1 here

https://github.com/yhw-yhw/SHOW/blob/06447d43f6f51c64cd62e4458765cfd364883c38/stage1_main.py#L218-L224

What steps do we need to run Show on a custom video from scratch?

Can you check the log output of stage 1 that the Openpose worked correctly? There is a high probability that your Openpose is not installed properly

mookerr commented 8 months ago

Hello, I have the same problem, how did you solve it?