YOLOV3-损失函数及其源代码理解

YOLOV3-损失函数及其源代码理解(yolo_layer.c) 讲得好 https://github.com/AlexeyAB/darknet/issues/821git x,y,w,h 损失 原版的bbox损失为MSE,其后又GIOU,DIOU… delta即为求完损失的梯度 公式对应图 思路及具体求法: https://github.com/AlexeyAB/darknet/issues/2
相关文章
相关标签/搜索