msracver / Deformable-ConvNets

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

Has anyone successfully trained Faster-RCNN with Modulated Deformable Conv? #270

Open chongruo opened 5 years ago

chongruo commented 5 years ago

Has anyone gotten the same performance in the paper for Faster-RCNN with Modulated Deformable Conv?

I have copied all files related to Modulated Deformable Conv in ./DCNv2_op and compiled MXNet successfully. However, the performance is even worse (2% drop) than standard Faster-RCNN.

Anyone encountered the same problem? Maybe there are something I missed. Thanks !