当前位置:网站首页>mAPH - Waymo dataset
mAPH - Waymo dataset
2022-08-11 06:16:00 【zhSunw】
mAPH
I believe you have read itWaymoStudents who test papers on the dataset will find itmAPH这个指标,But I checked the information on the whole network and there is no relevant explanation(Except you need to climb the wall to enterWaymo官网下的What’s Next).
So in order to help the next person who wants to understand but can't find the relevant explanation,Here is the official introduction screenshot and my understanding(其实不难)
First, a screenshot of the official website is given,It is good if the students with better foundation can read it by themselves:
首先我们回顾一下 m A P mAP mAP:计算出 P r e c i s i o n Precision Precision与 R e c a l l Recall Recallafter two parameters,以 P r e c i s i o n Precision Precision和 R e c a l l Recall Recallare the vertical and horizontal axes, respectively,就可以画出 P r e c i s i o n − R e c a l l ( P − R ) Precision-Recall(P-R) Precision−Recall(P−R)曲线,如图:
P − R P-R P−RThe area enclosed by the curve is called A v e r a g e P r e c i s i o n ( A P ) Average Precision(AP) AveragePrecision(AP).
其中:
P r e c i s i o n = T P / ( T P + F P ) Precision=TP/(TP+FP) Precision=TP/(TP+FP)
R e c a l l = T P / ( T P + F N ) Recall=TP/(TP+FN) Recall=TP/(TP+FN)
至于 T P 、 T N 、 F P 、 F N TP、TN、FP、FN TP、TN、FP、FNThe sum of the quantities of the four parameters is the total sample size,The classification results they represent are shown in the table below:
Finally, we look back to the official website to explain,不难知道,它的计算方法与mAPThe difference lies in the drawingP-RThe graph is predicted by headingAccuracy weighted,即TPparameters will be predictedheading加权.predictedheading与真实的headingThe angle difference is A(A值域为 [ 0 , Π ] [0,Π] [0,Π]),for every real exampleTP计算方法如下:
T P = 1 − A / Π TP = 1 - A/Π TP=1−A/Π
( m A P mAP mAPof each target T P TP TP为1,即混淆矩阵中TPThe number of and here becomes the weighted for each targetTP之和)
All other indicators remain unchanged,Draw this way P − R P-R P−Rfigure and calculatemAP就是 m A P H mAPH mAPH了.
边栏推荐
猜你喜欢
随机推荐
【sqlyog】【mysql】csv导入问题
智慧工地 安全帽识别系统
IDEA本机连接远程TDengine不成功,终于配置成功
微信小程序部分功能细节
GBase 8s性能简介
MGRE环境下的OSPF综合实验
NodeRed系列—发送消息给emqx
>>开发工具:IDEA格式化代码无效
GBase 8s 执行计划查询分析
【OAuth2】授权机制
Pay “Attention” to Adverse Weather
>>数据管理:DAMA简介
GBase 8s的分片和索引
云计算学习笔记——第一章 云计算介绍
LNMP源码搭建
LAGRANGIAN FLUID SIMULATION WITH CONTINUOUS CONVOLUTIONS
通用的 kernel和 userspace Makefile
SCNet:Semantic Consistency Networks for 3D Object Detection
使用TD-workbench管理tDengine数据库数据
解读String的intern()