mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
8 lines
211 B
Python
8 lines
211 B
Python
|
_base_ = ['./segmentation_static.py', '../_base_/backends/rknn.py']
|
||
|
|
||
|
onnx_config = dict(input_shape=[512, 512])
|
||
|
|
||
|
codebase_config = dict(model_type='rknn')
|
||
|
|
||
|
backend_config = dict(input_size_list=[[3, 512, 512]])
|