scarlettss/NTIRE2026_deepfake
1
Model Card for
NTIRE2026-Robust Deepfake Detection Challenge - Ant International
model_weight:
- `ViT-CLS` (Weight file: `deepfake_v135_epoch_1.pt`)
- `ViT-Attnpool` (Weight file: `deepfake_v156_epoch_1.pt`)
How to Use
1. Prerequisites
- Python 3.10 is recommended for compatibility.
- Ensure all dependencies from
requirements.txtare installed.
2. Configure Inference
- Open the
infer.shscript in a text editor. - Locate the
-dflag and change its argument to the full path of your test image directory.
3. Run and Get Results
- Execute the script from your terminal:
bash infer.sh. - Upon completion, a
submission.zipfile containing the predictions will be created in the root directory.
