/mmyolo

OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a forked of the MMYOLO

17.11.2023

20.11.2023

  • After experiment with tuning hyperparameters, for example epoch number, image_scale(or image_size of Ultralytics's) and optimized anchor, we got 8 different results.
  • We could only train at batch_size at 8 and worker at 4. Unlike in Ultralytics's YOLOv5 which we can use batch_size at 12. That might be because the model config is different.
  • The epoch numbers are 150 and 300, we use 150 to test if the 300 is overfitting or not.
  • From the experiment, the bigger image_scale, the better mAP. We have used image_scale at 1280 and 640 for the experiment. The mAP of 1280 is better than 640. However, the training time of 1280 is longer than 640. Usually aroung 50 minutes longer.
  • The optimized anchor is a bit better than the default anchor. The mAP of optimized anchor is better than default anchor around 3%.