Skip to content

Update CrowdPoseKeypoints.py#65

Open
prakhargoyal106 wants to merge 1 commit intoHRNet:masterfrom
prakhargoyal106:master
Open

Update CrowdPoseKeypoints.py#65
prakhargoyal106 wants to merge 1 commit intoHRNet:masterfrom
prakhargoyal106:master

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