-
Notifications
You must be signed in to change notification settings - Fork 269
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
TypeError: init_model() got an unexpected keyword argument 'override_ckpt_meta' #15
Comments
Hello, please follow the conda.sh for installation. This will avoid version mismatch with third-party libraries. |
Thanks for the help. But I try to run './conda.sh', then during the process the error occurred again: 'AttributeError: '_SSLSocket' object has no attribute 'get_unverified_chain''. It seems like there are some problems about pip version. Do you have any advice? |
Can you please share the entire error log? |
Installing additional Python packages... |
And I also found this: pypa/pip#12892 |
This seems to be an error with your conda setup. In this case, please try the minimal installation version of sapiens for inference, https://github.com/facebookresearch/sapiens/blob/main/lite/README.md |
I actually tried this https://github.com/facebookresearch/sapiens/blob/main/lite/README.md in the first place. But the error "TypeError: init_model() got an unexpected keyword argument 'override_ckpt_meta'" occurred. I'm wondering which version of mmpose is used? |
Please use the lite scripts for inference. |
This problem becomes very interesting. No mmpose have this problem .This is a package from the mmpose directory in this project |
Hi, thanks for the work.
I'm runing 'keypoints308.sh'. And this error occurred in '/pose/demo/demo_vis.py, line 193', I'd appreciate if you can help.
The text was updated successfully, but these errors were encountered: