tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.27k stars 630 forks source link

IOU loss or Smooth L1 loss? #136

Open BlueBlueFF opened 5 years ago

BlueBlueFF commented 5 years ago

Have you use smooth l1 loss instead of IOU loss in fcos? And which one is better?

tianzhi0549 commented 5 years ago

@BlueBlueFF IOU is slightly better.

jq-Lin commented 4 years ago

centerness weighted smoothL1 loss?