Closed snigdha1292 closed 5 years ago
@snigdha1292 There are two types of Face Comparison:
Hence, during both training and testing time, the input to your deep learning model, will be two images. And the deep learning model will perform binary classification.
For the question 1, I do not understand the binary classification part. What I understand is that we do face recognition using CNN and then at test time pick two images and classify them to the two classes by either checking the labels or through some distance metrics and using threshold on the features extracted. Is my understanding right?