当前位置:网站首页>Detection and tracking evaluation index
Detection and tracking evaluation index
2022-07-28 22:36:00 【TwilightZrui】
Expected model :
Fast , Small memory , High precision
Detection The evaluation index
Accuracy index :
- MAP Average accuracy mean
Speed index :
The speed evaluation index must be carried out on the same hardware .
- FPS :
frames per second Frame rate
The number of pictures processed per second or the time required to process each picture ( Compare under the same hardware )
Influencing factors : Model parameters , Activation function , Loss function - FLOPS:
floating point operations per second. Floating point operations per second represent hardware performance - FLOPs:
Amount of computation , It can be used to measure the algorithm / The complexity of the model .
understand :
FLOPs:floating point operations Refers to the number of floating-point operations , It means the amount of calculation , It can be used to measure the algorithm / The complexity of the model . Distinguish here FLOPS( All capitals ),FLOPS Refers to the floating-point number of operations per second , It means computing speed , The standard to measure a hardware . What we want is an index to measure the complexity of the model , So choose FLOPs.
Each image FLOPs Is different , So what the same hardware needs to process the same image FLOPS The smaller it is , More pictures can be processed in the same time , The faster
- mAP:mean Average Precision , All categories AP Average value . All categories in the dataset AP The average of the values
- AP:PR The area under the curve
- PR:precision-recall curve
- Precision:TP/TP+FP
- Recall:TP/(TP+FN)
P=TP/TP+FP
R=TP/TP+FN
understand :
mAP It's for the whole data set
AP For a category in the dataset
P and R It is to predict a certain category for a single picture
MOT Problem evaluation index
principle :
- All emerging goals should be found in time ;
- The target location should be consistent with the real target location as far as possible ;
- Each goal should be assigned a unique ID, And the target assigned this ID Remain unchanged throughout the sequence .
Accuracy:
- Accuracy . Use error to express . Not the wrong proportion .
Presicion:
- The right is the right probability
MOTA:
- Multi target tracking accuracy (Multiple Object Tracking Accuracy, MOTA) .
- An indicator to measure the accuracy of multi-target tracking with a single camera
MOTP:
- Multi target tracking accuracy (Multiple Object Tracking Precision, MOTP)
- An index to measure the position error of single camera multi-target tracking
“ Accuracy refers to the degree to which the average value measured many times under certain experimental conditions is consistent with the true value , Expressed as error . It is used to express the magnitude of the systematic error . Accuracy refers to the degree of consistency between measured values and their “ Truth value ” The proximity of , That is, the comprehensive concept of precision and accuracy .
Some of the concepts
SOTA : state-of-the-art
SOTA-modle: In this research task , best / State of the art models .
SOTA-result: In this task , The results of the best model so far / performance / performance .
pipeline and baseline What is it? ?
pipeline and baseline What is it? ?
baseline:
Basic model , Data preprocessing can be realized , Characteristic engineering of foundation 、 Model establishment and result output and evaluation , Then through in-depth data processing , feature extraction , Model tuning or fusion , bring baseline Can improve . Equivalent to a basic model , It can be used as a benchmark to compare whether the improvement of the model is effective .
pipeline:
data fetch \ Data preprocessing \ Creating models \ Model evaluation results \ Model parameter adjustment .
The application of pipeline mechanism in machine learning algorithm is rooted in , The parameter set is in the new data set ( For example, test sets ) Reuse on .IOU: Occurring simultaneously than .bbox GT Overlap
NMS:(Non-Maximum Suppression,NMS) Non maximum suppression . As the name implies, inhibition is not a maximum element , It can be understood as local maximum search , Suppress windows with low scores .
IOU + NMS: Get multiple candidate boxes by classifier , And the probability value of belonging to the category in the candidate box , Select a probability maximum box , By way of IOU As a threshold , Merge some boxes , Iterate this process .
Multitarget tracking algorithm (MOT) The evaluation index
Multi target tracking evaluation index
边栏推荐
- winServer运维技术栈
- Sword finger offer II 065. The shortest word code (medium dictionary tree string array)
- 纪念一下第一次写的线段树了喽(对应洛谷3372)
- 2021 mathematical modeling group B exercise
- Win11 how to open software notification
- Jianzhi offer II 062. implement prefix tree (medium design dictionary tree prefix tree string)
- 【二叉树】二叉树中的伪回文路径
- Less than a year after its establishment! MIT derivative quantum computing company completed financing of US $9million
- Concise history of graphic technology
- internet的基本服务中文件传输命令是哪个
猜你喜欢

imx6q gpio复用

Which is the file transfer command in the basic services of the Internet

示波器发展史中的变化

CMD common commands

Day3 classification management of Ruiji takeout project

105. Construct binary tree from preorder and inorder traversal sequence (medium binary tree DFS hash table binary tree)

Mysql内置函数

MySQL installation and configuration (super detailed, simple and practical)

flask之蓝图 补充openpyxl

ATT&CK初步了解
随机推荐
internet的基本服务中文件传输命令是哪个
Integrating database Ecology: using eventbridge to build CDC applications
JS array merging, de duplication, dimensionality reduction (es6: extended operator, set)
Win11怎么打开软件通知
示波器发展史中的变化
redis相关
Static route and default route experiment
DOM programming + events
mysql create语句能不能用来建立表结构并追加新的记录
SQL injection less42 (post stack injection)
容器化配置启动redis集群 单机6节点 3主3从
Less than a year after its establishment! MIT derivative quantum computing company completed financing of US $9million
PaddleNLP基于ERNIR3.0文本分类以中医疗搜索检索词意图分类(KUAKE-QIC)为例【多分类(单标签)】
Ngx+sql environment offline installation log (RPM installation)
MOV格式是不是静态图像文件格式
【转载】token令牌在登录场景使用
LVS+KeepAlived高可用部署实战应用
79. Word search (medium string array matrix backtracking)
Concise history of graphic technology
Att & CK preliminary understanding