Open prakhargoyal106 opened 4 years ago
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.
No module named 'crowdposetools'