2022-09-18 10:11:55 +08:00
|
|
|
# Benchmark and Model Zoo
|
2022-09-21 10:28:39 +08:00
|
|
|
|
|
|
|
## Common settings
|
|
|
|
|
|
|
|
- All models were trained on `coco_2017_train`, and tested on the `coco_2017_val`.
|
|
|
|
- We use distributed training.
|
|
|
|
|
|
|
|
## Baselines
|
|
|
|
|
|
|
|
### YOLOv5
|
|
|
|
|
|
|
|
Please refer to [YOLOv5](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolov5)。
|
|
|
|
|
|
|
|
### YOLOv6
|
|
|
|
|
|
|
|
Please refer to [YOLOv6](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolov6)。
|
|
|
|
|
2023-01-18 15:23:31 +08:00
|
|
|
### YOLOv7
|
|
|
|
|
|
|
|
Please refer to [YOLOv7](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolov7)。
|
|
|
|
|
|
|
|
### YOLOv8
|
|
|
|
|
|
|
|
Please refer to [YOLOv8](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolov8)。
|
|
|
|
|
2022-09-21 10:28:39 +08:00
|
|
|
### YOLOX
|
|
|
|
|
|
|
|
Please refer to [YOLOX](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolox)。
|
2022-09-29 17:53:28 +08:00
|
|
|
|
2023-01-18 15:23:31 +08:00
|
|
|
### PPYOLO-E
|
|
|
|
|
|
|
|
Please refer to [PPYOLO-E](https://github.com/open-mmlab/mmyolo/blob/main/configs/ppyoloe)。
|
|
|
|
|
2022-09-29 17:53:28 +08:00
|
|
|
### RTMDet
|
|
|
|
|
|
|
|
Please refer to [RTMDet](https://github.com/open-mmlab/mmyolo/blob/main/configs/rtmdet)。
|