Pinned Repositories
A-Simple-Search-Engine
A Simple Search Engine
adversarial-frcnn
A-Fast-RCNN (CVPR 2017)
age-gender-estimation
Keras implementation of a CNN network for age and gender estimation
bob.db.cuhk_cufs
CUHK Face Sketch Database (CUFS)
caffe-gui-tool
Node based Gui for creating caffe networks
CNN-Detect-Facial-Keypoints
Using Convolutional network for detection of facial keypoints
conv-net-version-3
Deep neural network framework (C++/OpenCV).
cuda-deep-neural-nets
Deep neural network framework (C/C++/CUDA).
facial_expression_recognition
facial_expression_recognition
ml4j
Machine learning for java
deepxkn's Repositories
deepxkn/SGDR
deepxkn/OpenFace-1
OpenFace – a state-of-the art open source tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
deepxkn/FaceIlluminationNormalization
Matlab code of illumination normalization methods for face recognition
deepxkn/CascadedCNNFaceDetection
Face Detection Using Cascaded Convolutional Neural Networks
deepxkn/DeepFace
Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.
deepxkn/CNN-Glasses-Remover
A convolutional neural network project designed to process images in order to remove glasses from faces
deepxkn/triplet
Re-implementation of triplet loss function used in FaceNet and DeepFace
deepxkn/facenet_demo
a ros node using face_net do face_recognition
deepxkn/Face_recogintion_lightingprocess
Based on Enhanced Local Texture Feature Sets for Face Recognition under Difficult Lighting Conditions papers.(i) we present a simple and efficient preprocessing chain that eliminates most of the effects of changing illumination while still preserving the essential appearance details that are needed for recognition; (ii) we introduce Local Ternary Patterns (LTP), a generalization of the Local Binary Pattern (LBP) local texture descriptor that is more discriminant and less sensitive to noise in uniform regions; and (iii) we show that replacing local histogramming with a local distance transform based similarity metric further improves the performance of LBP/LTP based face recognition. I complete it with C++. There are three main contributions:(i) we present a simple and efficient preprocessing chain that eliminates most of the effects of changing illumination while still preserving the essential appearance details that are needed for recognition; (ii) we introduce Local Ternary Patterns (LTP), a generalization of the Local Binary Pattern (LBP) local texture descriptor that is more discriminant and less sensitive to noise in uniform regions; and (iii) we show that replacing local histogramming with a local distance transform based similarity metric further improves the performance of LBP/LTP based face recognition.
deepxkn/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
deepxkn/MLproject_FaceRecognition2
In this project, following feature extraction methods and SVM based classifiers are used for recognizing human faces under different facial expressions, pose and illumination: Linear and kernel SVM PCA followed by linear and kernel SVM LDA followed by linear and kernel SVM
deepxkn/mxnet-face
Using mxnet for face-related algorithm.
deepxkn/tripletloss
tripletloss in caffe
deepxkn/python_misc
Some python programs for data preprocessing and analysis
deepxkn/DecosFacerecognition
Facerecognition library using FaceNet
deepxkn/caffe-2
deepxkn/caffe-1
Caffe triplet loss implementation
deepxkn/Identity-Mapping-ResNet-Lasagne
Reproduction of some of the results form 'Identity Mappings in Deep Residual Networks'
deepxkn/caffe-model
Python script to generate CNN models on Caffe, specially the inception_v3 \ inception_v4 \ inception_resnet
deepxkn/FaceSwap
Real-time FaceSwap application built with OpenCV and dlib
deepxkn/XX-Net
接力GoAgent翻墙工具----Anti-censorship tools
deepxkn/lantern
:zap: Open Internet for everyone. Lantern is a free desktop application that delivers fast, reliable and secure access to the open Internet for users in censored regions. It uses a variety of techniques to stay unblocked, including P2P and domain fronting. Lantern relies on users in uncensored regions acting as access points to the open Internet.
deepxkn/bob.db.cuhk_cufs
CUHK Face Sketch Database (CUFS)
deepxkn/face-landmark-localization
cnn network predict face landmarks (68 points) and head pose (3d pose, yaw,roll,pitch).
deepxkn/face_rec_casianet_vs2012_project
结合人脸检测、intraface人脸对齐以及casianet人脸特征抽取的项目
deepxkn/caffe-with-net-to-bin
在caffe的基础上添加了训练好的model转换成bin二进制文件的方法。
deepxkn/caffe-master-20150826-triplet
基于20150826 caffe版本上添加的triplet loss与L2 normalize 层
deepxkn/OpenFaceCpp
C++ implementation for OpenFace library by CMU.
deepxkn/clandmark
Open Source Landmarking Library
deepxkn/face_recognition
使用webface人脸数据集以及DeepID网络,通过Caffe训练出模型参数,得到LFW二分类的人脸识别准确率。