Stars
This project is going to be external data source reader be it a Json, xml or Excel, it reads all using C#
Image Feature Extraction and Classification Using Python
A simple implementation of facial recognition using facenets for humans 🧔 🔍
In this repository, you will find a deep learning python project to classify 3 classes of images
A short template to classify images using convolutional neural networks.
a general image classifer framework written by Keras
A Simple Deep Neural Network to classify images made with Keras
Building an image classifier using keras
VGGFace implementation with Keras Framework
二自由度云台实现人脸追踪。 首先是使用一款名字叫做IP摄像头的APP 采集手机摄像头的图像,在手机上建立一个视频流服务器。在局域网下,PC通过IP还有端口号获取图像。使用OpenCV的人脸检测的API获取人脸在画面中的位置,根据人脸位置距离画面中心的x轴与y轴的偏移量(offset) ,通过P比例控制(PID控制中最简单的一种)控制二自由度云台上臂与下臂的旋转角度,将角度信息通过串口通信UA…
By using the test sets from Kaggle to recognize different fish pictures (InceptionV3 Network)
face detection, verification and recognition using Keras
(WARNING: This repository is NO LONGER maintained ) Real time face detection and recognition base on opencv/tensorflow/mtcnn/facenet
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face D…
Papers, code and datasets about deep learning and multi-modal learning for video analysis
A tool that automatically extracts network structures from Tensorflow model files
opencv3 dnn samples with module files and test data
Using deep learning model with opencv in Qt
An implementation of MTCNN Face detector using OpenCV's DNN module