当前位置:网站首页>The meaning of yolov5 training visualization index
The meaning of yolov5 training visualization index
2022-07-01 08:37:00 【Mission Hills for the rest of my life】
background
stay v5 During the training , Use wandb Is a very common visualization tool , It has many charts , It can visualize the evaluation indexes that can be extracted in the training process , Do a clean-up today .
Visual indicators
LOSS
loss It is divided into cls_loss, box_loss, obj_loss In the third part of .
cls_loss be used for Supervision category classification , Calculate whether the anchor frame and the corresponding calibration classification are correct .
box_loss be used for Supervise the regression of the detection box , Error between prediction frame and calibration frame (CIoU).
obj_loss Used to supervise grid Whether there is an object in , Calculate the confidence of the network .
Reference material :https://blog.csdn.net/u011994454/article/details/119564834
metrics
mAP([email protected]), This is a higher standard for detection capability .
mAP([email protected]), Follow Pascal VOC mAP The standard calculation method is consistent ;
mAP([email protected][0.5:0.05:0.95]), Need to compute 10 individual IoU Under the threshold mAP, Then calculate the average . This evaluation index is better than only considering general IoU threshold (0.5) The evaluation index can better reflect the accuracy of the model .
https://www.jianshu.com/p/fd9b1e89f983
边栏推荐
- C basic knowledge review (Part 4 of 4)
- Count number of rows per group and add result to original data frame
- 基础:2.图像的本质
- 機動目標跟踪——當前統計模型(CS模型)擴展卡爾曼濾波/無迹卡爾曼濾波 matlab實現
- win7 pyinstaller打包exe 后报错 DLL load failed while importing _socket:参数错误
- SPL installation and basic use (II)
- 机动目标跟踪——当前统计模型(CS模型)扩展卡尔曼滤波/无迹卡尔曼滤波 matlab实现
- How can beginners correctly understand Google's official suggested architectural principles (questions?)
- [untitled]
- To prevent "activation" photos from being muddled through, databao "live detection + face recognition" makes face brushing safer
猜你喜欢
Audio-AudioRecord create(一)
The use of word in graduation thesis
Comprehensive experiment Li
Li Kou 1358 -- number of substrings containing all three characters (double pointer)
[JS reverse] MD5 encryption parameter cracking
What is the material of 16mo3 steel plate? What is the difference between 16mo3 and Q345R?
What is the material of 16MnDR, the minimum service temperature of 16MnDR, and the chemical composition of 16MnDR
Redis publish subscription
C语言指针的进阶(上篇)
機動目標跟踪——當前統計模型(CS模型)擴展卡爾曼濾波/無迹卡爾曼濾波 matlab實現
随机推荐
NFT监管要点和海外政策
网关gateway-88
Adding color blocks to Seaborn clustermap matrix
Agrometeorological environment monitoring system
Provincial election + noi Part VI skills and ideas
毕业论文中word的使用1-代码域标公式
Luogu p3799 demon dream stick
15Mo3 German standard steel plate 15Mo3 chemical composition 15Mo3 mechanical property analysis of Wuyang Steel Works
MySQL8.0学习记录17 -Create Table
手工挖XSS漏洞
[深度剖析C语言] —— 数据在内存中的存储
电视机尺寸与观看距离
How to recruit Taobao anchor suitable for your own store
Leetcode t31: prochain arrangement
SPL-介绍(一)
[JS reverse] MD5 encryption parameter cracking
Tita OKR: a dashboard to master the big picture
shardingSphere
Yolov5 advanced 7 target tracking latest environment setup
爬虫知识点总结