All Projects → AlexHex7 → DRML_pytorch

AlexHex7 / DRML_pytorch

Licence: other
Implementation of Deep Region and Multi-Label Learning for Facial Action Unit Detection.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DRML pytorch

Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-44.44%)
Mutual labels:  face-detection
Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Stars: ✭ 20 (-44.44%)
Mutual labels:  face-detection
Recogcis
Face detection & recognition AR app using the mlmodel to recognize company employees.
Stars: ✭ 28 (-22.22%)
Mutual labels:  face-detection
AISecurityCamera
A simple Security Camera example which detects motion and perform face recognition
Stars: ✭ 27 (-25%)
Mutual labels:  face-detection
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (+25%)
Mutual labels:  face-detection
Face-Attributes-MultiTask-Classification
Use Cafffe to do Face Attributes MultiTask Classification based on CelebA data sets
Stars: ✭ 32 (-11.11%)
Mutual labels:  face-detection
zed face
zedboard上基于FPGA+ARM的人脸识别智能监控系统。关键词:linux,zedboard,arm,fpga,人脸检测,人脸识别。
Stars: ✭ 38 (+5.56%)
Mutual labels:  face-detection
mtcnn-pytorch
pytorch implementation of face detection algorithm MTCNN
Stars: ✭ 61 (+69.44%)
Mutual labels:  face-detection
PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
Stars: ✭ 28 (-22.22%)
Mutual labels:  face-detection
mlapi
An easy to use/extend object recognition API you can locally install. Python+Flask. Also works with ZMES!
Stars: ✭ 49 (+36.11%)
Mutual labels:  face-detection
Facial-Recognition-Attendance-System
An attendance system which uses facial recognition to detect which people are present in any image.
Stars: ✭ 48 (+33.33%)
Mutual labels:  face-detection
retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+572.22%)
Mutual labels:  face-detection
FaceSearch
FaceSearch: Searches for faces in a given image using the Google Reverse Image Search engine.
Stars: ✭ 44 (+22.22%)
Mutual labels:  face-detection
emotion-detector.js
👹 Emotion recognition in Node.js
Stars: ✭ 30 (-16.67%)
Mutual labels:  face-detection
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (+41.67%)
Mutual labels:  face-detection
HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example
Stars: ✭ 19 (-47.22%)
Mutual labels:  face-detection
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-41.67%)
Mutual labels:  face-detection
OpenCVTest
基于OpenCV实现人脸检测和智能选区截图(仿扫描王APP)的功能
Stars: ✭ 33 (-8.33%)
Mutual labels:  face-detection
gaze-estimation-with-laser-sparking
Deep learning based gaze estimation demo with a fun feature :-)
Stars: ✭ 32 (-11.11%)
Mutual labels:  face-detection
face-detectify
😅 Detect faces in images. Without native modules. It uses tracking.js.
Stars: ✭ 20 (-44.44%)
Mutual labels:  face-detection

DRML_pytorch

Statement

  • Do the Experiments on the Cohn-Kanade dataset. And I only use about 600 images (nearly 500 images for training, 100 images for testing, 12 AU, no alignment ).

  • Compare with and without Region Layer. In the situation of without Region Layer, I use one convolution layer to replace it.

  • Directly train without sample operation to deal with imbalance between positive and negative samples. So the dataset only contains label (1, -1)

  • Calculate loss according to the formula in Paper which considers the label {-1, 0, 1}. So If you want to do the paper's experiments (positive and negative samples for each AU), you can rewrite the lib/data_loader.

  • Only calculate the F1-score.

Environment and Compile

  • python 3.6
  • pytorch 0.3.0

Accuracy

You can see the results in log files

  • logs/region_layer.log.
  • logs/without_region_layer.log.

Visualization The result with region layer is worse than without region layer. I think it maybe have something to do with

  • Small dataset (overfitting) which has only 600 images and no sample operation.
  • Without alignment.

Compare to the results in paper (Some AU is different from the AU in my experiment)

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