resnet weights initialized from ImageNet?
Hi, For the resnet model, do you directly use the ImageNet pre-trained weights from this repo? https://github.com/KaimingHe/deep-residual-networks
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.
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.