tamerthamoqa / facenet-pytorch-glint360k

A PyTorch implementation of the 'FaceNet' paper for training a facial recognition model with Triplet Loss using the glint360k dataset. A pre-trained model using Triplet Loss is available for download.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About maintaining the aspect ratio of face

hwenwur opened this issue · comments

Hi,
I found the faces in your training and LFW test datasets are stretched. But from my perspective, if the trained model infers in normal aspect ratio faces, which may result in a performance degeneration.

do you think it is neccessary to keep the original face aspect ratio?