msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.05k stars 957 forks source link

Anyone know if it is good for classification task? #176

Open akturtle opened 6 years ago

alashkari commented 6 years ago

R-FCN comes on top of object classification. So, it's practically redundant to apply it to the classification task. Simply use one of the pre-trained models in the MXNet model zoo for the classification task.

zhanglonghao1992 commented 5 years ago

Have you successfully trained a classification network with deformable conv? @akturtle