RKNN Model Zoo is developed based on the RKNPU SDK toolchain and provides deployment examples for current mainstream algorithms. Include the process of exporting the RKNN model and using Python API and CAPI to infer the RKNN model.Support RK3562, RK3566, RK3568, RK3588 platforms. (RV1103, ...
<pt_model / onnx_model / rknn_model>: Specify the model path. 6. Android Demo 6.1 Compile and Build Usage: # go back to the rknn_model_zoo root directory cd ../../ export ANDROID_NDK_PATH=<android_ndk_path> ./build-android.sh -t <TARGET_PLATFORM> -a <ARCH> -d yolov7 # ...
<pt_model / onnx_model / rknn_model>: Specify the model path. 6. Android Demo 6.1 Compile and Build Usage: # go back to the rknn_model_zoo root directory cd ../../ export ANDROID_NDK_PATH=<android_ndk_path> ./build-android.sh -t <TARGET_PLATFORM> -a <ARCH> -d yolov8 # su...
<pt_model / onnx_model / rknn_model>: Specify the model path. 6. Android Demo 6.1 Compile and Build Usage: # go back to the rknn_model_zoo root directory cd ../../ export ANDROID_NDK_PATH=<android_ndk_path> ./build-android.sh -t <TARGET_PLATFORM> -a <ARCH> -d yolov6 # su...
pan1024/rknn_model_zooPublic forked fromairockchip/rknn_model_zoo NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files main 3rdparty ...
<output_rknn_path> isoptional, used to specify the saving path of the RKNN model. Python Demo Usage: cd python # Inference with ONNX model python yolov5_seg.py --model_path {onnx_model} --img_show # Inference with RKNN model python yolov5_seg.py --model_path {rknn_model} --targe...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} pan1024 / rknn_model_zoo Public forked from airockchip/rknn_model_zoo Notifications You must be signed in to change notification settings Fork 0 Star ...
rknn model zoo 的推理性能数据不包含前后处理,只统计 rknn.run 的耗时,与完整demo的耗时是存在差异的。这些操作的耗时与使用场景、系统资源占用有关,这部分数据请用户基于实际环境进行测试。 板子是否已经定频、并且达到了定频脚本设定的最高频率。部分固件可能限制了CPU/NPU/DDR的最高频率,导致推理性能有所减弱。
<output_rknn_path> isoptional, used to specify the saving path of the RKNN model, default save path is../model/RetinaFace.rknn After execution, the corresponding rknn model will be generated and rknn will be used to perform connected reasoning on the model. The inference result will be saved...
<pt_model / onnx_model / rknn_model>: Specify the model path. 6. Android Demo 6.1 Compile and Build Usage: # go back to the rknn_model_zoo root directory cd ../../ export ANDROID_NDK_PATH=<android_ndk_path> ./build-android.sh -t <TARGET_PLATFORM> -a <ARCH> -d yolox # suc...