Skip to content

Unofficial Rockchip RKNN framework rust binding.

License

Notifications You must be signed in to change notification settings

RoggeOhta/rknpu2-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rknpu2-rs

Unofficial Rockchip RKNN framework rust binding.

Getting Started

  1. 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.

  2. Clone this repository & build.

git clone https://github.com/RoggeOhta/rknpu2-rs.git
cd rknpu2-rs
cargo build
cargo test

Note

This project requires aarch64 system and RKNN NPU to run.

For now only tested on RK3588 aarch64.

About

Unofficial Rockchip RKNN framework rust binding.

Resources

License

Stars

Watchers

Forks

Packages

No packages published