All Projects → harveyslash → Facial Similarity With Siamese Networks In Pytorch

harveyslash / Facial Similarity With Siamese Networks In Pytorch

Licence: mit
Implementing Siamese networks with a contrastive loss for similarity learning

Projects that are alternatives of or similar to Facial Similarity With Siamese Networks In Pytorch

Artificial Intelligence
Awesome Artificial Intelligence Projects
Stars: ✭ 330 (-54.1%)
Mutual labels:  jupyter-notebook, face-recognition
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (-47.01%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Face Recognition
Deep face recognition with Keras, Dlib and OpenCV
Stars: ✭ 342 (-52.43%)
Mutual labels:  jupyter-notebook, face-recognition
Thinking In Tensors Writing In Pytorch
Thinking in tensors, writing in PyTorch (a hands-on deep learning intro)
Stars: ✭ 287 (-60.08%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (-24.48%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Nlp Notebooks
Learn how to use PyTorch to solve some common NLP problems with deep learning.
Stars: ✭ 293 (-59.25%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Kind Pytorch Tutorial
Kind PyTorch Tutorial for beginners
Stars: ✭ 377 (-47.57%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Cheatsheet
Check out improved:
Stars: ✭ 256 (-64.39%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Deep Learning With Pytorch Chinese
本仓库将PyTorch官方书籍《Deep learning with PyTorch》(基本摘录版)翻译成中文版并给出可运行的相关代码。
Stars: ✭ 517 (-28.09%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Face specific augm
Face Renderer to perform Domain (Face) Specific Data Augmentation
Stars: ✭ 398 (-44.65%)
Mutual labels:  jupyter-notebook, face-recognition
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-61.2%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (-10.71%)
Mutual labels:  jupyter-notebook, face-recognition
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-62.17%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Capsule net pytorch
Readable implementation of a Capsule Network as described in "Dynamic Routing Between Capsules" [Hinton et. al.]
Stars: ✭ 301 (-58.14%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Kaggle Starter
Pytorch starter kit for Kaggle competitions
Stars: ✭ 268 (-62.73%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Fast Pytorch
Pytorch Tutorial, Pytorch with Google Colab, Pytorch Implementations: CNN, RNN, DCGAN, Transfer Learning, Chatbot, Pytorch Sample Codes
Stars: ✭ 346 (-51.88%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+346.31%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+375.38%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Transformers Tutorials
Github repo with tutorials to fine tune transformers for diff NLP tasks
Stars: ✭ 384 (-46.59%)
Mutual labels:  jupyter-notebook, pytorch-tutorial
Early Stopping Pytorch
Early stopping for PyTorch
Stars: ✭ 612 (-14.88%)
Mutual labels:  jupyter-notebook, pytorch-tutorial

Facial Similarity with Siamese Networks in Pytorch

You can read the accompanying article at https://hackernoon.com/one-shot-learning-with-siamese-networks-in-pytorch-8ddaab10340e

The goal is to teach a siamese network to be able to distinguish pairs of images. This project uses pytorch.

Any dataset can be used. Each class must be in its own folder. This is the same structure that PyTorch's own image folder dataset uses.

Update: Looking for contributor (July 2020)

If you would like to be a part of this projec, please head to https://github.com/harveyslash/Facial-Similarity-with-Siamese-Networks-in-Pytorch/issues/35

Converting pgm files (if you decide to use the AT&T dataset) to png

  1. Install imagemagick
  2. Go to root directory of the images
  3. Run find -name "*pgm" | xargs -I {} convert {} {}.png

Installing the right version of PyTorch

This project is updated to be compatible with pytorch 0.4.0

This project requires python3.6

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