YOLO-V3-IOU icon indicating copy to clipboard operation
YOLO-V3-IOU copied to clipboard

评价指标

Open xu911 opened this issue 5 years ago • 4 comments

请问评价指标在哪里加

xu911 avatar Jun 13 '19 01:06 xu911

model.compile里添加

wmylxmj avatar Jun 23 '19 12:06 wmylxmj

你好,我直接添加accauray后训练过程中始终为0

xu911 avatar Jun 27 '19 04:06 xu911

当然,网络预测的预测框的坐标(x, y)与宽高(w, h)不可能完全一样。目标检测的指标一般用mAP。

wmylxmj avatar Jun 28 '19 12:06 wmylxmj

您好,我想在您的框架中加上avg_iou的评价指标,这样可以画出迭代后的axg_iou曲线,但是在model.compile中添加这一指标时,老是出错,我之前做过语义分割的课题,这样做是可以,不知道是不是在keras中的添加指标的方式不对,还请您抽空回复下,非常感谢!我的qq2905837800

xu911 avatar Jun 28 '19 12:06 xu911