mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* 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
10 lines
419 B
Markdown
10 lines
419 B
Markdown
# Supported RKNN feature
|
|
|
|
Currently, MMDeploy only tests rk3588 and rv1126 with linux platform.
|
|
|
|
The following features cannot be automatically enabled by mmdeploy and you need to manually modify the configuration in MMDeploy like [here](https://github.com/open-mmlab/mmdeploy/blob/master/configs/_base_/backends/rknn.py).
|
|
|
|
- target_platform other than default
|
|
- quantization settings
|
|
- optimization level other than 1
|