4uiiurz1 / pytorch-deform-conv-v2

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

How do i train offset individual? #25

Open Jamryxx opened 3 years ago

Jamryxx commented 3 years ago

Thanks for your contribution,I want that feature and offset are separated,like forward(self,feature,offset):..... How can i do this?