Distilling-Object-Detectors icon indicating copy to clipboard operation
Distilling-Object-Detectors copied to clipboard

when distillation with FPN,which feature map shuold we select to calculate imitation loss, feature map of FPN(P3、P4...) or feature of backbone(C3、C4...) or others?

Open UcanSee opened this issue 5 years ago • 4 comments

UcanSee avatar Jan 14 '20 04:01 UcanSee

Hi, fpn features (p3, p4...) are used.

twangnh avatar Jan 16 '20 10:01 twangnh

when distilling Faster RCNN with FPN, do we need to firstly assign gt box to different FPN level and then generate imitation region? Or for every FPN level, we generate imitation region according to all gt boxes?

UcanSee avatar Feb 26 '20 03:02 UcanSee

on each level of fpn, only the assigned gt box will be used calculate the imitation region

twangnh avatar Mar 07 '20 12:03 twangnh

the question is how to assign gt box to different level? could you please explain in detail?

UcanSee avatar Sep 02 '20 07:09 UcanSee