FakeVideoForensics Save Abandoned

Detect deep fakes videos

Project README

Fake Video Forensics

FakeVideoForensics is an ambicious open-source tool that allows to detect fake videos using the best algorithms and released tools.

Our tool is useful for OSINT researchers, threat intelligence analysts and to design the best procedures on authentication and identification of people / users, especially in the area of security behavior.

Currently, our tool can detect fake faces from urls (videos from youtube) and video files that use FaceSwap, Face2Face or DeepFakes as algorithm to create fake content. We use the advanced researches in this topic to get this target. For example, we use an evolution of the research FaceForensics++.

Requirements

Build & Run

NOTE: Only CPU is supported at this time.

For Mac & Linux users

docker build -t fakevideoforensics .
docker run -it -v `pwd`:/app fakevideoforensics

For Windows users

docker build -t fakevideoforensics .
docker run -it -v %cd%:/app fakevideoforensics

Usage

usage: main.py [-h] [--model_path MODEL] [--output_path VIDEOOUT]
               [--start_frame START_FRAME] [--end_frame END_FRAME] [--cuda]
               [--fast] --video_path VIDEOIN

optional arguments:
  -h, --help            show this help message and exit
  --model_path MODEL, -mi MODEL
  --output_path VIDEOOUT, -o VIDEOOUT
  --start_frame START_FRAME
  --end_frame END_FRAME
  --cuda
  --fast

required arguments:
  --video_path VIDEOIN, -i VIDEOIN

Example

user@host:/app# python3 main.py -i https://www.youtube.com/watch?v=GTh2tRAE2w4 -mi models/full/xception/full_c23.p
[youtube] GTh2tRAE2w4: Downloading webpage
[youtube] GTh2tRAE2w4: Downloading video info webpage
WARNING: Unable to extract video title
[youtube] GTh2tRAE2w4: Downloading MPD manifest
[download] video.mp4 has already been downloaded
[download] 100% of 1.75MiB
video.mp4
Starting: video.mp4
Model found in models/full/xception/full_c23.p
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 694/694 [09:57<00:00,  1.35it/s]
The Fake Score is: 90.05763688760807%
Output video in: video.avi

Demo

Authors

  • Dr. Alfonso Muñoz (@mindcrypt),
  • Miguel Hernández (@miguelhzbz),
  • Jose Ignacio Escribano Pablos (@jiep)

Credits

References

  • FaceForensics++: Learning to Detect Manipulated Facial Images - Andreas Rössler, Davide Cozzolino, Luisa Verdoliva, Christian Riess, Justus Thies, Matthias Nießner. https://arxiv.org/abs/1901.08971.
Open Source Agenda is not affiliated with "FakeVideoForensics" Project. README Source: bbvanexttechnologies/fakeVideoForensics
Stars
66
Open Issues
5
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating