All Projects → Zebreu → Convolutionalemotion

Zebreu / Convolutionalemotion

Licence: mit
A deep convolutional neural network system for live emotion detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Convolutionalemotion

Mobilnet ssd opencv
MobilNet-SSD object detection in opencv 3.4.1
Stars: ✭ 64 (+60%)
Mutual labels:  opencv, caffe
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+385%)
Mutual labels:  opencv, caffe
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (+65%)
Mutual labels:  opencv, caffe
Head Pose Estimator.caffe
Head Pose Estimator on Caffe
Stars: ✭ 60 (+50%)
Mutual labels:  opencv, caffe
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+732.5%)
Mutual labels:  opencv, caffe
Mobilenet Ssd
MobileNet-SSD(MobileNetSSD) + Neural Compute Stick(NCS) Faster than YoloV2 + Explosion speed by RaspberryPi · Multiple moving object detection with high accuracy.
Stars: ✭ 84 (+110%)
Mutual labels:  opencv, caffe
Videoauidt
📹 一个短视频APP视频内容安全审核的思路调研及实现汇总
Stars: ✭ 129 (+222.5%)
Mutual labels:  opencv, caffe
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (+410%)
Mutual labels:  opencv, caffe
Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (+705%)
Mutual labels:  opencv, caffe
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (+452.5%)
Mutual labels:  opencv, caffe
Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+57130%)
Mutual labels:  opencv, caffe
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+11177.5%)
Mutual labels:  opencv, caffe
Multi Object Tracker
Multi-object trackers in Python
Stars: ✭ 451 (+1027.5%)
Mutual labels:  opencv, caffe
Snapchat Filter
3 facial filters on a webcam feed using OpenCV & ML - face swap, glasses and moustache
Stars: ✭ 35 (-12.5%)
Mutual labels:  opencv
Paperspace Python
Paperspace API for python
Stars: ✭ 38 (-5%)
Mutual labels:  caffe
Camera calibration api
A simple Python API for single camera calibration using opencv
Stars: ✭ 36 (-10%)
Mutual labels:  opencv
Ng Open Cv
Angular 6+ & OpenCV.js integration service library
Stars: ✭ 36 (-10%)
Mutual labels:  opencv
Hololensarucounity
Marker tracking on HoloLens built on Aruco, OpenCV and Unity
Stars: ✭ 39 (-2.5%)
Mutual labels:  opencv
Unreal caffe
Self Maintained Caffe. In this version Faster-RCNN, RFCN needs layer are fully supported!
Stars: ✭ 38 (-5%)
Mutual labels:  caffe
Object Detection And Location Realsensed435
Use the Intel D435 real-sensing camera to realize target detection based on the Yolov3 framework under the Opencv DNN framework, and realize the 3D positioning of the Objection according to the depth information. Real-time display of the coordinates in the camera coordinate system.ADD--Using Yolov5 By TensorRT model,AGX-Xavier,RealTime Object Detection
Stars: ✭ 36 (-10%)
Mutual labels:  opencv

UPDATE

Note to anyone who'd like to try this project: DeCAF is not an active project anymore, but [Caffe] (http://caffe.berkeleyvision.org/) is and it's quick and easy to replace the DeCAF lines in my code for Caffe. I really suggest you to try it. Another project of mine uses it and you can take a look there: https://github.com/Zebreu/SketchingAI

ConvolutionalEmotion

A deep convolutional neural network system for live emotion detection

How to run:

Python 2.7 64 bit and DeCAF (https://github.com/UCB-ICSI-Vision-Group/decaf-release/) needs to be installed, as well as numpy, opencv, pygame (only if you want to play the simple game that changes based on your facial expression) and sklearn. Works on Linux (tested on Ubuntu, with Anaconda).

Download Cohn-Kanade+ dataset. Not every sequence is annotated, so you can call remove() from emotionclassification.py to delete sequences without emotion labels.

Execute emotionclassification.py to produce features files from the dataset and to save a classifier. You might want to change the path to the Haar cascade files from OpenCV (the scripts assume they're in the same folder, so you can just copy them in there too).

Execute zengame.py.

Paper about the system available on arXiv.org: http://arxiv.org/pdf/1408.3750v1.pdf

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].