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
9 lines
247 B
Python
9 lines
247 B
Python
backend_config = dict(
|
|
type='rknn',
|
|
common_config=dict(
|
|
mean_values=None,
|
|
std_values=None,
|
|
target_platform='rk3588',
|
|
optimization_level=3),
|
|
quantization_config=dict(do_quantization=False, dataset=None))
|