4uiiurz1 / pytorch-deform-conv-v2

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

The memory is not fridendly? #24

Open zhangrong1722 opened 4 years ago

zhangrong1722 commented 4 years ago

Firstly thank you for your great work. I have a deeper understanding for deformable convolution after reading this script. But I find this version uses huge memory when runs on GPU compared with a cuda version (https://github.com/CharlesShang/DCNv2) . Could you tell me why?

Thank you.

gf9276 commented 2 years ago

Excuse me, how did you solve it in the end