Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where is network evaluate openpose_utils????? #11

Open
Keneyr opened this issue May 14, 2019 · 2 comments
Open

where is network evaluate openpose_utils????? #11

Keneyr opened this issue May 14, 2019 · 2 comments

Comments

@Keneyr
Copy link

Keneyr commented May 14, 2019

you wrote
from network.rtpose_vgg import get_model
from evaluate.coco_eval import get_multiplier, get_outputs

from openpose_utils import remove_noise,get_pose

but where is the module?

@LiZijing0929
Copy link

LiZijing0929 commented Jul 4, 2019

Hi, it's actually provided in the src directory, downloading the "pytorch_Realtime_Multi-Person_Pose_Estimation" and "utils" will be fine.
try this:

!git clone https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation.git ../src/
!git clone https://github.com/nyoki-mtl/pytorch-EverybodyDanceNow.git

!cp -r ./pytorch-EverybodyDanceNow/src/utils ../src/

openpose_dir = Path('../src/pytorch_Realtime_Multi-Person_Pose_Estimation/')

import sys
sys.path.append(str(openpose_dir))
sys.path.append('../src/utils')

And as for pix2pixHD, it's just the same.

@nikky4D
Copy link

nikky4D commented Jan 21, 2020

And after cloning poseEstimation.git, do we have to build pafprocess too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants