Giter Club home page Giter Club logo

deepfake-faces's Introduction

Deepfake-faces

My independent implementation of Deepfake. This is only pet-project.

How to use

  1. Put source video named 'data_src.mp4' into 'data/src/src_video/' folder.
  2. Put destination video named 'data_dst.mp4' into 'data/dst/dst_video/' folder.
  3. Use preprocess_data.py for extracting faces, metadata, frames and make data augmentation from "data/training_data/src/src_video/data_src.mp4" folder into "data/training_data/src/src_video_faces/faces/face_images/" , "data/training_data/src/src_video_faces/faces/face_info/" and "data/training_data/src/src_video_faces/frames/" directories. This module makes the same operation for dst folder.
  4. Train GAN from train_gan.py module. Epochs and batch_size you can change inside main function. There are all model files in 'data/models/' folder.
  5. Use predict_faces.py to generate faces from train model. Generated images you can find in 'data/predictions/' directory.
  6. Use face_swap.py to take original frames, faces`s metadata and predicted images to swap and write in 'data/swapped_frames/' folder.
  7. Use fake_video_maker.py to create final fake video and save it in 'data/deep_fake_video/' folder.

Recommendations

  1. The Deepfake-faces pet-project works well only with videos where faces can be ease recognized.
  2. This code works only with one face in video. REMEMBER THIS.
  3. Batch_size should be not less then 5 and no more then 32.
  4. Amount of global epochs should be 1000 - 2000.

deepfake-faces's People

Contributors

ollitros avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.