UCF
This model has been adapted from DeepfakeBench.
Train UCF model:
- Use
train_ucf.py, which will download necessary pretrainedxceptionbackbone weights from HuggingFace (if not present locally) and start a training job with logging outputs in.logs/. - Customize the training job by editing
config/ucf.yamlpm2 start train_ucf.py --no-autorestartto train a generalist detector on datasets fromDATASET_METApm2 start train_ucf.py --no-autorestart -- --faces_onlyto train a face expert detector on preprocessed-face only datasets
- Use
Miner Neurons:
- The
UCFclass inpretrained_ucf.pyis used by miner neurons to load and perform inference with pretrained UCF model weights.
- The