Skip to content

Commit b09d183

Browse files
authored
test new model (#10984)
1 parent ceab279 commit b09d183

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.dev_scripts/benchmark_train_models.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ atss/atss_r50_fpn_1x_coco.py
22
faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py
33
mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py
44
cascade_rcnn/cascade-mask-rcnn_r50_fpn_1x_coco.py
5+
configs/grounding_dino/grounding_dino_swin-t_finetune_16xb2_1x_coco.py
6+
configs/glip/glip_atss_swin-t_a_fpn_dyhead_16xb2_ms-2x_funtune_coco.py
7+
configs/ddq/ddq-detr-4scale_r50_8xb2-12e_coco.py
58
panoptic_fpn/panoptic-fpn_r50_fpn_1x_coco.py
69
retinanet/retinanet_r50_fpn_1x_coco.py
710
rtmdet/rtmdet_s_8xb32-300e_coco.py
811
rtmdet/rtmdet-ins_s_8xb32-300e_coco.py
9-
deformable_detr/deformable-detr_r50_16xb2-50e_coco.py
1012
fcos/fcos_r50-caffe_fpn_gn-head-center-normbbox-centeronreg-giou_1x_coco.py
1113
centernet/centernet-update_r50-caffe_fpn_ms-1x_coco.py
1214
dino/dino-4scale_r50_8xb2-12e_coco.py

mmdet/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
22

3-
__version__ = '3.1.0'
3+
__version__ = '3.2.0'
44
short_version = __version__
55

66

0 commit comments

Comments
 (0)