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

Deeplab-v2 pretrain model #4

Closed
allenwu97 opened this issue Jul 27, 2021 · 4 comments
Closed

Deeplab-v2 pretrain model #4

allenwu97 opened this issue Jul 27, 2021 · 4 comments

Comments

@allenwu97
Copy link

I want to know which pretrain model you used when you train your deeplab-v2, imagenet or ms-coco?
Thanks

@halbielee
Copy link
Owner

Hello, @allenwu97.

Sorry for the late reply.

There are two backbones for the DeepLab-V2; VGG-16 and ResNet101.

We used the official pre-trained model of DeepLab for VGG-16, which is trained on ImageNet, and that from the official code of OAA for fair comparisons. In the official code of OAA, there is no explanation of a source of the pre-trained model. But we assume that it is trained on MS-COCO.

A concurrent work with our paper, Anti-Adversarially Manipulated Attributions for Weakly and Semi-Supervised Semantic Segmentation (AdvCAM), provides the pre-trained model trained on ImageNet for ResNet101. Please see the official code of AdvCAM.

If you have any questions, please leave an issue :)

Thanks.

@allenwu97
Copy link
Author

So for your ResNet101, you use the pre-trained model from the official code of OAA?

@halbielee
Copy link
Owner

@allenwu97
Yes!

@allenwu97
Copy link
Author

Thanks for your patient reply.

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

2 participants