bharatsingh430 / soft-nms

Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this repository include deformable convolution?

SunGaofeng opened this issue · comments

As stated in the ICCV paper of soft-NMS, deformable convolution of RFCN was implemented.
Does this repository also include deformable RFCN?

Thanks. I just read that repo, and found that it was implemented in mxnet.
This repo is implemented in caffe. So do you have a caffe version deformable rfcn?

The deformable psroilayer can be found here, https://github.com/soeaver/py-RFCN-priv/blob/master/caffe-priv/src/caffe/layers/deformable_psroi_pooling_layer.cu but I am not sure if deformable convolution is implemented in caffe. I see something here, https://github.com/unsky/Deformable-ConvNets/blob/master/src/caffe/layers/deformable_conv_layer.cu but I have not tested it.

Thanks to your reply. This issue is a little diverged of this soft-nms repo, thanks to your patient to answering this question.
I'll read the caffe related code and test it.