pytorch-deform-conv-v2
pytorch-deform-conv-v2 copied to clipboard
The memory is not fridendly?
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.
Excuse me, how did you solve it in the end