kazuto1011 / deeplab-pytorch

PyTorch re-implementation of DeepLab v2 on COCO-Stuff / PASCAL VOC datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use the ImageNet-pretrained weights for PASCAL VOC 2012?

bityangke opened this issue · comments

How can I use the ImageNet-pretrained weights for PASCAL VOC 2012?
Thanks very much!

Unfortunately, there are no ImageNet weights loadable to ResNet of this repository.
You can transform torchvision models to DeepLab.
For ResNet, please refer to #33 (comment).

Thank you very much!
Close this!