DSRG icon indicating copy to clipboard operation
DSRG copied to clipboard

resnet weights initialized from ImageNet?

Open yaoqi-zd opened this issue 7 years ago • 2 comments

Hi, For the resnet model, do you directly use the ImageNet pre-trained weights from this repo? https://github.com/KaimingHe/deep-residual-networks

yaoqi-zd avatar Jan 11 '19 07:01 yaoqi-zd

HI, regarding your reported segmentation results of DSRG(Resnet101), did you initialize the segmentation model using ImageNet pretrained weights or COCO pretrained weights? If it is ImageNet pretrained weights, could you please kindly provide the initial weights? cuz I only found this weights "MS_DeepLab_resnet_pretrained_COCO_init.pth" in your "Pytorch-Deeplab" repo. Thank you very much.

lianxxx avatar Jul 31 '19 05:07 lianxxx

Hi @yaoqi-zd @lianxxx, I used ImageNet pre-trained weights for initialization. You can find the pre-trained weights from https://github.com/KaimingHe/deep-residual-networks.

speedinghzl avatar Jul 31 '19 13:07 speedinghzl