Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 404 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 404 Bytes

人脸识别(目前只支持单张脸)

流程图

img.jpg

  1. face_rec_push.py直接把后端的识别后的推送到前端
  2. real-in-time-face.py 接受前端传来的视频流,将识别后的图片返回到前端
  3. push_stream.py 直接把后端的视频流推到前端

改进(还未做)

  1. 识别的图片库的图片没有处理
  2. 后端推流到前端,很卡(要处理)