rshaojimmy / RFMetaFAS

[AAAI 2020] Pytorch codes for Regularized Fine-grained Meta Face Anti-spoofing

Home Page:https://arxiv.org/pdf/1911.10771.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

depth map

milky-tea-1997 opened this issue · comments

Is the depth map label range 0-255 or 0-1? If it is the latter, what is the normalization method?

Depth map will be normalized to [0, 1] via transforms.ToTensor().

Thanks.