Skip to content
/ mmyolo Public
forked from open-mmlab/mmyolo

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

License

Notifications You must be signed in to change notification settings

klinsc/mmyolo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%