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
hi, first line means check the IOU between ground truth bounding boxes and predicted ones. second line means find the maximum IOU. third line means if the max IOU is smaller than the predefined threshold, then consider them as no object ones. so finally calculate the loss as object + no object. object: the objectness score should be 1. no object: the objectness score should be 0. The loss follows focal loss type instead of BCE loss.
作者您好,您的代码写得太好了!我在阅读yolo_loss的时候有个疑问,您loss confidence 是怎么计算的呢?特别是iou_max是代表的什么含义呀?
The text was updated successfully, but these errors were encountered: