2021年5月2日星期日

Drawing mAP using saved log file, YOLO V3

I tried to follow the instructions from AlexeyAB Darknet, and train my custom object detector.

I used following command to train YOLO V3 and save all the information into a log file:

./darknet detector train data/obj.data yolo-obj.cfg darknet53.conv.74 -map 2> 1 | tee -a train_yolov3.log  

Please see the below link, my log file: https://filebin.net/goy06hm1ggomwkq3/train_yolov3.log?t=rqwd3n5j

I am trying to draw the mAP chart, I am wondering how do I draw mAP using that log file?

PS:

https://stackoverflow.com/questions/67362851/drawing-map-using-saved-log-file-yolo-v3 May 03, 2021 at 10:32AM

没有评论:

发表评论