-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject #1939
Comments
Thanks for using MMPose. This looks like a numpy issue. To resolve it, you can try reinstalling or upgrading your numpy. For more discussions, please refer to #534. |
@Ben-Louis i have upgraded as well as downgraded my numpy version but i am still getting the same error .. |
Hello,do you deal with it ? how do you solve with it? Thanks! |
@Ethan-cpp i haven't solved it yet, still getting the same error ... |
I too, is there anyone who can help? |
Hi everyone, could you please give more detailed information about this error? This would be greatly appreciated if you could include:
|
Hi Louis, I also had the same errors while running the offical tutorial. Here is the detailed infomation. https://colab.research.google.com/github/open-mmlab/mmpose/blob/master/demo/MMPose_Tutorial.ipynb > 1. The full error message Please refer to the attach file #1
> 3. The version of numpy you are using > 4. The platform you are on
|
Hi @liguoxin1990, thanks for your feedback. The cause of this error is an incompatibility between Colab and the platform where xtcocotools was built. To fix it, you have to compile xtcocotools yourself before utilizing it. The easiest method is to use |
@Ben-Louis Thanks . The Issue is solved now. :-) |
@Ben-Louis It works! Excellent. Thank you very much. |
@Ben-Louis we love you |
i am using following versions :
torch version: 1.10.0+cu111 True
torchvision version: 0.11.0+cu111
mmpose version: 0.29.0
cuda version: 11.1
after running colab of mmpose i am getting this error can somebody can explain and solve it ? BTW i have switch my python version from 3.8 to 3.7 and i have also downgrade my version of numpy as well but still getting the error :-(
The text was updated successfully, but these errors were encountered: