TuSimple / TuSimple-DUC

Understanding Convolution for Semantic Segmentation
https://arxiv.org/abs/1702.08502
Apache License 2.0
605 stars 118 forks source link

ImageNet Pretrained ResNet-101 Model #11

Closed ArsenLuca closed 6 years ago

ArsenLuca commented 6 years ago

I tried to convert the deeplab model in #1, but failed due to error Message type "caffe.ImageDataParameter" has no field named "label_type" So would you please share the ImageNet pretrained ResNet-101 Model please? Thanks

wpqmanu commented 6 years ago

We just uploaded the deeplab model (parameters) on Google Drive. You can create the symbol by referring to the deeplab caffe prototxt or by modifying our symbol.

ArsenLuca commented 6 years ago

@wpqmanu thx

yzou2 commented 6 years ago

@wpqmanu According to Google Drive Readme, the shared init .params is the Cityscapes pretrained DeepLab v2. Would you kindly share the DeepLab v2 model converted from the ImageNet pretrained ResNet-101 model? Thanks a lot.