SoftwareGift / FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019

Code for 3rd Place Solution in Face Anti-spoofing Attack Detection Challenge @ CVPR2019,model only 0.35M!!! 1.88ms(CPU)
Other
928 stars 282 forks source link

how to commpute normalize accorcoding to casia-surf val? #40

Open eeric opened 5 years ago

eeric commented 5 years ago

accorcoding to casia-surf val to commpute

normalize = transforms.Normalize(mean=[0.14300402, 0.1434545, 0.14277956],
std=[0.10050353, 0.100842826, 0.10034215]) how to commpute normalize? do you have any references? how about training effect using normalize?

RishengZhou commented 5 years ago

accorcoding to casia-surf val to commpute

normalize = transforms.Normalize(mean=[0.14300402, 0.1434545, 0.14277956], std=[0.10050353, 0.100842826, 0.10034215]) how to commpute normalize? do you have any references? how about training effect using normalize?

Have you found out how to compute the value of normalize ? It also confusd me.