Contrastive-Convolution
Implementation of Face Recognition with Contrastive Convolution
- ECCV 2018. [Work in Progress]
Requirements
- Pytorch - 0.4.1
- Numpy
- OpenCV
- Sklearn
Dataset
Currently the data_loader.py
supports LFW dataset. Kindly download it from the official website of LFW.
Training
python main.py
(For arguments check main.py
)