Skip to content
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

Closed
AndersonZhangyq opened this issue Jan 1, 2021 · 3 comments · Fixed by #397
Closed

Wrong path to pretrained model in config files of MSPN #395

AndersonZhangyq opened this issue Jan 1, 2021 · 3 comments · Fixed by #397
Assignees

Comments

@AndersonZhangyq
Copy link

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.

@AndersonZhangyq
Copy link
Author

And the link to ckpt file of mspn_50 is not working. Please fixed that, too.

@jin-s13
Copy link
Collaborator

jin-s13 commented Jan 1, 2021

Thanks for reporting the bugs. We will fix the link to the mspn_50 checkpoint via #396.
The config files will be updated soon.

@wusize
Copy link
Collaborator

wusize commented Jan 1, 2021

I put up a proposal #397 to fix this.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants