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

human parsing weights #1

Open
dereyly opened this issue May 23, 2023 · 2 comments
Open

human parsing weights #1

dereyly opened this issue May 23, 2023 · 2 comments

Comments

@dereyly
Copy link

dereyly commented May 23, 2023

I try to infer human parsing in my data with swin_small pre-trained https://drive.google.com/file/d/1oyEgASqDHc7YUPsQUMxuo2kBZyi2Tzfv/view?usp=share_link
But not succeed on it. This weghts include this task or it is general?

@AnCoSONG
Copy link

AnCoSONG commented Aug 24, 2023

I think the author only provides some general pretrained swin transformer checkpoints. I load the swin_base.pth by network.init_model and missing keys are a lot. I believe the author want users to train their own model using solider. It' ok but still strange not to provide pretrained one to let other people reproduce their results... Or if checkpoints are correct, maybe providing a little more out-of-the-box inference code is a good choice.

@cwhgn
Copy link
Contributor

cwhgn commented Aug 25, 2023

Thanks for your attentions. We provide solider models which can be used as a pretrained model to train human parsing task. However, it is general, not specific for human parsing. And we also provide the details of the human parsing training code. Our results can be easily reproduced by running the training code. We believe reproducing the whole training process is more important than just a inference from a provided trained model. Besides, if you have needs of the human parsing trained model, we will release them recently. As the requirements of our company license, it may take a few days. I will catch you up as soon as the model released.

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

No branches or pull requests

3 participants