Unofficial Rockchip RKNN framework rust binding.
-
Deploy
librknnrt.soto system library folder/libThis shared library can be found in rknpu2 official repo, Common path is
runtime/<CHIP>/Linux/librknn_api/<ARCH>/librknnrt.soFor more information please refer to official documentations.
-
Clone this repository & build.
git clone https://github.com/RoggeOhta/rknpu2-rs.git
cd rknpu2-rs
cargo build
cargo testThis project requires aarch64 system and RKNN NPU to run.
For now only tested on RK3588 aarch64.