Res2Net / Res2Net-PretrainedModels

(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
https://mmcheng.net/res2net/
1.07k stars 215 forks source link

pretraindedModels without aspp's state_dict #47

Closed ActonMartin closed 2 years ago

ActonMartin commented 3 years ago

I try to restore parts of the state_dicts that you supply in the code repository but don't have aspp's state_dict. Could you supply any segmentation's pretrained model?

gasvn commented 3 years ago

Res2Net has no aspp module. If you do the segmentation task with Res2Net, only the weights in Res2Net are initialized with ImageNet pretraining, the weights in ASPP can be initialized with no ImageNet pretraining.