Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (17 loc) · 1.02 KB

1、face_detector_opencv5

基于opencv5(C++)流媒体视频流实现网页浏览器人脸检测

源码即将开源,敬请期待。

我的CSDN博客:https://blog.csdn.net/weixin_41194129/article/details/126900325

下载软件链接: https://pan.baidu.com/s/1OZcUVnpae5v4WJIUYRXyxg 提取码: t7ew

软件运行系统:ubuntu18.04 image

下载完软件之后,给权限之后,进入软件目录运行软件

sudo chmod 777 -R face_detector
sudo ./face_detector_opencv5.sh

软件运行之后,在网页浏览器打开即可进行人脸检测:http://localhost:8080/face

image

其他

server.py 这只是一个使用socket转接外部访问的服务,你也可以拿去使用。

image