ベスマ・ゲスミ

Results 14 comments of ベスマ・ゲスミ

@JoshuaJakowlew Check this repo, it could be useful for you: https://github.com/laitathei/YOLOv8-ONNX-RKNN-HORIZON-TensorRT-Segmentation

@byte-6174 Try to follow the instructions below: 1. Clone the rknpu2 repository: git clone https://github.com/rockchip-linux/rknpu2.git 3. Copy the shared lib file to the lib dir: sudo cp rknpu2/runtime/RK3588/Linux/librknn_api/aarch64/librknnrt.so /usr/lib/librknnrt.so This...

@MHGL @rudimytro @daniilino Try to follow the instructions below: 1. Clone the rknpu2 repository: git clone https://github.com/rockchip-linux/rknpu2.git (if you didn't install it) 3. Copy the shared lib file to the...

@rudimytro it could be… as RK3588S is not integrated as target and consider as RK3588, so try to replace it if you didn't yet

Did you install another version before the current one? also, did you use the same version to convert model and run inference? if you want, share your model and I...

@rudimytro did you specify the target as this (should be RK3588, not 3588): ``` if host_name == 'RK3588': ret = rknn_lite.init_runtime(core_mask=RKNNLite.NPU_CORE_0) ``` if you can share a piece of code...

@WuxinrongY 您可能需要剪切最后 3 个卷积层,同时尝试检查用于导出模型的 RKNN 版本(最好是相同的版本