Convolutional neural network for kinship verification. More information can be found in this paper.
Python >= 3.6PyTorch >= 1.0
- Download Families in the Wild dataset. Unzip and organize like this:
data
├── train
│ └── ...
├── test
│ └── ...
└── train_relationships.csv
-
Clone pretrained implementation of FaceNet for PyTorch:
git clone https://github.com/timesler/facenet-pytorch.git facenet_pytorch -
Run
train.py.
A Siamese network with FaceNet encoder is used:


