mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
187 B
Python
6 lines
187 B
Python
|
_base_ = ['../_base_/base_dynamic.py', '../../_base_/backends/ppl.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=(1344, 800))
|
||
|
|
||
|
backend_config = dict(model_inputs=dict(opt_shape=[1, 3, 800, 1344]))
|