mirror of https://github.com/open-mmlab/mmyolo.git
25 lines
588 B
Markdown
25 lines
588 B
Markdown
# Benchmark and Model Zoo
|
|
|
|
## 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)。
|
|
|
|
### YOLOX
|
|
|
|
Please refer to [YOLOX](https://github.com/open-mmlab/mmyolo/blob/main/configs/yolox)。
|
|
|
|
### RTMDet
|
|
|
|
Please refer to [RTMDet](https://github.com/open-mmlab/mmyolo/blob/main/configs/rtmdet)。
|