Deepfake Detection Model Weights
This repository contains Weights.zip.
Contents
- Full training artifacts are stored inside the package under
bundles/.... - Production extraction creates
models/image/...andmodels/video/.... - Production folders keep only the best checkpoint weight plus analysis artifacts.
- Full train restore is available for research and performance analysis.
Usage
Download and extract Weights.zip, then run:
python model_packer.py
In the extracted package menu:
- Option
1builds productionmodels/. - Option
2restores fulltrain/artifacts.
CLI alternatives:
python model_packer.py build-models --all
python model_packer.py restore-train --all
Source package uploaded from Anson-Saju-George/deepfake-model-weights.