IrvingMeng / MagFace

MagFace: A Universal Representation for Face Recognition and Quality Assessment, CVPR2021, Oral
Apache License 2.0
618 stars 86 forks source link

Question about acc@1 and acc@5 #68

Closed vkouam closed 9 months ago

vkouam commented 9 months ago

Hello,

during the training, I get among others the following output values: Acc@1 100.00 (100.00) Acc@5 100.00 (100.00)

What is please the role these accuracies and is it ok, when they amount 100 by each training epoch?

Thanks in advance!

Kind regards

vkouam commented 9 months ago

I assume, that Acc@1 indicates the accuracy if the correct label is among the first best predictions, while Acc@5 indicates the accuracy if the correct label is among the five best predictions.