ChengKai-Wang / Momentum-Contrast-On-Face-Similarity-Retrieval

Momentum Contrast (Kaiming He et al., 2019) applying on Face Similarity Retrieval Problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe

Training

  1. Data: place in folder "./train" default. Images pair that augmented from same image should be named as "ImagesName_aug1.png"/"ImagesName_aug2.png"

Testing

  1. Data: place in folder "./test" default. Images pair that augmented from same image should be named as "ImagesName_aug1.png"/"ImagesName_aug2.png"

About

Momentum Contrast (Kaiming He et al., 2019) applying on Face Similarity Retrieval Problem.


Languages

Language:Python 100.0%