-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rk3568问题 #18
Comments
在运行./build-linux_RK3588.sh时,结果如下 |
快速部署的话可以尝试: 替换include下的动态链接库librknn_api.so librknnrt.so 替换include下的头文件rknn_api.h 将model/RK3588的模型换为https://github.com/rockchip-linux/rknpu2/tree/v1.5.0/examples/rknn_yolov5_demo/model/RK3566_RK3568 下的模型 注释掉include/rknnPool.hpp的59 - 71行 注释掉build-linux_RK3588.sh的28行, 并取消26行的注释 将include/rknnPool.hpp的167 - 186行替换为
然后到根目录下运行build-linux_RK3588.sh进行编译测试 |
需要注意的是,rk3568的npu算力并不高(rk3588的1/6),多线程的加速效果可能不明显(在rk3566上测试提升大约50% ?) 可能的改进提升方案:
|
好的,非常感谢! |
将include/rknnPool.hpp的167 - 186行替换为,为什么rknnPool.hpp并没有这么多行 |
见于此分支https://github.com/leafqycc/rknn-cpp-Multithreading/tree/1.5.0 |
如果要将这个代码部署在rk3568上,需要做哪些修改呢 谢谢!
The text was updated successfully, but these errors were encountered: