Skip to content

Commit

Permalink
Changing title weight
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfakes authored Dec 19, 2017
1 parent d37ac38 commit f169d8f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
This is the code from [deepfakes' faceswap project](https://www.reddit.com/user/deepfakes/).

### deepfakes_faceswap
# deepfakes_faceswap
You'll find here the code for the project. The original code is in the first commits of the master.

## How to contribute

# For devs
### For devs
- Read this README entirely
- Fork the repo
- Download the data with the link provided below
- Play with it
- Check issues with the 'dev' tag

# For command-line aware contributors
### For command-line aware contributors
- Read this README entirely
- Clone the repo
- Download the data with the link provided below
- Play with it
- Check issues with the 'advuser' tag

# For end-users
### For end-users
Sadly the project is not yet ready to use for non technical people, it will improve over time, so check for updates regularly and discuss with other.
What you can do for now is collect the photos you want to see processed and shere them with others. Submit them with a comment [here](https://github.com/deepfakes/faceswap/issues/1)

# For haters
### For haters
Sorry no time for you

## Overview
Expand All @@ -33,13 +33,13 @@ The project has multiple entry points. You will have to:
- **Train** a model on your photos (or use the one provided in the training data provided below)
- **Convert** your sources with the model

# Extract
### Extract
From your setup folder, run `python extract.py`. This will take photos from `src` folder and extract faces into `extract` folder.

# Train
### Train
From your setup folder, run `python train.py`. This will take photos from `data/trump` and `data/cage` folder and train a model that will be saved inside the `models` folder.

# Convert
### Convert
From your setup folder, run `python convert_photo.py`. This will take photos from `original` folder and apply new faces into `modified` folder.

Note: there is no conversion for video yet. You can use MJPG to convert video into photos,, process images, and convert images back to video
Expand All @@ -50,7 +50,7 @@ https://anonfile.com/p7w3m0d5be/face-swap.zip or [click here to download](https:

## How To setup and run the project

# Setup
### Setup
Clone the repo and setup you environment. There is a Dockerfile that should kickstart you. Otherwise you can setup things manually, see in the Dockerfiles for dependencies

**Main Requirements:**
Expand Down

0 comments on commit f169d8f

Please sign in to comment.