All Projects → bruceyang2012 → Face Identification With Cnn Triplet Loss

bruceyang2012 / Face Identification With Cnn Triplet Loss

Face identification with cnn+triplet-loss written by Keras.

Projects that are alternatives of or similar to Face Identification With Cnn Triplet Loss

Neural Image Captioning
Implementation of Neural Image Captioning model using Keras with Theano backend
Stars: ✭ 12 (-73.33%)
Mutual labels:  jupyter-notebook, cnn
Facerecognition
OpenCV 3 & Keras implementation of face recognition for specific people.
Stars: ✭ 32 (-28.89%)
Mutual labels:  cnn, face-recognition
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-53.33%)
Mutual labels:  jupyter-notebook, cnn
Dlib face recognition from camera
Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
Stars: ✭ 719 (+1497.78%)
Mutual labels:  cnn, face-recognition
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (-13.33%)
Mutual labels:  jupyter-notebook, cnn
Getting Things Done With Pytorch
Jupyter Notebook tutorials on solving real-world problems with Machine Learning & Deep Learning using PyTorch. Topics: Face detection with Detectron 2, Time Series anomaly detection with LSTM Autoencoders, Object Detection with YOLO v5, Build your first Neural Network, Time Series forecasting for Coronavirus daily cases, Sentiment Analysis with BERT.
Stars: ✭ 738 (+1540%)
Mutual labels:  jupyter-notebook, face-recognition
Qa Rankit
QA - Answer Selection (Rank candidate answers for a given question)
Stars: ✭ 30 (-33.33%)
Mutual labels:  jupyter-notebook, cnn
Cvnd exercises
Exercise notebooks for CVND.
Stars: ✭ 622 (+1282.22%)
Mutual labels:  jupyter-notebook, cnn
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-24.44%)
Mutual labels:  jupyter-notebook, cnn
Dl Colab Notebooks
Try out deep learning models online on Google Colab
Stars: ✭ 969 (+2053.33%)
Mutual labels:  jupyter-notebook, cnn
Facial Similarity With Siamese Networks In Pytorch
Implementing Siamese networks with a contrastive loss for similarity learning
Stars: ✭ 719 (+1497.78%)
Mutual labels:  jupyter-notebook, face-recognition
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-8.89%)
Mutual labels:  jupyter-notebook, cnn
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+13197.78%)
Mutual labels:  jupyter-notebook, cnn
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+1884.44%)
Mutual labels:  jupyter-notebook, cnn
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+1326.67%)
Mutual labels:  jupyter-notebook, face-recognition
Kaggle Web Traffic Time Series Forecasting
Solution to Kaggle - Web Traffic Time Series Forecasting
Stars: ✭ 29 (-35.56%)
Mutual labels:  jupyter-notebook, cnn
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+14973.33%)
Mutual labels:  jupyter-notebook, cnn
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+1106.67%)
Mutual labels:  jupyter-notebook, cnn
Gaze Estimation
A deep learning based gaze estimation framework implemented with PyTorch
Stars: ✭ 33 (-26.67%)
Mutual labels:  jupyter-notebook, cnn
Facerecog
Face Recognition using Neural Networks implemented using Keras
Stars: ✭ 39 (-13.33%)
Mutual labels:  jupyter-notebook, face-recognition

Description

This is a implementation of cnn+triplet-loss for face identification written by keras, which is the last step of my FaceID system. You can find another two repositories as follows:

  1. Face-detection-with-mobilenet-ssd
  2. Face-Alignment-with-simple-cnn
  3. Face-identification-with-cnn-triplet-loss

prepare data

  1. Download caltech faces from Official Website , and put it into face_data folder in organize_data.py.
  2. Run organize_data.py to generate train, test, dev data.
  3. Run load_data.py to generate train_x.npy, train_y.npy and so on.

train

Follow face_train.ipynb step by step. You can change the parameters for better performance.

to do

Compare with center loss.

References

meownoid/face-identification-tpe

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