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:
Is there a way to run it without using Openpifpaf and solve this error?
I am trying to run SHOW to get a rendering of a face portrait video. It is showing the following error:
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:
Is there a way to run it without using Openpifpaf and solve this error?