Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
raojy
mmdetection3d_rjy
Commits
eb1107e4
Commit
eb1107e4
authored
Apr 01, 2026
by
raojy
Browse files
fix_mmdetection
parent
7aa442d5
Pipeline
#3461
canceled with stages
Changes
569
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
68 additions
and
0 deletions
+68
-0
mmde/mmdet/.mim/configs/dcn/cascade-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
.../configs/dcn/cascade-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
+5
-0
mmde/mmdet/.mim/configs/dcn/cascade-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
...m/configs/dcn/cascade-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
+5
-0
mmde/mmdet/.mim/configs/dcn/faster-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
...m/configs/dcn/faster-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
+5
-0
mmde/mmdet/.mim/configs/dcn/faster-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
...im/configs/dcn/faster-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
+5
-0
mmde/mmdet/.mim/configs/dcn/faster-rcnn_r50_fpn_dpool_1x_coco.py
...det/.mim/configs/dcn/faster-rcnn_r50_fpn_dpool_1x_coco.py
+12
-0
mmde/mmdet/.mim/configs/dcn/faster-rcnn_x101-32x4d-dconv-c3-c5_fpn_1x_coco.py
...igs/dcn/faster-rcnn_x101-32x4d-dconv-c3-c5_fpn_1x_coco.py
+16
-0
mmde/mmdet/.mim/configs/dcn/mask-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
...mim/configs/dcn/mask-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
+5
-0
mmde/mmdet/.mim/configs/dcn/mask-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
....mim/configs/dcn/mask-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
+5
-0
mmde/mmdet/.mim/configs/dcn/mask-rcnn_r50-dconv-c3-c5_fpn_amp-1x_coco.py
.../configs/dcn/mask-rcnn_r50-dconv-c3-c5_fpn_amp-1x_coco.py
+10
-0
No files found.
Too many changes to show.
To preserve performance only
569 of 569+
files are displayed.
Plain diff
Email patch
mmde/mmdet/.mim/configs/dcn/cascade-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../cascade_rcnn/cascade-rcnn_r101_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
mmde/mmdet/.mim/configs/dcn/cascade-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../cascade_rcnn/cascade-rcnn_r50_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
mmde/mmdet/.mim/configs/dcn/faster-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../faster_rcnn/faster-rcnn_r101_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
mmde/mmdet/.mim/configs/dcn/faster-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
mmde/mmdet/.mim/configs/dcn/faster-rcnn_r50_fpn_dpool_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py'
model
=
dict
(
roi_head
=
dict
(
bbox_roi_extractor
=
dict
(
type
=
'SingleRoIExtractor'
,
roi_layer
=
dict
(
_delete_
=
True
,
type
=
'DeformRoIPoolPack'
,
output_size
=
7
,
output_channels
=
256
),
out_channels
=
256
,
featmap_strides
=
[
4
,
8
,
16
,
32
])))
mmde/mmdet/.mim/configs/dcn/faster-rcnn_x101-32x4d-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
type
=
'ResNeXt'
,
depth
=
101
,
groups
=
32
,
base_width
=
4
,
num_stages
=
4
,
out_indices
=
(
0
,
1
,
2
,
3
),
frozen_stages
=
1
,
norm_cfg
=
dict
(
type
=
'BN'
,
requires_grad
=
True
),
style
=
'pytorch'
,
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
),
init_cfg
=
dict
(
type
=
'Pretrained'
,
checkpoint
=
'open-mmlab://resnext101_32x4d'
)))
mmde/mmdet/.mim/configs/dcn/mask-rcnn_r101-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../mask_rcnn/mask-rcnn_r101_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
mmde/mmdet/.mim/configs/dcn/mask-rcnn_r50-dconv-c3-c5_fpn_1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
mmde/mmdet/.mim/configs/dcn/mask-rcnn_r50-dconv-c3-c5_fpn_amp-1x_coco.py
0 → 100644
View file @
eb1107e4
_base_
=
'../mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py'
model
=
dict
(
backbone
=
dict
(
dcn
=
dict
(
type
=
'DCN'
,
deform_groups
=
1
,
fallback_on_stride
=
False
),
stage_with_dcn
=
(
False
,
True
,
True
,
True
)))
# MMEngine support the following two ways, users can choose
# according to convenience
# optim_wrapper = dict(type='AmpOptimWrapper')
_base_
.
optim_wrapper
.
type
=
'AmpOptimWrapper'
Prev
1
…
25
26
27
28
29
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment