-
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
Wrong path to pretrained model in config files of MSPN #395
Comments
And the link to ckpt file of mspn_50 is not working. Please fixed that, too. |
Thanks for reporting the bugs. We will fix the link to the mspn_50 checkpoint via #396. |
I put up a proposal #397 to fix this. |
Merged
rollingman1
pushed a commit
to rollingman1/mmpose
that referenced
this issue
Nov 5, 2021
* polish eval hooks * update unittest * add by_epoch * correct unittest * correct unittest * use runner.hook * add comment * polish * polish again * fix * polish * polish logger info * fix unittest * BC * add deprecated class * add deprecated info
HAOCHENYE
pushed a commit
to HAOCHENYE/mmpose
that referenced
this issue
Jun 27, 2023
* Rename data to structure * adjust the way to import module * adjust the way to import module * rename Structure to Data Structures in docs api * rename structure to structures * support using some modules of mmengine without torch * fix circleci config * fix circleci config * fix registry ut * minor fix * move init method from model/utils to model/weight_init.py * move init method from model/utils to model/weight_init.py * move sync_bn to model * move functions depending on torch to dl_utils * format import * fix logging ut * add weight init in model/__init__.py * move get_config and get_model to mmengine/hub * move log_processor.py to mmengine/runner * fix ut * Add TimeCounter in dl_utils/__init__.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In config files of MSPN, the pretrained model is pointed to
models/pytorch/imagenet/resnet50-renamed.pth
, which is not included in this repo. Those config files should be fixed.The text was updated successfully, but these errors were encountered: