You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it is. By default, num_feature_levels=4 but 3 different scales are extracted from the backbone. Hence it will 2x upsample the highest feature map(C4) as the 4th feature level.
Thanks for your great and detailed code!
In
dab_deformable_detr.py
, is this part about dealing with the insufficient channel of features (for Deformable DETR)?It seems that the last channel of features is put to
backbone[1]
repeatedly. (channel? or something else?)Could you please help me understand that?
The text was updated successfully, but these errors were encountered: