deform_conv_pytorch icon indicating copy to clipboard operation
deform_conv_pytorch copied to clipboard

Visualize offsets

Open Youngkl0726 opened this issue 6 years ago • 4 comments

hi, will you update the code to Visualize offsets?

Youngkl0726 avatar Apr 27 '18 10:04 Youngkl0726

Sorry, I am quite busy recently, but I will find a time to finish the job.

ChunhuanLin avatar May 08 '18 07:05 ChunhuanLin

Hi I would be willing to work on that, offset happens in https://github.com/ChunhuanLin/deform_conv_pytorch/blob/master/deform_conv.py#L115 however I am unsure as how the offset is combined when stacked qith q_lb, q_rt ... Some explanation would go a long way!

bkvie avatar Aug 15 '18 13:08 bkvie

@bkvie Hey, through the q_lb, q_rt ..., we can get the bilinear kernel weight and the corresponding feature value of this position, then we can get the final feature of current location.

ChunhuanLin avatar Aug 18 '18 03:08 ChunhuanLin

Can it reach the paper benchmark?

b762927 avatar Nov 29 '21 01:11 b762927