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

The ImageNet training

katoabc123 opened this issue · comments

I am confused about the ImageNet training.
Is your model architectures of ImageNet is resnet101?
Thank you very much

Yes, true. The ResNet-101 model is from the author's page and it has also been fine-tuned on COCO dataset. I will update README to be made clear.

Hi, I want to know if you have the pre-trained model on ImageNet without fine-tuned on COCO. Thanks!

No, I don't have it. Why don't you start from torchvision model, although it's a bit different from the caffe-deeplab? #33 (comment)