人脸识别算法移植到K210硬件平台(KPU加速)
1,下载:insightface工程
(1)Git 下载开源 insightface 代码
(2)下载需要的预训练权重
2,安装环境
- 创建虚拟环境conda create -n tftest python=3.8.5
- 安装tensorflow
pip install tensorflow==2.4.1 -i Simple Index
(1)Git 下载开源 insightface 代码
(2)下载需要的预训练权重
pip install tensorflow==2.4.1 -i Simple Index