You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the normalization parameters as per the calculated training dataset RGB mean and standard deviation values in this script . It may or not be a better normalization technique than the one used by insightface and other face recognition repositories, but I have chosen using the training dataset values as good practice.
usually: Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225])
insightface: Normalize(mean=[0.5, 0.5, 0.5], std=[0.5, 0.5, 0.5])
the reason why your set?
__
The text was updated successfully, but these errors were encountered: