mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* Update config for OpenVINO * Update test * Update better test * Update instance-seg config of OpenVINO
7 lines
203 B
Python
7 lines
203 B
Python
_base_ = ['./classification_dynamic.py', '../_base_/backends/openvino.py']
|
|
|
|
onnx_config = dict(input_shape=None)
|
|
|
|
backend_config = dict(
|
|
model_inputs=[dict(opt_shapes=dict(input=[1, 3, 224, 224]))])
|