ahaliassos / LipForensics

Lips Don't Lie: A Generalisable and Robust Approach to Face Forgery Detection (CVPR 2021)
MIT License
120 stars 26 forks source link

How does the output logits value judge whether it is real or fake? #13

Open tapas opened 1 year ago

tapas commented 1 year ago

To predict as real or fake from logits, can I sigmoid(logits) and put some threshold say 0.3 to classify as real or fake ? Or shall I directly threshold logits ? If yes can you suggest some threshold ? Thanks