All Projects → yule-li → Cosface

yule-li / Cosface

Tensorflow implementation for paper CosFace: Large Margin Cosine Loss for Deep Face Recognition

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cosface

Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-30%)
Mutual labels:  face
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (-22.4%)
Mutual labels:  face
Faceimagequality
Code and information for face image quality assessment with SER-FIQ
Stars: ✭ 223 (-10.8%)
Mutual labels:  face
Waveletsrnet
A pytorch implementation of Paper "Wavelet-srnet: A wavelet-based cnn for multi-scale face super resolution"
Stars: ✭ 186 (-25.6%)
Mutual labels:  face
Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (-23.6%)
Mutual labels:  face
Face Dataset
Face related datasets
Stars: ✭ 204 (-18.4%)
Mutual labels:  face
Dockerface
Face detection using deep learning.
Stars: ✭ 173 (-30.8%)
Mutual labels:  face
Ros robotics projects
Example codes of new book ROS Robotics Projects
Stars: ✭ 240 (-4%)
Mutual labels:  face
Gan Mnist
Generative Adversarial Network for MNIST with tensorflow
Stars: ✭ 193 (-22.8%)
Mutual labels:  face
3dmmasstn
MatConvNet implementation for incorporating a 3D Morphable Model (3DMM) into a Spatial Transformer Network (STN)
Stars: ✭ 218 (-12.8%)
Mutual labels:  face
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (-24.4%)
Mutual labels:  face
Tdtouchid
TDTouchID是一个封装好的指纹、FaceID验证库,可以用来做iOSAPP的登录/支付等验证。
Stars: ✭ 191 (-23.6%)
Mutual labels:  face
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (-18.4%)
Mutual labels:  face
Fbrecog
An unofficial python wrapper for the Facebook face recognition endpoint
Stars: ✭ 184 (-26.4%)
Mutual labels:  face
Cognitive Face Python
Python SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 226 (-9.6%)
Mutual labels:  face
Face And Image Super Resolution
Stars: ✭ 174 (-30.4%)
Mutual labels:  face
Tf flame
Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.
Stars: ✭ 193 (-22.8%)
Mutual labels:  face
Pychubby
Automated face warping tool.
Stars: ✭ 240 (-4%)
Mutual labels:  face
Pulse
A pendant to warn you when you touch your face
Stars: ✭ 229 (-8.4%)
Mutual labels:  face
Visioninsdk
类似faceu的移动端视频美颜、视频滤镜、人脸实时关键点追踪、实时整形(瘦脸大眼睛等)、动态贴纸
Stars: ✭ 215 (-14%)
Mutual labels:  face

Recent Update

2018.07.04: I achieved a better accuracy(99.2%,trained model) on LFW. I did some modification as bellow:

CosFace

This project is aimmed at implementing the CosFace described by the paper CosFace: Large Margin Cosine Loss for Deep Face Recognition. The code can be trained on CASIA-Webface and the best accuracy LFW is 98.6%. The result is lower than reported by paper(99.33%), which may be caused by sphere network implemented in tensorflow. I train the sphere network implemented in tensorflow using the softmax loss and just obtain the accuracy 95.6%, which is more lower than caffe version(97.88%).

Preprocessing

I supply the preprocessed dataset in baidu pan:CASIA-WebFace-112X96,lfw-112X96. You can download and unzip them to dir dataset.

If you want to preprocess the dataset by yourself, you can refer to sphereface.

Train

./train.sh

Test

Modify the MODEL_DIR in test.sh and run ./test.sh.

If you do not want to train your model, you can download my trained model and unzip it to models dir.

Reference

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