Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The models were trained using the Face2Face face tracker, though the `detect_fro
Note that we provide the trained models from our paper which have not been fine-tuned for general compressed videos. You can find our used models under [this link](http://kaldir.vc.in.tum.de:/FaceForensics/models/faceforensics++_models.zip).

Setup:
- Install required modules via `requirement.txt` file
- Install required modules via `requirements.txt` file
- Run detection from a single video file or folder with
```shell
python detect_from_video.py
Expand Down