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
ModelZoo
SOLOv2-pytorch
Commits
1fe3e7df
Commit
1fe3e7df
authored
Oct 24, 2019
by
simon wu
Committed by
Kai Chen
Oct 24, 2019
Browse files
Remove redundant parameter (#1562)
parent
d9172919
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
15 additions
and
55 deletions
+15
-55
configs/fcos/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu.py
...gs/fcos/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu.py
+0
-1
configs/fcos/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x.py
configs/fcos/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x.py
+0
-1
configs/fcos/fcos_r50_caffe_fpn_gn_1x_4gpu.py
configs/fcos/fcos_r50_caffe_fpn_gn_1x_4gpu.py
+0
-1
configs/foveabox/fovea_align_gn_ms_r101_fpn_4gpu_2x.py
configs/foveabox/fovea_align_gn_ms_r101_fpn_4gpu_2x.py
+0
-1
configs/foveabox/fovea_align_gn_ms_r50_fpn_4gpu_2x.py
configs/foveabox/fovea_align_gn_ms_r50_fpn_4gpu_2x.py
+0
-1
configs/foveabox/fovea_align_gn_r101_fpn_4gpu_2x.py
configs/foveabox/fovea_align_gn_r101_fpn_4gpu_2x.py
+0
-1
configs/foveabox/fovea_align_gn_r50_fpn_4gpu_2x.py
configs/foveabox/fovea_align_gn_r50_fpn_4gpu_2x.py
+0
-1
configs/foveabox/fovea_r50_fpn_4gpu_1x.py
configs/foveabox/fovea_r50_fpn_4gpu_1x.py
+0
-1
configs/fp16/retinanet_r50_fpn_fp16_1x.py
configs/fp16/retinanet_r50_fpn_fp16_1x.py
+0
-1
configs/ghm/retinanet_ghm_r50_fpn_1x.py
configs/ghm/retinanet_ghm_r50_fpn_1x.py
+0
-1
configs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py
configs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py
+0
-1
configs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py
configs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py
+0
-1
configs/hrnet/faster_rcnn_hrnetv2p_w18_1x.py
configs/hrnet/faster_rcnn_hrnetv2p_w18_1x.py
+3
-6
configs/hrnet/faster_rcnn_hrnetv2p_w32_1x.py
configs/hrnet/faster_rcnn_hrnetv2p_w32_1x.py
+3
-6
configs/hrnet/faster_rcnn_hrnetv2p_w40_1x.py
configs/hrnet/faster_rcnn_hrnetv2p_w40_1x.py
+3
-6
configs/hrnet/fcos_hrnetv2p_w32_gn_1x_4gpu.py
configs/hrnet/fcos_hrnetv2p_w32_gn_1x_4gpu.py
+0
-1
configs/htc/htc_x101_32x4d_fpn_20e_16gpu.py
configs/htc/htc_x101_32x4d_fpn_20e_16gpu.py
+6
-21
configs/libra_rcnn/libra_retinanet_r50_fpn_1x.py
configs/libra_rcnn/libra_retinanet_r50_fpn_1x.py
+0
-1
configs/reppoints/bbox_r50_grid_center_fpn_1x.py
configs/reppoints/bbox_r50_grid_center_fpn_1x.py
+0
-1
configs/reppoints/bbox_r50_grid_fpn_1x.py
configs/reppoints/bbox_r50_grid_fpn_1x.py
+0
-1
No files found.
configs/fcos/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu.py
View file @
1fe3e7df
...
@@ -130,7 +130,6 @@ log_config = dict(
...
@@ -130,7 +130,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu'
work_dir
=
'./work_dirs/fcos_mstrain_640_800_r101_caffe_fpn_gn_2x_4gpu'
...
...
configs/fcos/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x.py
View file @
1fe3e7df
...
@@ -131,7 +131,6 @@ log_config = dict(
...
@@ -131,7 +131,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x'
work_dir
=
'./work_dirs/fcos_mstrain_640_800_x101_64x4d_fpn_gn_2x'
...
...
configs/fcos/fcos_r50_caffe_fpn_gn_1x_4gpu.py
View file @
1fe3e7df
...
@@ -126,7 +126,6 @@ log_config = dict(
...
@@ -126,7 +126,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fcos_r50_caffe_fpn_gn_1x_4gpu'
work_dir
=
'./work_dirs/fcos_r50_caffe_fpn_gn_1x_4gpu'
...
...
configs/foveabox/fovea_align_gn_ms_r101_fpn_4gpu_2x.py
View file @
1fe3e7df
...
@@ -116,7 +116,6 @@ log_config = dict(
...
@@ -116,7 +116,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fovea_align_gn_ms_r101_fpn_4gpu_2x'
work_dir
=
'./work_dirs/fovea_align_gn_ms_r101_fpn_4gpu_2x'
...
...
configs/foveabox/fovea_align_gn_ms_r50_fpn_4gpu_2x.py
View file @
1fe3e7df
...
@@ -116,7 +116,6 @@ log_config = dict(
...
@@ -116,7 +116,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fovea_align_gn_ms_r50_fpn_4gpu_2x'
work_dir
=
'./work_dirs/fovea_align_gn_ms_r50_fpn_4gpu_2x'
...
...
configs/foveabox/fovea_align_gn_r101_fpn_4gpu_2x.py
View file @
1fe3e7df
...
@@ -111,7 +111,6 @@ log_config = dict(
...
@@ -111,7 +111,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fovea_align_gn_r101_fpn_4gpu_2x'
work_dir
=
'./work_dirs/fovea_align_gn_r101_fpn_4gpu_2x'
...
...
configs/foveabox/fovea_align_gn_r50_fpn_4gpu_2x.py
View file @
1fe3e7df
...
@@ -111,7 +111,6 @@ log_config = dict(
...
@@ -111,7 +111,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
24
total_epochs
=
24
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fovea_align_gn_r50_fpn_4gpu_2x'
work_dir
=
'./work_dirs/fovea_align_gn_r50_fpn_4gpu_2x'
...
...
configs/foveabox/fovea_r50_fpn_4gpu_1x.py
View file @
1fe3e7df
...
@@ -111,7 +111,6 @@ log_config = dict(
...
@@ -111,7 +111,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fovea_r50_fpn_4gpu_1x'
work_dir
=
'./work_dirs/fovea_r50_fpn_4gpu_1x'
...
...
configs/fp16/retinanet_r50_fpn_fp16_1x.py
View file @
1fe3e7df
...
@@ -124,7 +124,6 @@ log_config = dict(
...
@@ -124,7 +124,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/retinanet_r50_fpn_fp16_1x'
work_dir
=
'./work_dirs/retinanet_r50_fpn_fp16_1x'
...
...
configs/ghm/retinanet_ghm_r50_fpn_1x.py
View file @
1fe3e7df
...
@@ -122,7 +122,6 @@ log_config = dict(
...
@@ -122,7 +122,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/ghm'
work_dir
=
'./work_dirs/ghm'
...
...
configs/guided_anchoring/ga_retinanet_r50_caffe_fpn_1x.py
View file @
1fe3e7df
...
@@ -148,7 +148,6 @@ log_config = dict(
...
@@ -148,7 +148,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/ga_retinanet_r50_caffe_fpn_1x'
work_dir
=
'./work_dirs/ga_retinanet_r50_caffe_fpn_1x'
...
...
configs/guided_anchoring/ga_retinanet_x101_32x4d_fpn_1x.py
View file @
1fe3e7df
...
@@ -148,7 +148,6 @@ log_config = dict(
...
@@ -148,7 +148,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/ga_retinanet_x101_32x4d_fpn_1x'
work_dir
=
'./work_dirs/ga_retinanet_x101_32x4d_fpn_1x'
...
...
configs/hrnet/faster_rcnn_hrnetv2p_w18_1x.py
View file @
1fe3e7df
...
@@ -9,8 +9,8 @@ model = dict(
...
@@ -9,8 +9,8 @@ model = dict(
num_modules
=
1
,
num_modules
=
1
,
num_branches
=
1
,
num_branches
=
1
,
block
=
'BOTTLENECK'
,
block
=
'BOTTLENECK'
,
num_blocks
=
(
4
,),
num_blocks
=
(
4
,
),
num_channels
=
(
64
,)),
num_channels
=
(
64
,
)),
stage2
=
dict
(
stage2
=
dict
(
num_modules
=
1
,
num_modules
=
1
,
num_branches
=
2
,
num_branches
=
2
,
...
@@ -29,10 +29,7 @@ model = dict(
...
@@ -29,10 +29,7 @@ model = dict(
block
=
'BASIC'
,
block
=
'BASIC'
,
num_blocks
=
(
4
,
4
,
4
,
4
),
num_blocks
=
(
4
,
4
,
4
,
4
),
num_channels
=
(
18
,
36
,
72
,
144
)))),
num_channels
=
(
18
,
36
,
72
,
144
)))),
neck
=
dict
(
neck
=
dict
(
type
=
'HRFPN'
,
in_channels
=
[
18
,
36
,
72
,
144
],
out_channels
=
256
),
type
=
'HRFPN'
,
in_channels
=
[
18
,
36
,
72
,
144
],
out_channels
=
256
),
rpn_head
=
dict
(
rpn_head
=
dict
(
type
=
'RPNHead'
,
type
=
'RPNHead'
,
in_channels
=
256
,
in_channels
=
256
,
...
...
configs/hrnet/faster_rcnn_hrnetv2p_w32_1x.py
View file @
1fe3e7df
...
@@ -9,8 +9,8 @@ model = dict(
...
@@ -9,8 +9,8 @@ model = dict(
num_modules
=
1
,
num_modules
=
1
,
num_branches
=
1
,
num_branches
=
1
,
block
=
'BOTTLENECK'
,
block
=
'BOTTLENECK'
,
num_blocks
=
(
4
,),
num_blocks
=
(
4
,
),
num_channels
=
(
64
,)),
num_channels
=
(
64
,
)),
stage2
=
dict
(
stage2
=
dict
(
num_modules
=
1
,
num_modules
=
1
,
num_branches
=
2
,
num_branches
=
2
,
...
@@ -29,10 +29,7 @@ model = dict(
...
@@ -29,10 +29,7 @@ model = dict(
block
=
'BASIC'
,
block
=
'BASIC'
,
num_blocks
=
(
4
,
4
,
4
,
4
),
num_blocks
=
(
4
,
4
,
4
,
4
),
num_channels
=
(
32
,
64
,
128
,
256
)))),
num_channels
=
(
32
,
64
,
128
,
256
)))),
neck
=
dict
(
neck
=
dict
(
type
=
'HRFPN'
,
in_channels
=
[
32
,
64
,
128
,
256
],
out_channels
=
256
),
type
=
'HRFPN'
,
in_channels
=
[
32
,
64
,
128
,
256
],
out_channels
=
256
),
rpn_head
=
dict
(
rpn_head
=
dict
(
type
=
'RPNHead'
,
type
=
'RPNHead'
,
in_channels
=
256
,
in_channels
=
256
,
...
...
configs/hrnet/faster_rcnn_hrnetv2p_w40_1x.py
View file @
1fe3e7df
...
@@ -9,8 +9,8 @@ model = dict(
...
@@ -9,8 +9,8 @@ model = dict(
num_modules
=
1
,
num_modules
=
1
,
num_branches
=
1
,
num_branches
=
1
,
block
=
'BOTTLENECK'
,
block
=
'BOTTLENECK'
,
num_blocks
=
(
4
,),
num_blocks
=
(
4
,
),
num_channels
=
(
64
,)),
num_channels
=
(
64
,
)),
stage2
=
dict
(
stage2
=
dict
(
num_modules
=
1
,
num_modules
=
1
,
num_branches
=
2
,
num_branches
=
2
,
...
@@ -29,10 +29,7 @@ model = dict(
...
@@ -29,10 +29,7 @@ model = dict(
block
=
'BASIC'
,
block
=
'BASIC'
,
num_blocks
=
(
4
,
4
,
4
,
4
),
num_blocks
=
(
4
,
4
,
4
,
4
),
num_channels
=
(
40
,
80
,
160
,
320
)))),
num_channels
=
(
40
,
80
,
160
,
320
)))),
neck
=
dict
(
neck
=
dict
(
type
=
'HRFPN'
,
in_channels
=
[
40
,
80
,
160
,
320
],
out_channels
=
256
),
type
=
'HRFPN'
,
in_channels
=
[
40
,
80
,
160
,
320
],
out_channels
=
256
),
rpn_head
=
dict
(
rpn_head
=
dict
(
type
=
'RPNHead'
,
type
=
'RPNHead'
,
in_channels
=
256
,
in_channels
=
256
,
...
...
configs/hrnet/fcos_hrnetv2p_w32_gn_1x_4gpu.py
View file @
1fe3e7df
...
@@ -142,7 +142,6 @@ log_config = dict(
...
@@ -142,7 +142,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
4
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/fcos_hrnetv2p_w32_gn_1x_4gpu'
work_dir
=
'./work_dirs/fcos_hrnetv2p_w32_gn_1x_4gpu'
...
...
configs/htc/htc_x101_32x4d_fpn_20e_16gpu.py
View file @
1fe3e7df
...
@@ -48,13 +48,8 @@ model = dict(
...
@@ -48,13 +48,8 @@ model = dict(
target_stds
=
[
0.1
,
0.1
,
0.2
,
0.2
],
target_stds
=
[
0.1
,
0.1
,
0.2
,
0.2
],
reg_class_agnostic
=
True
,
reg_class_agnostic
=
True
,
loss_cls
=
dict
(
loss_cls
=
dict
(
type
=
'CrossEntropyLoss'
,
type
=
'CrossEntropyLoss'
,
use_sigmoid
=
False
,
loss_weight
=
1.0
),
use_sigmoid
=
False
,
loss_bbox
=
dict
(
type
=
'SmoothL1Loss'
,
beta
=
1.0
,
loss_weight
=
1.0
)),
loss_weight
=
1.0
),
loss_bbox
=
dict
(
type
=
'SmoothL1Loss'
,
beta
=
1.0
,
loss_weight
=
1.0
)),
dict
(
dict
(
type
=
'SharedFCBBoxHead'
,
type
=
'SharedFCBBoxHead'
,
num_fcs
=
2
,
num_fcs
=
2
,
...
@@ -66,13 +61,8 @@ model = dict(
...
@@ -66,13 +61,8 @@ model = dict(
target_stds
=
[
0.05
,
0.05
,
0.1
,
0.1
],
target_stds
=
[
0.05
,
0.05
,
0.1
,
0.1
],
reg_class_agnostic
=
True
,
reg_class_agnostic
=
True
,
loss_cls
=
dict
(
loss_cls
=
dict
(
type
=
'CrossEntropyLoss'
,
type
=
'CrossEntropyLoss'
,
use_sigmoid
=
False
,
loss_weight
=
1.0
),
use_sigmoid
=
False
,
loss_bbox
=
dict
(
type
=
'SmoothL1Loss'
,
beta
=
1.0
,
loss_weight
=
1.0
)),
loss_weight
=
1.0
),
loss_bbox
=
dict
(
type
=
'SmoothL1Loss'
,
beta
=
1.0
,
loss_weight
=
1.0
)),
dict
(
dict
(
type
=
'SharedFCBBoxHead'
,
type
=
'SharedFCBBoxHead'
,
num_fcs
=
2
,
num_fcs
=
2
,
...
@@ -84,13 +74,8 @@ model = dict(
...
@@ -84,13 +74,8 @@ model = dict(
target_stds
=
[
0.033
,
0.033
,
0.067
,
0.067
],
target_stds
=
[
0.033
,
0.033
,
0.067
,
0.067
],
reg_class_agnostic
=
True
,
reg_class_agnostic
=
True
,
loss_cls
=
dict
(
loss_cls
=
dict
(
type
=
'CrossEntropyLoss'
,
type
=
'CrossEntropyLoss'
,
use_sigmoid
=
False
,
loss_weight
=
1.0
),
use_sigmoid
=
False
,
loss_bbox
=
dict
(
type
=
'SmoothL1Loss'
,
beta
=
1.0
,
loss_weight
=
1.0
))
loss_weight
=
1.0
),
loss_bbox
=
dict
(
type
=
'SmoothL1Loss'
,
beta
=
1.0
,
loss_weight
=
1.0
))
],
],
mask_roi_extractor
=
dict
(
mask_roi_extractor
=
dict
(
type
=
'SingleRoIExtractor'
,
type
=
'SingleRoIExtractor'
,
...
...
configs/libra_rcnn/libra_retinanet_r50_fpn_1x.py
View file @
1fe3e7df
...
@@ -138,7 +138,6 @@ log_config = dict(
...
@@ -138,7 +138,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/libra_retinanet_r50_fpn_1x'
work_dir
=
'./work_dirs/libra_retinanet_r50_fpn_1x'
...
...
configs/reppoints/bbox_r50_grid_center_fpn_1x.py
View file @
1fe3e7df
...
@@ -133,7 +133,6 @@ log_config = dict(
...
@@ -133,7 +133,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/bbox_r50_grid_center_fpn_1x'
work_dir
=
'./work_dirs/bbox_r50_grid_center_fpn_1x'
...
...
configs/reppoints/bbox_r50_grid_fpn_1x.py
View file @
1fe3e7df
...
@@ -138,7 +138,6 @@ log_config = dict(
...
@@ -138,7 +138,6 @@ log_config = dict(
# yapf:enable
# yapf:enable
# runtime settings
# runtime settings
total_epochs
=
12
total_epochs
=
12
device_ids
=
range
(
8
)
dist_params
=
dict
(
backend
=
'nccl'
)
dist_params
=
dict
(
backend
=
'nccl'
)
log_level
=
'INFO'
log_level
=
'INFO'
work_dir
=
'./work_dirs/bbox_r50_grid_fpn_1x'
work_dir
=
'./work_dirs/bbox_r50_grid_fpn_1x'
...
...
Prev
1
2
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