Tensorflow-implementation-of-LCNN
Face recognizer
An implementation of a deep face recognition algorithm in TensorFlow
A Tensorflow implementation of "A Light CNN for Deep Face Representation with Noisy Labels"
78 stars
10 watching
12 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list
face-recognitionface-verificationlightcnntensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
ipazc/mtcnn | A Python package implementing a robust face detection and alignment algorithm using a multitask cascaded convolutional network. | 2,256 |
l706077/dnn-face-recognition-papers | A collection of papers on deep learning techniques for face recognition and related topics such as embedding generation and neural network optimization. | 215 |
muyang0320/tensorflow-deeplab-resnet-crf | An implementation of DeepLab-ResNet in TensorFlow for semantic image segmentation | 18 |
muyang0320/tf-fcn | A basic implementation of a fully convolutional network (FCN) for image segmentation in TensorFlow. | 9 |
carpedm20/lstm-char-cnn-tensorflow | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
lelechen63/atvgnet | This repository provides implementations of neural networks used in cross-modal talking face generation | 258 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 875 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
brade31919/srgan-tensorflow | Tensorflow implementation of a generative adversarial network for single image super-resolution | 848 |
guillaume-chevalier/har-stacked-residual-bidir-lstms | An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. | 319 |
clcarwin/sphereface_pytorch | A PyTorch implementation of the SphereFace face recognition algorithm. | 716 |
david-guo/face_recognize | An implementation of PCA-based face recognition in MATLAB using a GUI | 201 |
faceperceiver/laion-face | Provides pre-trained face detection and analysis models using large-scale image-text data | 281 |