mirror of
https://github.com/open-mmlab/mmyolo.git
synced 2025-06-03 15:00:20 +08:00
* Accelerate RTMDet * update * update * update * update1 * update2 * update pipeline * update lr cudnnbenchmark * revert batchsize * fix batch inference * refactor head * update box * bs=16 * update * move reduce mean * update head * per img loss * fix * fix sum * concat loss * batch dsla * sort topk * bs 32 * clean code * update readme * update ut * update checkpoint * num_class * clean code * resolve comments * fix readme * fix ut Co-authored-by: huanghaian <huanghaian@sensetime.com> Co-authored-by: hha <1286304229@qq.com>
82 lines
2.8 KiB
YAML
82 lines
2.8 KiB
YAML
Collections:
|
|
- Name: RTMDet
|
|
Metadata:
|
|
Training Data: COCO
|
|
Training Techniques:
|
|
- AdamW
|
|
- Flat Cosine Annealing
|
|
Training Resources: 8x A100 GPUs
|
|
Architecture:
|
|
- CSPNeXt
|
|
- CSPNeXtPAFPN
|
|
README: configs/rtmdet/README.md
|
|
Code:
|
|
URL: https://github.com/open-mmlab/mmyolo/blob/main/mmyolo/models/detectors/yolo_detector.py#L12
|
|
Version: v0.1.1
|
|
|
|
Models:
|
|
- Name: rtmdet_tiny_syncbn_fast_8xb32-300e_coco
|
|
In Collection: RTMDet
|
|
Config: configs/rtmdet/rtmdet_tiny_syncbn_fast_8xb32-300e_coco.py
|
|
Metadata:
|
|
Training Memory (GB): 11.7
|
|
Epochs: 300
|
|
Results:
|
|
- Task: Object Detection
|
|
Dataset: COCO
|
|
Metrics:
|
|
box AP: 41.0
|
|
Weights: https://download.openmmlab.com/mmyolo/v0/rtmdet/rtmdet_tiny_syncbn_fast_8xb32-300e_coco/rtmdet_tiny_syncbn_fast_8xb32-300e_coco_20230102_140117-dbb1dc83.pth
|
|
|
|
- Name: rtmdet_s_syncbn_fast_8xb32-300e_coco
|
|
In Collection: RTMDet
|
|
Config: configs/rtmdet/rtmdet_s_syncbn_fast_8xb32-300e_coco.py
|
|
Metadata:
|
|
Training Memory (GB): 15.9
|
|
Epochs: 300
|
|
Results:
|
|
- Task: Object Detection
|
|
Dataset: COCO
|
|
Metrics:
|
|
box AP: 44.6
|
|
Weights: https://download.openmmlab.com/mmyolo/v0/rtmdet/rtmdet_s_syncbn_fast_8xb32-300e_coco/rtmdet_s_syncbn_fast_8xb32-300e_coco_20221230_182329-0a8c901a.pth
|
|
|
|
- Name: rtmdet_m_syncbn_fast_8xb32-300e_coco
|
|
In Collection: RTMDet
|
|
Config: configs/rtmdet/rtmdet_m_syncbn_fast_8xb32-300e_coco.py
|
|
Metadata:
|
|
Training Memory (GB): 27.8
|
|
Epochs: 300
|
|
Results:
|
|
- Task: Object Detection
|
|
Dataset: COCO
|
|
Metrics:
|
|
box AP: 49.3
|
|
Weights: https://download.openmmlab.com/mmyolo/v0/rtmdet/rtmdet_m_syncbn_fast_8xb32-300e_coco/rtmdet_m_syncbn_fast_8xb32-300e_coco_20230102_135952-40af4fe8.pth
|
|
|
|
- Name: rtmdet_l_syncbn_fast_8xb32-300e_coco
|
|
In Collection: RTMDet
|
|
Config: configs/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco.py
|
|
Metadata:
|
|
Training Memory (GB): 43.2
|
|
Epochs: 300
|
|
Results:
|
|
- Task: Object Detection
|
|
Dataset: COCO
|
|
Metrics:
|
|
box AP: 51.4
|
|
Weights: https://download.openmmlab.com/mmyolo/v0/rtmdet/rtmdet_l_syncbn_fast_8xb32-300e_coco/rtmdet_l_syncbn_fast_8xb32-300e_coco_20230102_135928-ee3abdc4.pth
|
|
|
|
- Name: rtmdet_x_syncbn_fast_8xb32-300e_coco
|
|
In Collection: RTMDet
|
|
Config: configs/rtmdet/rtmdet_x_syncbn_fast_8xb32-300e_coco.py
|
|
Metadata:
|
|
Training Memory (GB): 63.4
|
|
Epochs: 300
|
|
Results:
|
|
- Task: Object Detection
|
|
Dataset: COCO
|
|
Metrics:
|
|
box AP: 52.8
|
|
Weights: https://download.openmmlab.com/mmyolo/v0/rtmdet/rtmdet_x_syncbn_fast_8xb32-300e_coco/rtmdet_x_syncbn_fast_8xb32-300e_coco_20221231_100345-b85cd476.pth
|