当前位置:网站首页>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 .
边栏推荐
- Extended application of single chip microcomputer-06 independent key
- "Source code interpretation" famous programmer TJ's only library
- Let me teach you how to develop a graphic editor
- Mouse click fireworks explosion effect
- static的作用
- Ten thousand words detailed eight sorting must read (code + dynamic diagram demonstration)
- Leetcode solution - number of islands
- What is Bezier curve? How to draw third-order Bezier curve with canvas?
- STM32 learning method
- Apple animation optimization
猜你喜欢
![[neo4j] common operations of neo4j cypher and py2neo](/img/ff/8576d5784fcfa474eb1c0acd8a8065.jpg)
[neo4j] common operations of neo4j cypher and py2neo

Idea common settings

Scm-05 basis of independent keyboard

MySQL - storage engine

大学生活的自我总结-大一

Altium designer 19.1.18 - hide the fly line of a network

From then on, I understand convolutional neural network (CNN)

QT small case "addition calculator"

Altium Designer 19.1.18 - 隐藏某一个网络的飞线

Significance and requirements of semiconductor particle control
随机推荐
A complete set of indicators for the 10000 class clean room of electronic semiconductors
Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
Cadence learning records
MySql——存储引擎
What is deep learning?
Global and Chinese markets for flexible endoscopic lithotripsy devices 2022-2028: Research Report on technology, participants, trends, market size and share
Close of office 365 reading
deepin 20 kivy unable to get a window, abort
Apple animation optimization
Ten thousand words detailed eight sorting must read (code + dynamic diagram demonstration)
RF ride side door processing of prompt box
What is Bezier curve? How to draw third-order Bezier curve with canvas?
MLPerf Training v2.0 榜单发布,在同等GPU配置下百度飞桨性能世界第一
Batch modify the txt file code to UTF-8 (notepad++)
Mouse click fireworks explosion effect
Numpy——1.数组的创建
Linked list (establishment, deletion, insertion and printing of one-way linked list)
Global and Chinese market of blackbody calibration source 2022-2028: Research Report on technology, participants, trends, market size and share
Nombre - 1. Création de tableaux
C language uses arrays to realize the intersection, union, difference and complement of sets