Skip to content
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

如何基于RockChip构建? #362

Open
Kaisir opened this issue Jul 7, 2023 · 1 comment
Open

如何基于RockChip构建? #362

Kaisir opened this issue Jul 7, 2023 · 1 comment

Comments

@Kaisir
Copy link

Kaisir commented Jul 7, 2023

查看配置发现需要引入 /opt/rockchip,这些头文件从哪里获取?谢谢

find_path(ROCKCHIP_RGA_INCLUDE NAMES im2d.h rga.h
HINTS ${HINTS_ROCKCHIP_PATH}/rk-rga/include)
mark_as_advanced(ROCKCHIP_RGA_INCLUDE)

find_path(ROCKCHIP_MPP_INCLUDE NAMES rk_mpi.h rk_type.h
HINTS ${HINTS_ROCKCHIP_PATH}/rkmpp/include/rockchip)
mark_as_advanced(ROCKCHIP_MPP_INCLUDE)

find_path(RKNN_INCLUDE NAMES rknn_api.h
HINTS ${HINTS_ROCKCHIP_PATH}/rknn/include)
mark_as_advanced(RKNN_INCLUDE)

find_path(RKNPU2_INCLUDE NAMES rknn_api.h
HINTS ${HINTS_ROCKCHIP_PATH}/rknnrt/include)
mark_as_advanced(RKNPU2_INCLUDE)

@pymumu
Copy link
Contributor

pymumu commented Jul 11, 2023

使用modelbox提供的3588镜像会比较简单。

否则的话,要下载安装RKNN相关的软件。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants