-
Notifications
You must be signed in to change notification settings - Fork 274
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
Missing a file #26
Comments
Please follow https://github.com/HRNet/Higher-HRNet-Human-Pose-Estimation#installation to install CrowdPose API. If you plan to train on CrowdPose, you will need to fix a bug in the CrowdPose API to get the correct number of AP easy, medium and hard. Also, CrowdPose API does not support the latest numpy 1.18, you need to either fix the error in CrowdPose API or downgrade numpy to 1.17. |
Thank you for your quick reply. Before I posted this question, I have reversed the code as mentioned in your instructions and
Also, I have added this line into my Did I miss anything? Thank you! |
You also need to change this line. Add |
The issue still exists. Looking at the error message, I think the issue is that we can't find this
|
Hi, if you are still having this problem, please make sure you install the crowdpose api and it is in your PYTHONPATH. |
Here is how i solved it. |
Hello, thank you for your suggestion. I want to run the litepose model on my google colab, I still have this problem with crowdpose API. how can I find my PYTHORCHPATH on google colab? |
Hello, I am trying to clone the github repo and run inference using your model. It seems one file is missing from your repo which causes an error? Please see the message.
Can anyone tell me how to solve it? Thank you!
The text was updated successfully, but these errors were encountered: