4uiiurz1 / pytorch-deform-conv-v2

PyTorch implementation of Deformable ConvNets v2 (Modulated Deformable Convolution)
MIT License
743 stars 141 forks source link

Have you test the speed of deform conv? #2

Closed donnyyou closed 5 years ago

donnyyou commented 5 years ago

Is there a large gap about speed between deform conv & norm conv?

4uiiurz1 commented 5 years ago

Yes. My deform conv is slower than normal conv.