litepose icon indicating copy to clipboard operation
litepose copied to clipboard

help/ crowdposetools missing and once-for-all lib

Open narges-sa opened this issue 2 years ago • 2 comments

Hi there, I am trying to clone the GitHub repo and run inference using your model. It seems one file is missing from the repo which causes an error 'No module named 'crowdposetools''. I found some links like 'https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation/issues/26' but could not solve this problem. I run the model in Google Colab, Can you guide me on how to solve this problem in this environment? in addition, you used once-for-all lib, would you explain which function uses this library?

Thank you for sharing this professional code and for your guidance in advance,

narges-sa avatar Sep 05 '22 14:09 narges-sa

You can try to install crowdpose directly via pip:

pip install git+https://github.com/Jeff-sjtu/CrowdPose.git#subdirectory=crowdpose-api/PythonAPI

jxhnx avatar Sep 05 '22 15:09 jxhnx

You can try to install crowdpose directly via pip:

pip install git+https://github.com/Jeff-sjtu/CrowdPose.git#subdirectory=crowdpose-api/PythonAPI Thank you for your answer

narges-sa avatar Sep 06 '22 12:09 narges-sa