msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.04k stars 959 forks source link

Where to get ImageNet-pretrained Deformable ResNet-v1-101 model ? #116

Closed chowkamlee81 closed 6 years ago

chowkamlee81 commented 6 years ago

I need to have ImageNet-pretrained Deformable ResNet-v1-101 model... where can i get because only ResNet-V1-101 model is available as resnet_v1_101-0000.params.

I would like to have for deformable model.. Kindly let me know.

YuwenXiong commented 6 years ago

We don't apply Deformable ConvNets to ImageNet classification, so sorry, no such model.

chowkamlee81 commented 6 years ago

To train deeplab deformable CNN segmentation, how to get pretrained model? How it will run

YuwenXiong commented 6 years ago

Just use ResNet-V1-101 model as pretrained model, please refer our readme.

chowkamlee81 commented 6 years ago

Thanks got the solution as per your advice