YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

yolo_loss

Open jjjj4444 opened this issue 5 years ago • 1 comments

in yolo_loss function when calculateno_object_weights = (no_object_scale * (1 - object_detections) *(1 - detectors_mask)) should no_object_weights = (no_object_scale * (object_detections) *(1 - detectors_mask)) since no_object_weights is only activated when the iou between predicted boxes and ground truth is larger than 0.6 and detectors_mask=0.

jjjj4444 avatar Mar 08 '19 08:03 jjjj4444

I have a little confuse with the loss function:

why not only use detector_mask to judge the box have box or not, why still need to get the object_detections,

any help is appreciate ,thanks in advance,

speeding-motor avatar Jun 08 '20 03:06 speeding-motor