mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
207 B
Python
6 lines
207 B
Python
|
_base_ = ['./pose-detection_static.py', '../_base_/backends/openvino.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[192, 256])
|
||
|
backend_config = dict(
|
||
|
model_inputs=[dict(opt_shapes=dict(input=[1, 3, 256, 192]))])
|