I'm still new to "You Only Look Once" object detection algorithm (YOLOv4 to be exact). I have some questions regarding the mAP and loss chart.
I tried to follow the instructions from AlexeyAB Darknet, and train my custom object detector using Google Colabs. After the training, it shows the loss and mAP chart as shown below.
Loss and mAP chart:
My questions are:
- Is there any chart other than this?
- Is this loss for training or validation?
- Why is there a sudden drop near iteration 1200?
- Is the output of the training only that chart and the weight files?