Home

Awesome

ComparatorNetwork_PyTorch

This is an unofficial implementation of VGG's Comparator Network [1] using PyTorch.
Overall architecture is below.
<img src="./CompNet_archi.png" width=auto height=700></img>

Dependencies

Implemented Part

Currently ongoing part

Dataset

Download VGGFace2 dataset [link]

Train

python train.py -i "path to your local VGGFace2 train img dir"

References

  1. Weidi Xie, Li Shen, Andrew Zisserman, Comparator Networks, 2018 [pdf]