Skip to content

Commit dde42bb

Browse files
committed
add userful materials
1 parent 9d742d3 commit dde42bb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
11
# Face-Resources
2+
Following is a growing list of some of the materials I found on the web for research on face recognition algorithm.
3+
##Papers
4+
1. [DeepFace](https://www.cs.toronto.edu/~ranzato/publications/taigman_cvpr14.pdf).A work from Facebook.
5+
2. [FaceNet](http://www.cv-foundation.org/openaccess/content_cvpr_2015/app/1A_089.pdf).A work from Google.
6+
7+
##Datasets
8+
9+
1. [CASIA WebFace Database](http://www.cbsr.ia.ac.cn/english/CASIA-WebFace-Database.html). 10,575 subjects and 494,414 images
10+
2. [Labeled Faces in the Wild](http://vis-www.cs.umass.edu/lfw/).13,000 images and 5749 subjects
11+
3. [Large-scale CelebFaces Attributes (CelebA) Dataset](http://mmlab.ie.cuhk.edu.hk/projects/) 202,599 images and 10,177 subjects. 5 landmark locations, 40 binary attributes.
12+
4. [MSRA-CFW](http://research.microsoft.com/en-us/projects/msra-cfw/). 202,792 images and 1,583 subjects.
13+
##Trained Model
14+
1. [openface](https://github.com/cmusatyalab/openface). Face recognition with Google's FaceNet deep neural network using Torch.
15+
2. [VGG-Face](http://www.robots.ox.ac.uk/~vgg/software/vgg_face/). VGG-Face CNN descriptor. Impressed embedding loss.
16+
##Software
17+
1. [OpenCV](http://opencv.org/)
18+
2. [dlib](http://dlib.net/ml.html)
19+
3. [ccv](https://github.com/liuliu/ccv)
20+
21+
##Frameworks
22+
1. [Caffe](http://caffe.berkeleyvision.org/)
23+
2. [Torch7](https://github.com/torch/torch7)
24+
3. [Theano](http://deeplearning.net/software/theano/)
25+
4. [cuda-convnet](https://code.google.com/p/cuda-convnet/)
26+
27+
##Miscellaneous
28+
1. [faceswap](https://github.com/matthewearl/faceswap) Face swapping with Python, dlib, and OpenCV
29+
2. [Facial Keypoints Detection](https://www.kaggle.com/c/facial-keypoints-detection/details/deep-learning-tutorial) Competition on Kaggle.

0 commit comments

Comments
 (0)