CoolFace
Modelpublic

scarlettss/NTIRE2026_deepfake

sourceHugging Facemitupdated 6mo agoView on Hugging Face
1likes
Model Card

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.txt are installed.
2. Configure Inference
  • —Open the infer.sh script in a text editor.
  • —Locate the -d flag 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.zip file containing the predictions will be created in the root directory.