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

Could you explain in detail what the pre-training weights mean in the given URL? #1

Closed
tengqi200 opened this issue May 21, 2019 · 3 comments
Labels
question Further information is requested

Comments

@tengqi200
Copy link

Thank you very much

@tengqi200 tengqi200 changed the title Can you explain in detail what the pre-training weights mean in the given URL? Could you explain in detail what the pre-training weights mean in the given URL? May 21, 2019
@stefanopini
Copy link
Owner

My implementation of HRNet uses the same names and structures of the original implementation (but with a simpler and more readable code) so official pre-trained weights can be loaded using my code without requiring the train of the network from scratch.

Therefore, you can download and use any official pre-trained weight that is based on HRNet.
With "pre-trained weights" I refer to the pre-trained models released by HRNet authors here:
https://github.com/leoxiaobin/deep-high-resolution-net.pytorch#training-and-testing.

For instance, you can find weights of many HRNet models trained on COCO here:
https://drive.google.com/drive/folders/1nzM_OBV9LbAEA7HClC0chEyf_7ECDXYA

Have this answered to your question?

@tengqi200
Copy link
Author

Have this answered to your question?

Your answer is very helpful to me. I really appreciate it.

@stefanopini
Copy link
Owner

You're welcome :-)

@stefanopini stefanopini added the question Further information is requested label Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants