jiwoon-ahn / psa

Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation, CVPR 2018
MIT License
380 stars 62 forks source link

Downloading the pretrained weights for resnet-38 #4

Closed IssamLaradji closed 5 years ago

IssamLaradji commented 5 years ago

Thanks for the code! How did you download the pretrained weights for ResNet-38? When I click on the link here (Optional) Mxnet and ResNet-38 pretrained weights [ilsvrc-cls_rna-a1_cls1000_ep-0001.params], I am just taken to another github repo. without instructions on how to get the pretrained weights. Thanks

jiwoon-ahn commented 5 years ago

Sorry for the instruction. On that repository, what you need to download is [ilsvrc_model_a1] model which is trained on ImageNet-1000. The detailed instruction can be changed as the author updates the repository. Try to take a look at section (Pre-trained models). You will easily find the download link there.

IssamLaradji commented 5 years ago

Thanks. :)