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

Update CrowdPoseKeypoints.py #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prakhargoyal106
Copy link

No module named 'crowdposetools'

@Ankitjaiswal1201
Copy link

Ankitjaiswal1201 commented Aug 13, 2021

Here is how i solved the error-

When you compare both cocoapi and crowdpose, in cocoapi we have makefile but in crowdpose we do not have a makefile instead we have a install.sh file.

So to solve the error we have to execute install.sh file which can be done as follows-

(base) ankitjai@ankitjai-VirtualBox:~ /Downloads/HigherHRNet-Human-Pose-Estimation-master/crowdpose-api/PythonAPI$ chmod +x install.sh
(base) ankitjai@ankitjai-VirtualBox:~ /Downloads/HigherHRNet-Human-Pose-Estimation-master/crowdpose-api/PythonAPI$ bash install.sh

You have to go to the correct PythonAPI path and run above 2 commands. This should solve this particular error.

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

Successfully merging this pull request may close these issues.

2 participants