Krasjet-Yu / YOLO-FaceV2

YOLO-FaceV2: A Scale and Occlusion Aware Face Detector
163 stars 24 forks source link

Slide Loss implement #17

Closed dosemeion closed 1 year ago

dosemeion commented 1 year ago

https://github.com/Krasjet-Yu/YOLO-FaceV2/blob/29bab8b31507c39ac61665a77334103215604d99/utils/loss.py#L30

a2 = math.exp(1 - auto_iou)?

Krasjet-Yu commented 1 year ago

Thanks for your issue! Since auto_IOU was previously set to 0.5, this line of code has not changed. This bug has now been fixed.