File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ atss/atss_r50_fpn_1x_coco.py
2
2
faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py
3
3
mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py
4
4
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
5
8
panoptic_fpn/panoptic-fpn_r50_fpn_1x_coco.py
6
9
retinanet/retinanet_r50_fpn_1x_coco.py
7
10
rtmdet/rtmdet_s_8xb32-300e_coco.py
8
11
rtmdet/rtmdet-ins_s_8xb32-300e_coco.py
9
- deformable_detr/deformable-detr_r50_16xb2-50e_coco.py
10
12
fcos/fcos_r50-caffe_fpn_gn-head-center-normbbox-centeronreg-giou_1x_coco.py
11
13
centernet/centernet-update_r50-caffe_fpn_ms-1x_coco.py
12
14
dino/dino-4scale_r50_8xb2-12e_coco.py
Original file line number Diff line number Diff line change 1
1
# Copyright (c) OpenMMLab. All rights reserved.
2
2
3
- __version__ = '3.1 .0'
3
+ __version__ = '3.2 .0'
4
4
short_version = __version__
5
5
6
6
You can’t perform that action at this time.
0 commit comments