mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added C implementation of calculation mAP (mean average precision) using Darknet
This commit is contained in:
12
build/darknet/x64/calc_mAP.cmd
Normal file
12
build/darknet/x64/calc_mAP.cmd
Normal file
@ -0,0 +1,12 @@
|
||||
rem # How to calculate mAP (mean average precision)
|
||||
|
||||
|
||||
darknet.exe detector map data/voc.data tiny-yolo-voc.cfg tiny-yolo-voc.weights
|
||||
|
||||
|
||||
rem darknet.exe detector map data/voc.data yolo-voc.cfg yolo-voc.weights
|
||||
|
||||
|
||||
|
||||
|
||||
pause
|
@ -3,9 +3,9 @@ rem C:\Users\Alex\AppData\Local\Programs\Python\Python36\Scripts\pip install cPi
|
||||
rem C:\Users\Alex\AppData\Local\Programs\Python\Python36\Scripts\pip install _pickle
|
||||
|
||||
|
||||
rem darknet.exe detector valid data/voc.data tiny-yolo-voc.cfg tiny-yolo-voc.weights
|
||||
darknet.exe detector valid data/voc.data tiny-yolo-voc.cfg tiny-yolo-voc.weights
|
||||
|
||||
darknet.exe detector valid data/voc.data yolo-voc.cfg yolo-voc.weights
|
||||
rem darknet.exe detector valid data/voc.data yolo-voc.cfg yolo-voc.weights
|
||||
|
||||
|
||||
reval_voc_py3.py --year 2007 --classes data\voc.names --image_set test --voc_dir E:\VOC2007_2012\VOCtrainval_11-May-2012\VOCdevkit results
|
Reference in New Issue
Block a user