当前位置:网站首页>About yolov3, conduct map test directly
About yolov3, conduct map test directly
2022-07-05 07:47:00 【Fall in love with wx】
Many blogs use valid Function in two steps for various AP To test , And then calculate mAP, For specific steps, please refer to various blogs ,
Actually in darknet The model after training can be directly mAP The calculation of ,
stay readme It says :
To check accuracy [email protected]=50: `darknet.exe detector map data/obj.data yolo-obj.cfg backup\yolo-obj_7000.weights`
# That is, the model can be calculated directly with the above command mAP
That is, the model can be calculated directly with the above command mAP, And IoU=0.5, Of course,
To check accuracy [email protected]=75: `darknet.exe detector map data/obj.data yolo-obj.cfg backup\yolo-obj_7000.weights -iou_thresh 0.75`
# You can get... Directly IoU=0.7 Of mAP
another :
Not after training xx_final.weights Of mAP The highest , By command
* `darknet.exe detector map data/obj.data yolo-obj.cfg backup\yolo-obj_7000.weights`
* `darknet.exe detector map data/obj.data yolo-obj.cfg backup\yolo-obj_8000.weights`
* `darknet.exe detector map data/obj.data yolo-obj.cfg backup\yolo-obj_9000.weights`
To detect and final.weights Compare , Get the best model .
边栏推荐
猜你喜欢
From then on, I understand convolutional neural network (CNN)
A complete set of indicators for the 10000 class clean room of electronic semiconductors
MLPerf Training v2.0 榜单发布,在同等GPU配置下百度飞桨性能世界第一
[neo4j] common operations of neo4j cypher and py2neo
Play with grpc - go deep into concepts and principles
Altium designer 19.1.18 - change the transparency of copper laying
Practical application cases of digital Twins - fans
Self summary of college life - freshman
Numpy——1.數組的創建
QT small case "addition calculator"
随机推荐
Opendrive record
Play with grpc - go deep into concepts and principles
Global and Chinese markets of nano biosensors 2022-2028: Research Report on technology, participants, trends, market size and share
Calibre garbled
Oracle-触发器和程序包
assert_ Usage of param function
[professional literacy] specific direction of analog integrated circuits
Using C language to realize IIC driver in STM32 development
Nombre - 1. Création de tableaux
"Source code interpretation" famous programmer TJ's only library
Thunderbird tutorial \ easy to use mail client
A series of problems in offline installation of automated test environment (ride)
Charles- unable to grab bags and surf the Internet
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
Significance and requirements of semiconductor particle control
Global and Chinese market of rammers 2022-2028: Research Report on technology, participants, trends, market size and share
Altium designer 19.1.18 - clear information generated by measuring distance
Count and sort the occurrence times of specific fields through SQL statements
Function and usage of function pointer
I implement queue with C I