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
OpenDAS
mmdeploy
Commits
68661967
Commit
68661967
authored
Jun 25, 2025
by
limm
Browse files
add config module
parent
4353fa59
Pipeline
#2808
canceled with stages
Changes
341
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
161 additions
and
0 deletions
+161
-0
configs/mmdet/detection/detection_tensorrt-fp16_dynamic-64x64-800x800.py
...etection/detection_tensorrt-fp16_dynamic-64x64-800x800.py
+14
-0
configs/mmdet/detection/detection_tensorrt-fp16_static-320x320.py
...mmdet/detection/detection_tensorrt-fp16_static-320x320.py
+14
-0
configs/mmdet/detection/detection_tensorrt-fp16_static-800x1344.py
...mdet/detection/detection_tensorrt-fp16_static-800x1344.py
+1
-0
configs/mmdet/detection/detection_tensorrt-int8_dynamic-300x300-512x512.py
...ection/detection_tensorrt-int8_dynamic-300x300-512x512.py
+1
-0
configs/mmdet/detection/detection_tensorrt-int8_dynamic-320x320-1344x1344.py
...tion/detection_tensorrt-int8_dynamic-320x320-1344x1344.py
+1
-0
configs/mmdet/detection/detection_tensorrt-int8_dynamic-64x64-608x608.py
...etection/detection_tensorrt-int8_dynamic-64x64-608x608.py
+14
-0
configs/mmdet/detection/detection_tensorrt-int8_dynamic-64x64-800x800.py
...etection/detection_tensorrt-int8_dynamic-64x64-800x800.py
+14
-0
configs/mmdet/detection/detection_tensorrt-int8_static-320x320.py
...mmdet/detection/detection_tensorrt-int8_static-320x320.py
+14
-0
configs/mmdet/detection/detection_tensorrt-int8_static-800x1344.py
...mdet/detection/detection_tensorrt-int8_static-800x1344.py
+1
-0
configs/mmdet/detection/detection_tensorrt_dynamic-300x300-512x512.py
...t/detection/detection_tensorrt_dynamic-300x300-512x512.py
+1
-0
configs/mmdet/detection/detection_tensorrt_dynamic-320x320-1344x1344.py
...detection/detection_tensorrt_dynamic-320x320-1344x1344.py
+1
-0
configs/mmdet/detection/detection_tensorrt_dynamic-64x64-608x608.py
...det/detection/detection_tensorrt_dynamic-64x64-608x608.py
+12
-0
configs/mmdet/detection/detection_tensorrt_dynamic-64x64-800x800.py
...det/detection/detection_tensorrt_dynamic-64x64-800x800.py
+12
-0
configs/mmdet/detection/detection_tensorrt_static-300x300.py
configs/mmdet/detection/detection_tensorrt_static-300x300.py
+1
-0
configs/mmdet/detection/detection_tensorrt_static-320x320.py
configs/mmdet/detection/detection_tensorrt_static-320x320.py
+14
-0
configs/mmdet/detection/detection_tensorrt_static-640x640.py
configs/mmdet/detection/detection_tensorrt_static-640x640.py
+14
-0
configs/mmdet/detection/detection_tensorrt_static-800x1344.py
...igs/mmdet/detection/detection_tensorrt_static-800x1344.py
+1
-0
configs/mmdet/detection/detection_torchscript.py
configs/mmdet/detection/detection_torchscript.py
+3
-0
configs/mmdet/detection/detection_tvm-ansor_static-800x1344.py
...gs/mmdet/detection/detection_tvm-ansor_static-800x1344.py
+13
-0
configs/mmdet/detection/detection_tvm-autotvm_static-300x300.py
...s/mmdet/detection/detection_tvm-autotvm_static-300x300.py
+15
-0
No files found.
configs/mmdet/detection/detection_tensorrt-fp16_dynamic-64x64-800x800.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_dynamic.py'
,
'../../_base_/backends/tensorrt-fp16.py'
]
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
64
,
64
],
opt_shape
=
[
1
,
3
,
800
,
800
],
max_shape
=
[
1
,
3
,
800
,
800
])))
])
configs/mmdet/detection/detection_tensorrt-fp16_static-320x320.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_static.py'
,
'../../_base_/backends/tensorrt-fp16.py'
]
onnx_config
=
dict
(
input_shape
=
(
320
,
320
))
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
320
,
320
],
opt_shape
=
[
1
,
3
,
320
,
320
],
max_shape
=
[
1
,
3
,
320
,
320
])))
])
configs/mmdet/detection/detection_tensorrt-fp16_static-800x1344.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt-fp16_static-800x1344.py'
]
configs/mmdet/detection/detection_tensorrt-int8_dynamic-300x300-512x512.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt-int8_dynamic-300x300-512x512.py'
]
configs/mmdet/detection/detection_tensorrt-int8_dynamic-320x320-1344x1344.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt-int8_dynamic-320x320-1344x1344.py'
]
configs/mmdet/detection/detection_tensorrt-int8_dynamic-64x64-608x608.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_dynamic.py'
,
'../../_base_/backends/tensorrt-int8.py'
]
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
64
,
64
],
opt_shape
=
[
1
,
3
,
608
,
608
],
max_shape
=
[
1
,
3
,
608
,
608
])))
])
configs/mmdet/detection/detection_tensorrt-int8_dynamic-64x64-800x800.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_dynamic.py'
,
'../../_base_/backends/tensorrt-int8.py'
]
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
64
,
64
],
opt_shape
=
[
1
,
3
,
800
,
800
],
max_shape
=
[
1
,
3
,
800
,
800
])))
])
configs/mmdet/detection/detection_tensorrt-int8_static-320x320.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_static.py'
,
'../../_base_/backends/tensorrt-int8.py'
]
onnx_config
=
dict
(
input_shape
=
(
320
,
320
))
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
320
,
320
],
opt_shape
=
[
1
,
3
,
320
,
320
],
max_shape
=
[
1
,
3
,
320
,
320
])))
])
configs/mmdet/detection/detection_tensorrt-int8_static-800x1344.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt-int8_static-800x1344.py'
]
configs/mmdet/detection/detection_tensorrt_dynamic-300x300-512x512.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt_dynamic-300x300-512x512.py'
]
configs/mmdet/detection/detection_tensorrt_dynamic-320x320-1344x1344.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt_dynamic-320x320-1344x1344.py'
]
configs/mmdet/detection/detection_tensorrt_dynamic-64x64-608x608.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_dynamic.py'
,
'../../_base_/backends/tensorrt.py'
]
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
64
,
64
],
opt_shape
=
[
1
,
3
,
608
,
608
],
max_shape
=
[
1
,
3
,
608
,
608
])))
])
configs/mmdet/detection/detection_tensorrt_dynamic-64x64-800x800.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_dynamic.py'
,
'../../_base_/backends/tensorrt.py'
]
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
64
,
64
],
opt_shape
=
[
1
,
3
,
800
,
800
],
max_shape
=
[
1
,
3
,
800
,
800
])))
])
configs/mmdet/detection/detection_tensorrt_static-300x300.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt_static-300x300.py'
]
configs/mmdet/detection/detection_tensorrt_static-320x320.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_static.py'
,
'../../_base_/backends/tensorrt.py'
]
onnx_config
=
dict
(
input_shape
=
(
320
,
320
))
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
320
,
320
],
opt_shape
=
[
1
,
3
,
320
,
320
],
max_shape
=
[
1
,
3
,
320
,
320
])))
])
configs/mmdet/detection/detection_tensorrt_static-640x640.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt_static-300x300.py'
]
onnx_config
=
dict
(
input_shape
=
(
640
,
640
))
backend_config
=
dict
(
common_config
=
dict
(
max_workspace_size
=
1
<<
30
),
model_inputs
=
[
dict
(
input_shapes
=
dict
(
input
=
dict
(
min_shape
=
[
1
,
3
,
640
,
640
],
opt_shape
=
[
1
,
3
,
640
,
640
],
max_shape
=
[
1
,
3
,
640
,
640
])))
])
configs/mmdet/detection/detection_tensorrt_static-800x1344.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_tensorrt_static-800x1344.py'
]
configs/mmdet/detection/detection_torchscript.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_torchscript.py'
,
'../../_base_/backends/torchscript.py'
]
configs/mmdet/detection/detection_tvm-ansor_static-800x1344.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_static.py'
,
'../../_base_/backends/tvm.py'
]
onnx_config
=
dict
(
input_shape
=
[
1344
,
800
])
backend_config
=
dict
(
model_inputs
=
[
dict
(
use_vm
=
True
,
shape
=
dict
(
input
=
[
1
,
3
,
800
,
1344
]),
dtype
=
dict
(
input
=
'float32'
),
tuner
=
dict
(
type
=
'AutoScheduleTuner'
,
log_file
=
'tvm_tune_log.log'
,
num_measure_trials
=
2000
))
])
configs/mmdet/detection/detection_tvm-autotvm_static-300x300.py
0 → 100644
View file @
68661967
_base_
=
[
'../_base_/base_static.py'
,
'../../_base_/backends/tvm.py'
]
onnx_config
=
dict
(
input_shape
=
[
300
,
300
])
backend_config
=
dict
(
model_inputs
=
[
dict
(
use_vm
=
True
,
shape
=
dict
(
input
=
[
1
,
3
,
300
,
300
]),
dtype
=
dict
(
input
=
'float32'
),
tuner
=
dict
(
type
=
'AutoTVMTuner'
,
log_file
=
'tvm_tune_log.log'
,
n_trial
=
1000
,
tuner
=
dict
(
type
=
'XGBTuner'
),
))
])
Prev
1
2
3
4
5
6
7
8
9
10
…
18
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