CHELSEA234 / Multi-domain-learning-FAS

The multi-domain FAS work with SiW-Mv2 dataset (ECCV 2022 oral)
http://cvlab.cse.msu.edu/siwm-v2-dataset.html
66 stars 9 forks source link

How to get live/spoof? #11

Closed angelabr closed 1 year ago

angelabr commented 1 year ago

hi, I see the model outputs depth, region, content, and additive traces, how is it possible to transform this to live/spoof to replicate your paper?

CHELSEA234 commented 1 year ago

Thank you for the question. In my script, i have the live reconstruction, which is recon variable in https://github.com/CHELSEA234/Multi-domain-learning-FAS/blob/main/source_SiWMv2/train_architecture.py#L230. Also, I do not have spoof reconstruction as the original PAMI paper has.

angelabr commented 1 year ago

Thank you for your prompt reply, I don't understand what is the purpose of recon though, is it possible or can it be used to obtain kind of a numerical output that states whether an image is live or spoof?