TuSimple / TuSimple-DUC

Understanding Convolution for Semantic Segmentation

Home Page:https://arxiv.org/abs/1702.08502

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the ImageNet pretrained classification models?

yzou2 opened this issue · comments

In the link to the models (https://drive.google.com/drive/folders/0B72xLTlRb0SoREhISlhibFZTRmM), I can only find the segmentation pretrained models. Would you please tell me where can I find the classification model pretrained on ImageNet?

You could use any publicly available pretrained ResNet model using MXNet, such as the ones here. You can refer to our symbol to match the name of the layers. Or to get a quicker start, you could use the pretrained DeepLab V2 caffe model and convert it to the MXNet format.

Hi, I didn't install caffe . For quickly to train, can anyone share the pretrained Resnet model that converted from deeplab v2 caffe model?@yzou2@wpqmanu Thanks.
One more question.How to match the name of layers of your symbol?
Thanks.

Hi , I found init.params. Is it the pretrained Resnet model that converted from deeplab v2 caffe model? @wpqmanu