We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
And after cloning poseEstimation.git, do we have to build pafprocess too?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: