All Projects → HandsomeHans → Face-Attributes-MultiTask-Classification

HandsomeHans / Face-Attributes-MultiTask-Classification

Licence: other
Use Cafffe to do Face Attributes MultiTask Classification based on CelebA data sets

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Face-Attributes-MultiTask-Classification

Ssd Models
把极速检测器的门槛给我打下来make lightweight caffe-ssd great again
Stars: ✭ 62 (+93.75%)
Mutual labels:  caffe, face-detection
Facedetection
C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
Stars: ✭ 255 (+696.88%)
Mutual labels:  caffe, face-detection
Mtcnn
全平台实时人脸检测和姿态估计,提供无需任何框架实现Realtime Face Detection and Head pose estimation on Windows、Ubuntu、Mac、Android and iOS
Stars: ✭ 351 (+996.88%)
Mutual labels:  caffe, face-detection
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+4534.38%)
Mutual labels:  caffe, face-detection
Facerecognition
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
Stars: ✭ 137 (+328.13%)
Mutual labels:  caffe, face-detection
PCN-Windows
No description or website provided.
Stars: ✭ 21 (-34.37%)
Mutual labels:  caffe, face-detection
Cnn face detection
Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
Stars: ✭ 251 (+684.38%)
Mutual labels:  caffe, face-detection
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (-21.87%)
Mutual labels:  caffe, face-detection
emotion-detector.js
👹 Emotion recognition in Node.js
Stars: ✭ 30 (-6.25%)
Mutual labels:  face-detection
Faster rcnn Cplusplus vs2013
faster-rcnn_VS2013with C++
Stars: ✭ 77 (+140.63%)
Mutual labels:  caffe
nettutorial
Deep learning tutorial
Stars: ✭ 27 (-15.62%)
Mutual labels:  caffe
AISecurityCamera
A simple Security Camera example which detects motion and perform face recognition
Stars: ✭ 27 (-15.62%)
Mutual labels:  face-detection
caffe-yolo-9000
caffe-yolo-9000
Stars: ✭ 49 (+53.13%)
Mutual labels:  caffe
Contactless-Attendance-System
✨ A Contactless Attendance System where your face is identified for Attendance.
Stars: ✭ 20 (-37.5%)
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 (-12.5%)
Mutual labels:  face-detection
HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example
Stars: ✭ 19 (-40.62%)
Mutual labels:  face-detection
caffe-mobilenet-v3
Caffe Implementation of MobileNets V3
Stars: ✭ 127 (+296.88%)
Mutual labels:  caffe
clockon-clockoff-face-recognition
Face Recognize application. Using FaceNet and CoreML
Stars: ✭ 21 (-34.37%)
Mutual labels:  face-detection
FDCNN
The implementation of FDCNN in paper - A Feature Difference Convolutional Neural Network-Based Change Detection Method
Stars: ✭ 54 (+68.75%)
Mutual labels:  caffe
FaceRecognition With FaceNet Android
Face Recognition using the FaceNet model and MLKit on Android.
Stars: ✭ 113 (+253.13%)
Mutual labels:  face-detection

Face-Attributes-MultiTask-Classification

Use Cafffe to do Face Attributes MultiTask Classification based on CelebA data sets


  1. Put convert_multilabel.cpp into caffe_root/tools/
  2. Remake caffe by running make clean && make all -j8 && make py
  3. Find list_attr_celeba.txt in CelebA_root/Anno/
  4. Run sed -i 's/ / /g' list_attr_celeba.txt to replace double sapce to single space.
  5. Use processlist.py to pick up which attributes you want.
  6. Then, run sed -i 's/-1/0/g' train.txt
  7. Next, use create_lmdb.sh to create lmdb datasets.
  8. Finally, change mcnn_Attri.prototxt suited for your situation.
  9. show.py is used for training output visulisation.

image image


中文博客地址

https://blog.csdn.net/renhanchi/article/details/81903684


References

https://github.com/HolidayXue/CodeSnap

https://zhuanlan.zhihu.com/p/22190532

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