avatar

Ryan-Hong's Tech Blog

Stay Humble

  • 首页
  • 分类
  • 技术栈
  • 知识库
Home YOLOv8-Indicator
文章

YOLOv8-Indicator

Posted recently Updated recently
By Administrator
2~3 min read

指标

训练过程指标

| 指标 | 说明 |

| ---------- | ------------------------------ |

| box_loss | 边界框回归损失(越小越好) |

| cls_loss | 分类损失(越小越好) |

| dfl_loss | 置信度损失(Distribution Focal Loss) |

| total_loss | 总损失(各项加权和) |

- 这些指标随训练轮数变化,一般呈下降趋势,说明模型在学习。

验证指标

| 指标 | 说明 |

| ----------------- | --------------------------------------- |

| [[Precision]] (P) | 检测框预测为正的准确率(TP / (TP + FP)) |

| [[Recall]] (R) | 检测框召回率(TP / (TP + FN)),反映漏检情况 |

| [[mAP50]] | 以 [[IoU]]=0.5 计算的平均精度均值,越高越好 |

| [[mAP50-95]] | 以 [[IoU]]=0.5 到 0.95 不同阈值平均的 mAP,更严格的指标 |

- 这些指标用于评估模型的检测能力和泛化效果。

知识库
目标检测
License:  CC BY 4.0
Share

Further Reading

Aug 8, 2025

COCO数据集转YOLO数据集

p

Aug 8, 2025

YOLOv8-USE

模型预加载 from ultralytics import YOLO 导包 a1=YOLO(r'/Users/ryan-hong/Desktop/OD_lowf/yolov8n.pt') 加载模型 ### 使用模型 ``` a1('0000042_01000_d_0000074.jpg',show=

Aug 8, 2025

YOLOv8-Indicator

指标 训练过程指标 | 指标 | 说明 | | ---------- | ------------------------------ | | box_loss | 边界框回归损失(越小越好) | | cls_loss | 分类损失(越小越好) | | dfl_loss | 置信度损失(Distri

OLDER

YOLOv8-TRAIN

NEWER

YOLOv8-USE

Recently Updated

  • COCO数据集转YOLO数据集
  • YOLOv8-USE
  • YOLOv8-Indicator
  • YOLOv8-TRAIN
  • conda常用命令

Trending Tags

thesis 色彩 NLP 目标检测 Typora Java Linux 数据分析 pandas MacOS

Contents

©2025 Ryan-Hong's Tech Blog. Some rights reserved.

Using the Halo theme Chirpy