Unofficial Rockchip RKNN framework rust binding.
-
Deploy
librknnrt.so
to system library folder/lib
This shared library can be found in rknpu2 official repo, Common path is
runtime/<CHIP>/Linux/librknn_api/<ARCH>/librknnrt.so
For 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 test
This project requires aarch64 system and RKNN NPU to run.
For now only tested on RK3588 aarch64.