mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* save codes * support resnet and yolov3 * support yolox * fix lint * add mmseg support and a doc * add UT * update supported model list * fix ci * refine docstring * resolve comments * remote output_tensor_type * resolve comments * update readme
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]])
|