From a3e9c925074dd91f98516c2bac057d190af9d7aa Mon Sep 17 00:00:00 2001 From: Wenyu Date: Thu, 17 Aug 2023 11:14:59 +0800 Subject: [PATCH] add rtdetr r101 obj365, test=document_fix (#8536) --- configs/rtdetr/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/rtdetr/README.md b/configs/rtdetr/README.md index 7efdbd3c9..1b538110c 100644 --- a/configs/rtdetr/README.md +++ b/configs/rtdetr/README.md @@ -41,8 +41,11 @@ RT-DETR是第一个实时端到端目标检测器。具体而言,我们设计 ## Objects365预训练模型 | Model | Epoch | Dataset | Input shape | $AP^{val}$ | $AP^{val}_{50}$ | T4 TensorRT FP16(FPS) | Weight | Logs |:---:|:---:|:---:| :---:|:---:|:---:|:---:|:---:|:---:| -RT-DETR-R50 | 1x | Objects365 | 640 | 35.1 | 46.2 | 108 | [download](https://bj.bcebos.com/v1/paddledet/models/rtdetr_r50vd_1x_objects365.pdparams) | [log](https://github.com/lyuwenyu/RT-DETR/issues/8) +RT-DETR-R50 | 1x | Objects365 | 640 | 35.1 | 46.2 | - | [download](https://bj.bcebos.com/v1/paddledet/models/rtdetr_r50vd_1x_objects365.pdparams) | [log](https://github.com/lyuwenyu/RT-DETR/issues/8) RT-DETR-R50 | 2x | COCO + Objects365 | 640 | 55.3 | 73.4 | 108 | [download](https://bj.bcebos.com/v1/paddledet/models/rtdetr_r50vd_2x_coco_objects365.pdparams) | [log](https://github.com/lyuwenyu/RT-DETR/issues/8) +RT-DETR-R101 | 1x | Objects365 | 640 | 36.8 | 48.3 | - | [download](https://bj.bcebos.com/v1/paddledet/models/rtdetr_r101vd_1x_objects365.pdparams) | [log](https://github.com/lyuwenyu/RT-DETR/issues/8) +RT-DETR-R101 | 2x | COCO + Objects365 | 640 | 56.2 | 74.5 | 74 | [download](https://bj.bcebos.com/v1/paddledet/models/rtdetr_r101vd_2x_coco_objects365.pdparams) | [log](https://github.com/lyuwenyu/RT-DETR/issues/8) + **Notes:** - `COCO + Objects365` 代表使用Objects365预训练权重,在COCO上finetune的结果 -- GitLab