fyu / drn

Dilated Residual Networks
https://www.vis.xyz/pub/drn
BSD 3-Clause "New" or "Revised" License
1.1k stars 219 forks source link

Does the weight(drn_d_105-12b40979.pth) only train on ImageNet? #54

Closed johnnylu305 closed 4 years ago

johnnylu305 commented 4 years ago

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.

fyu commented 4 years ago

Yes, the model drn_d_105 was only trained on imagenet