Skip to content

基于opencv,tensorflow,调用摄像头的人脸检测

Notifications You must be signed in to change notification settings

limuzi2231/camera_face_check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camera_face_check

基于opencv,tensorflow,调用摄像头的人脸检测 csdn博客链接:https://blog.csdn.net/weixin_43582101/article/details/88913164

在这里插入图片描述 直接贴代码了,基本上都有注释。就不多说了。

导入要使用的模块 cv2,tensorflow

import tensorflow as tf
from face_check import detect_face
import cv2
import numpy as np

tf.Graph() 表示实例化了一个用于 tensorflow 计算和表示用的数据流图

先用两个人物测试。 在这里插入图片描述 真人测试。拒绝露脸在这里插入图片描述

About

基于opencv,tensorflow,调用摄像头的人脸检测

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%