mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* remove imports (#1207) * remove imports * update doc * detailed docstring * rephrase * Add model conversion support to rv1126 (#1203) * WIP * fix interpolate * support yolov3 and retinanet * support seg * support ssd * supports both partition types for retinanet and ssd * mean std doc * update doc, add UT * support FSAF * rename configs * update dump info * update * python package installation doc * update doc * update doc * doc * fix * docstring * remote partition config
6 lines
211 B
Python
6 lines
211 B
Python
_base_ = ['./classification_static.py', '../_base_/backends/rknn.py']
|
|
|
|
onnx_config = dict(input_shape=[224, 224])
|
|
codebase_config = dict(model_type='rknn')
|
|
backend_config = dict(input_size_list=[[3, 224, 224]])
|