Xiaoccer / MobileFaceNet_Pytorch

MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices
355 stars 88 forks source link

How to set the mean and threshold #21

Open liamsun2019 opened 2 years ago

liamsun2019 commented 2 years ago

Hi author,

How can we set the mean and threshold for 2 input faces? For instance, we firstly calculate the 2 features of the input faces. Then we have to normalize the features where an appropriate mean value is needed. How can I get the mean value as well as the threshold? Any suggestions are appreciated. Thanks.