ZhaoJ9014 / face.evoLVe

🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
MIT License
3.41k stars 759 forks source link

How to do inference using head on same faces? #174

Open abhiksark opened 2 years ago

abhiksark commented 2 years ago

def forward(self, input, label).

During inference time, we won't know the value of the label. How to make inference in such cases? Should we only return the value of cosine = F.linear(F.normalize(input), F.normalize(self.weight))