Zardinality / TF_Deformable_Net

Deformable convolution net on Tensorflow
MIT License
169 stars 53 forks source link

Can we add deformable convolution at different places? #22

Open knmac opened 6 years ago

knmac commented 6 years ago

Hello,

Can we add deformable convolution at different places? More specifically, for ResNet50, can we add it to the 4th stage, i.e. res4a, 4b, 4c, etc. Do we simply add the deformable convolution operation, or do we have to move RPN and PsRoI Proposal to before the 4th stage also? Thank you.