K230 Fancy POC介绍
K230 Fancy POC
1.概述
K230 Fancy Poc集合包括multimodal_chat_robot(多模态聊天机器人)、meta_human(数字人)、meta_hand(手势渲染)和finger_reader(指读)等项目,该工程旨在为客户提供POC搭建流程思路。
2.硬件环境
CanMV-K230-V1.x / CanMV-K230-V2.x / K230-UNSIP-LPx-EVB-V1.x
3.源码位置
源码路径位于k230_sdk/src/reference/fancy_poc
,目录结构如下:
.
├── ai_scale
├── build_app.sh
├── cmake
├── CMakeLists.txt
├── face_recognition
├── finger_reader
├── housekeeper
├── meta_hand
├── meta_human
├── multimodal_chat_robot
└── version
4.编译及运行程序
(1)确保已根据《K230 SDK环境搭建》配置好Ubuntu20.04的开发环境
(2)获取最新的SDK:git clone https://e.coding.net/weidongshan/dshanpi-canmv/k230_sdk.git
(3)环境准备
cd k230_sdk
make prepare_sourcecode #(若之前已执行,请忽略)
sudo mount --bind $(pwd)/toolchain /opt/toolchain
make mpp
make cdk-user
#根据使用的开发板型号,分别执行不同的命令
#若是型号是DshanPI-CanMV,执行以下命令
make CONF=k230_canmv_dongshanpi_defconfig prepare_memory
cd src/reference/fancy_poc