yhw-yhw / SHOW

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

Error with Face Only Video and Openpifpaf #23

Open mdv3101 opened 1 year ago

mdv3101 commented 1 year ago

I am trying to run SHOW to get a rendering of a face portrait video. It is showing the following error:

2023-08-04 12:49:04 | INFO     | SHOW.load_assets:48 - mmpose det length before: 1
2023-08-04 12:49:04 | INFO     | SHOW.load_assets:53 - no whole person detected
2023-08-04 12:49:04 | ERROR    | SHOW.load_assets:122 - max_person_crop_im is None

The model is also trying to import Openpifpaf, which was not installed during the setup process. It was commented out in modules/PyMAF/requirements.txt.

Here is a sample image from the video attached: 000001

Is there a way to run it without using Openpifpaf and solve this error?

wvinzh commented 1 year ago

I also want to apply this project to face only videos, do you solve the problem ?