chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.44k stars 229 forks source link

How to get pretrain weight? #39

Closed kaikaizhu closed 4 years ago

kaikaizhu commented 5 years ago

I want to increase dcn into backbone (resnet101). Which weight should I use as the pre-training weight?

kaikaizhu commented 5 years ago

@chengdazhi Can you help me? Thanks!

chengdazhi commented 5 years ago

You can get pretrained models in mmdetection repo. https://github.com/open-mmlab/mmdetection/blob/master/configs/dcn/README.md

kaikaizhu commented 5 years ago

@chengdazhi Thanks a lot! Do you mean download the model as pretrain weights and use my own datasets to continue train?

chengdazhi commented 4 years ago

Yes, you can do that.