File size: 419 Bytes
ab91377 0e2906a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
license: apache-2.0
tags:
- image-classification
- deepfake-detection
- pytorch
---
# CNN Transfer (DeepFakeDetector)
Binary image classifier for deepfake or AI-generated image detection.
## Label convention (fixed)
- 0 = real
- 1 = fake
## Preprocessing
- Resize to 224x224
- Normalize with ImageNet mean/std
## Output
- prob_fake in [0, 1] computed as softmax(logits)[fake]
- decision threshold: 0.024
|