PeizeSun / OneNet

[ICML2021] What Makes for End-to-End Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cost and loss difference

zaphodbbrx opened this issue · comments

Hello, could you please clarify something regarding loss computation. I understand that targets are assigned to net outputs based on their cost function computed as focal_loss + giou_loss + l1_loss. But doesn't the cost value for these locations equal their loss value since loss is as well computed as sum of focal, l1 and giou components?

Hi~
Yep, cost and loss is essentially the same.

Thank you