Open SE2AI opened 4 years ago
Hi @SE2AI, Any luck on this issue?
I see a similar problem. I get a score of about 0.4 for both live and replay-attack.
One thing that I found in facepad-test.py is that, by default opencv reads in BGR format, this needs to be converted to RGB before feeding to the network. However, this change doesn't help either.
@yaojieliu, any thoughts on this? Do we need a complete re-train for more number of epochs maybe?
The code can be run successfully, but when taking both a real and a fake video from Replay-Attack database as inputs, the model generates both score sequence with value alomost equals to 0.4. So, it seems the model cannot distinguish real and fake videos with low resolution, right?