mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Update Readme.md
This commit is contained in:
@ -411,9 +411,13 @@ Choose weights-file **with the highest mAP (mean average precision)** or IoU (in
|
||||
|
||||
For example, **bigger mAP** gives weights `yolo-obj_8000.weights` - then **use this weights for detection**.
|
||||
|
||||
Or just train with `-map` flag: `darknet.exe detector train data/obj.data yolo-obj.cfg darknet53.conv.74 -map` So you will see loss-chart with mAP-chart (mAP will be calculated for each 4 Epochs using `valid=valid.txt` file that is specified in `obj.data` file)
|
||||
Or just train with `-map` flag:
|
||||
|
||||

|
||||
`darknet.exe detector train data/obj.data yolo-obj.cfg darknet53.conv.74 -map`
|
||||
|
||||
So you will see loss-chart with mAP-chart (mAP will be calculated for each 4 Epochs using `valid=valid.txt` file that is specified in `obj.data` file)
|
||||
|
||||

|
||||
|
||||
Example of custom object detection: `darknet.exe detector test data/obj.data yolo-obj.cfg yolo-obj_8000.weights`
|
||||
|
||||
|
Reference in New Issue
Block a user