All Projects → ProHiryu → FaceRecoginition

ProHiryu / FaceRecoginition

Licence: other
利用opencv+keras+python实现人脸识别系统

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FaceRecoginition

STUDENT-ATTENDANCE-USING-FACIAL-RECOGNITION-SYSTEM-OPENCV
No description or website provided.
Stars: ✭ 46 (+76.92%)
Mutual labels:  opencv-python, facerecognition
scarecrow
A Raspberry Pi powered, distributed (edge) computing camera setups that runs a Tensorflow object detection model to determine whether a person is on the camera. A plugin model allows actions based on the detection, such as playing audio, turning on lights, or triggering an Arduino.
Stars: ✭ 87 (+234.62%)
Mutual labels:  opencv-python
camera-live-streaming
Camera Live Streaming with Flask and Open-CV
Stars: ✭ 69 (+165.38%)
Mutual labels:  opencv-python
CV
Computer Vision applications using #Python and #OpenCV
Stars: ✭ 19 (-26.92%)
Mutual labels:  opencv-python
Intrusion Detection
Whenever founds internet connectivity confirms is it you, if not log you off and send you image of intruder.
Stars: ✭ 24 (-7.69%)
Mutual labels:  opencv-python
epic-awesome-gamer
🍷 Gracefully claim weekly free games and monthly content from Epic Store.
Stars: ✭ 600 (+2207.69%)
Mutual labels:  opencv-python
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+59073.08%)
Mutual labels:  opencv-python
OpenCVB
OpenCV .Net application supporting several RGBD cameras - Kinect, Intel RealSense, Luxonis Oak-D, Mynt Eye D 1000, and StereoLabs ZED 2
Stars: ✭ 60 (+130.77%)
Mutual labels:  opencv-python
real-time-face-recognition
Real Time Face Recognition using FaceNet and OpenCV
Stars: ✭ 19 (-26.92%)
Mutual labels:  opencv-python
Obstacle-Detection-and-Path-Planning
Processing an Image to find obstacles and the minimum path between two similar objects using OpenCV.
Stars: ✭ 61 (+134.62%)
Mutual labels:  opencv-python
image-segmentation-auto-labels
A service to auto-generate masks for image segmentation
Stars: ✭ 22 (-15.38%)
Mutual labels:  opencv-python
Bitcamp-2019
Won the most innovative solution at Bitcamp 2019.🎖🎉
Stars: ✭ 15 (-42.31%)
Mutual labels:  opencv-python
FaceIDLight
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Stars: ✭ 17 (-34.62%)
Mutual labels:  facerecognition
visualize-voc-format-data
A simple utility programe to visualize pascal voc (format) dataset images with bounding boxes. Useful to check whether there is any error in forming annotation files.
Stars: ✭ 23 (-11.54%)
Mutual labels:  opencv-python
Sphereface-Ms-celeb-1M
Face Recognition Using A-Softmax_loss on light cleaned Ms_celeb-1M dataset
Stars: ✭ 181 (+596.15%)
Mutual labels:  facerecognition
flask-ocr
use flask and tesseract to have a basic ocr, also you need opencv2, this code use opencv2 to have a basic image process
Stars: ✭ 27 (+3.85%)
Mutual labels:  opencv-python
iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Stars: ✭ 35 (+34.62%)
Mutual labels:  opencv-python
VBT-Barbell-Tracker
A proof of concept app to optically track a barbell through its range of motion using OpenCV to give the lifter realtime feedback on concentric avg velocity, cutoff velocity, and displacement for a Velocity Based Training program.
Stars: ✭ 53 (+103.85%)
Mutual labels:  opencv-python
Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+211.54%)
Mutual labels:  opencv-python
multi-band-blending
A Python implementation of multi-band blending.
Stars: ✭ 35 (+34.62%)
Mutual labels:  opencv-python

FaceRecoginition

利用 opencv+keras+python 实现人脸识别系统

code structure

data retreiving -+
                 |
                 +cut_files.py        <-- 删除冗余的训练图片素材
                 |
                 +get_images.py       <-- 获取不同人名对应的图片,并将其保存
                 |
                 +get_names.py        <-- 获取当前女优排名的名字 list
                 |
                 +googl_api.py        <-- 通过 Google API 获取图片
                 |
                 +names.pickle        <-- 人名列表
                 |
                 +<other files>       <-- 额外的文件

data training   -+
                 |
                 +get_train_set.py    <-- 获取训练图片数据集
                 |
                 +image_data.py       <-- 定义训练数据集类 ImageData
                 |
                 +model.py            <-- 定义模型并训练保存
                 |
                 +test_camera.py      <-- 打开摄像头对模型进行测试
                 |
                 +test_file.py        <-- 打开文件对模型进行测试
                 |
                 +<other files>       <-- 额外的文件

说明

本项目只是简单的对keras + opencv进行实战,并没有真实用途,有疑问请联系作者

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].