当前位置:网站首页>yolov5训练可视化指标的含义
yolov5训练可视化指标的含义
2022-07-01 08:30:00 【余生的观澜】
背景
在v5的训练过程中,使用wandb是一个很常见可视化工具,它有很多的图表,可以对训练过程中可以提取的评价指标进行可视化,今天做一个整理。
可视化指标
LOSS
loss分为cls_loss, box_loss, obj_loss三部分。
cls_loss用于监督类别分类,计算锚框与对应的标定分类是否正确。
box_loss用于监督检测框的回归,预测框与标定框之间的误差(CIoU)。
obj_loss用于监督grid中是否存在物体,计算网络的置信度。
参考资料:https://blog.csdn.net/u011994454/article/details/119564834
metrics
mAP([email protected]),这是一个对检测能力要求更高的标准。
mAP([email protected]),跟Pascal VOC mAP标准计算方式一致;
mAP([email protected][0.5:0.05:0.95]),需要计算10个IoU阈值下的mAP,然后计算平均值。这个评估指标比仅考虑通用IoU阈值(0.5)评估指标更能体现出模型的精度。
https://www.jianshu.com/p/fd9b1e89f983
边栏推荐
- SPL installation and basic use (II)
- SPL-介绍(一)
- Embedded-c language-10-enumeration / (function) pointer (function) / multi-level pointer /malloc dynamic allocation / file operation
- MySQL8.0学习记录17 -Create Table
- Codeforces Round #803 (Div. 2) VP补题
- CPU design practice - Chapter 4 practical tasks - simple CPU reference design and debugging
- 7-26 word length (input and output in the loop)
- 爬虫知识点总结
- Koltin35, headline Android interview algorithm
- Yolov5进阶之七目标追踪最新环境搭建
猜你喜欢
MAVROS发送自定义话题消息给PX4
Introduction to R language
Conception et mise en service du processeur - chapitre 4 tâches pratiques
Gateway-88
MATLAB【函数和图像】
Vscode customize the color of each area
Airsim radar camera fusion to generate color point cloud
Suivi des cibles de manoeuvre - - mise en oeuvre du modèle statistique actuel (modèle CS) filtre Kalman étendu / filtre Kalman sans trace par MATLAB
vscode自定义各个区域的颜色
Comprehensive experiment Li
随机推荐
Intelligent water and fertilizer integrated control system
Manually dig XSS vulnerabilities
《MATLAB 神经网络43个案例分析》:第30章 基于随机森林思想的组合分类器设计——乳腺癌诊断
Advanced API
Huawei machine test questions column subscription Guide
factory type_id::create过程解析
为什么LTD独立站就是Web3.0网站!
【无标题】
XX攻击——反射型 XSS 攻击劫持用户浏览器
NFT监管要点和海外政策
Gateway-88
[untitled]
3、Modbus通讯协议详解
Intelligent water conservancy solution
Leetcode t31: next spread
Koltin35, headline Android interview algorithm
XX attack - reflective XSS attack hijacking user browser
MAVROS发送自定义话题消息给PX4
Practice and Thinking on the architecture of a set of 100000 TPS im integrated message system
《单片机原理及应用》—定时器、串行通信和中断系统