系列文章目录:
说明:
介绍如何识别面部情绪(中性、快乐、悲伤、惊讶、愤怒)
步骤:
进入目录depthai-experiments/gen2-emotion-recognition
安装依赖
python3 -m pip install -r requirements.txt
- 所需要的依赖
opencv-python==4.5.1.48
depthai==2.17.0.0
blobconverter==1.3.0
numpy
- 运行程序
python3 main.py
本文含有隐藏内容,请 开通VIP 后查看