说明:

步骤:

  • 进入目录depthai-experiments/gen2-mask-detection
  • 安装依赖

python3 -m pip install -r requirements.txt

  • 所需要的依赖

opencv-python
blobconverter==1.3.0
depthai==2.17.0.0
numpy

  • 使用相机运行程序

python3 main.py

oak深度相机入门教程-检测人脸是否戴着口罩_人工智能