yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
608 stars 172 forks source link

OpenPose #94

Closed BlackienBad closed 3 years ago

BlackienBad commented 3 years ago

I get stuck at "Make source pictures", to run the source pictures I need to import this stuff:

from evaluate.coco_eval import get_multiplier, get_outputs from network.rtpose_vgg import get_model from openpose_utils import remove_noise, get_pose

but I get lots of errors trying to do it

How do I download and install this openpose if I can't do it with pip?