Windaway / Deformable-Attention-for-Deformable-DETR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About initialization

colorblank opened this issue · comments

I am trying to reproduce Deformable-DETR and find your code. The code you wrote does not has parameter init. And I can't understand the bias init in the paper. Do you have any idea how this works? Really appreciate.
image

You can regard the initialization is to make the feature of pixel to get information from its eight neighborhood.

commented

@colorblank were you able to reproduce the paper? could you give me some hints how you implemented eq. 2 in the paper? thx in advance