All Projects â†’ zlpure â†’ Facial Expression Recognition

zlpure / Facial Expression Recognition

Licence: mit
💡My Solution to Facial Emotion Recognization in Kaggle competition

Projects that are alternatives of or similar to Facial Expression Recognition

Sdtw pytorch
Implementation of soft dynamic time warping in pytorch
Stars: ✭ 79 (-10.23%)
Mutual labels:  deep-neural-networks
Forge
A neural network toolkit for Metal
Stars: ✭ 1,242 (+1311.36%)
Mutual labels:  deep-neural-networks
Julius
Open-Source Large Vocabulary Continuous Speech Recognition Engine
Stars: ✭ 1,258 (+1329.55%)
Mutual labels:  recognition
Vokaturiandroid
Emotion recognition by speech in android.
Stars: ✭ 79 (-10.23%)
Mutual labels:  recognition
Adn
ADN: Artifact Disentanglement Network for Unsupervised Metal Artifact Reduction
Stars: ✭ 81 (-7.95%)
Mutual labels:  deep-neural-networks
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (-5.68%)
Mutual labels:  deep-neural-networks
Anrl
ANRL: Attributed Network Representation Learning via Deep Neural Networks(IJCAI-2018)
Stars: ✭ 77 (-12.5%)
Mutual labels:  deep-neural-networks
Deepicf
TensorFlow Implementation of Deep Item-based Collaborative Filtering Model for Top-N Recommendation
Stars: ✭ 86 (-2.27%)
Mutual labels:  deep-neural-networks
Dareblopy
Data Reading Blocks for Python
Stars: ✭ 82 (-6.82%)
Mutual labels:  deep-neural-networks
Crnn chinese characters rec
(CRNN) Chinese Characters Recognition.
Stars: ✭ 1,259 (+1330.68%)
Mutual labels:  recognition
Deepdenoiser
Deep learning based denoiser for Cycles, Blender's physically-based production renderer.
Stars: ✭ 80 (-9.09%)
Mutual labels:  deep-neural-networks
Flops Counter.pytorch
Flops counter for convolutional networks in pytorch framework
Stars: ✭ 1,223 (+1289.77%)
Mutual labels:  deep-neural-networks
Ccpd
[ECCV 2018] CCPD: a diverse and well-annotated dataset for license plate detection and recognition
Stars: ✭ 1,252 (+1322.73%)
Mutual labels:  recognition
Phormatics
Using A.I. and computer vision to build a virtual personal fitness trainer. (Most Startup-Viable Hack - HackNYU2018)
Stars: ✭ 79 (-10.23%)
Mutual labels:  recognition
Breast Cancer Classification
Breast Cancer Classification using CNN and transfer learning
Stars: ✭ 86 (-2.27%)
Mutual labels:  deep-neural-networks
Awesome Learning With Label Noise
A curated list of resources for Learning with Noisy Labels
Stars: ✭ 1,205 (+1269.32%)
Mutual labels:  deep-neural-networks
Dltk
Deep Learning Toolkit for Medical Image Analysis
Stars: ✭ 1,249 (+1319.32%)
Mutual labels:  deep-neural-networks
Tf Siamesenet
Face recognition based on SiameseNet
Stars: ✭ 87 (-1.14%)
Mutual labels:  recognition
Niftynet
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Stars: ✭ 1,276 (+1350%)
Mutual labels:  deep-neural-networks
Cfsrcnn
Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2020)
Stars: ✭ 84 (-4.55%)
Mutual labels:  deep-neural-networks

My Solution to Facial Emotion Recognization in Kaggle competition

This is my solution to Facial Emotion Recognization in Kaggle. The motivation of this task is to recognize humans' facial emotions in the natural environment, which is fun but a little difficult. The reason for this is the facial emotions on people's faces are always neutral, that is to say, it is difficult to distinguish if a person is happy or surprise, simultaneously.


The data consists of 48x48 pixel grayscale images of faces. And there are more than 30000 samples. The task is to categorize each face into one out of seven categories, based on the emotion shown in the facial expression (0=Angry, 1=Disgust, 2=Fear, 3=Happy, 4=Sad, 5=Surprise, 6=Neutral).


This is the snapshot of the facial emotion dataset.
image


Note: If you consult my source codes that you may want to incorporate into your algorithm or system, you should clearly cite references in your codes.


Contents


This is the snapshot of my architecture of the deep conv network. image


If you look for the complete data and weights, you can go to Baidu Cloud disk, password: orzv. It includes raw tar.gz data, my neural network structure json file, weights zip file, and the data sets after compressing raw data into hdf5 format files.

Dependencies

  • Anaconda
  • Python 2.7
  • Numpy
  • Keras

Author

@zlpure

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