wangzhuo2019 / SSAN

Domain Generalization via Shuffled Style Assembly for Face Anti-Spoofing, CVPR2022.
MIT License
95 stars 22 forks source link

How can we utilize the score output by an SSAN model to determine whether a face image is live or spoof? #22

Open JohnCarpenter2 opened 9 months ago

JohnCarpenter2 commented 9 months ago

Hi, we would like to use SSAN to determine whether a face image is live or spoof. If we input the image into the SSAN model, we can obtain a score output by the model. How can we utilize this score to determine whether the face image is live or spoof? Thank you.