pourfard / FaceAntiSpoofing

Multiple face anti-spoofing models from github
21 stars 5 forks source link

How can I fine tune model 8 for my own requirement? #3

Open shru1010 opened 1 month ago

shru1010 commented 1 month ago

I am facing an issue where if the real image is in front of a square-shaped background(window,picture frame) it is reading it as a spoof

I am using a combination of model6 and model8

I have seen a wonderful response otherwise!

Thank you so much for the amazing work!!!!

pourfard commented 1 month ago

Hi,

I have trained mobilenet on a private dataset. There are some samples in benchmark folder. I have gathered about 300 fake and about 2000 real image but unfortunately I cannot share it because of privacy issues. you should gather your own dataset and train a binary classifier.

Thanks