I am working on weakly-supervised semantic segmentation.
I used drn-d-105 as our backbone for deeplabv2 and it worked very well.
During training, I load drn_d_105-12b40979.pth as our pretrained weight from this website.
Does the weight(drn_d_105-12b40979.pth) only train on ImageNet?
I have to make sure the weight is not related to other non-image level labels.
I am working on weakly-supervised semantic segmentation. I used drn-d-105 as our backbone for deeplabv2 and it worked very well. During training, I load drn_d_105-12b40979.pth as our pretrained weight from this website. Does the weight(drn_d_105-12b40979.pth) only train on ImageNet? I have to make sure the weight is not related to other non-image level labels.