I have build darknet in google Colab without OpenCV and now i'm training my detector with this command:
!./darknet detector train obj/person.data obj/yolov3-tiny.cfg obj/darknet.conv -dont_show -mjpeg_port 8090 -map 0.5
Will this save chart of Loss and mAP as chart.png after training is finished?
I have build darknet in google Colab without OpenCV and now i'm training my detector with this command: !./darknet detector train obj/person.data obj/yolov3-tiny.cfg obj/darknet.conv -dont_show -mjpeg_port 8090 -map 0.5
Will this save chart of Loss and mAP as chart.png after training is finished?