1
0
Fork 0
mirror of https://github.com/deepfakes/faceswap synced 2025-06-08 03:26:47 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Édouard WILLISSECK
59d234ae5e Unified CLI (#22)
* Created a single script to call the other ones.

Usage is ./faceswap.py {train|extract|convert}

* Improved the help from the commands.

* Added forgotten faceswap.py file.

* Changed gitignore to add the scripts.

* Updates gitignore.

* Added guarding not to execute code when imported.

* Removed useless script. Display help when no arguments are provided.

* Update README
2017-12-25 02:17:02 +01:00
Hidde Jansen
66d59c3c5c Fix training command line arguments.
I'm severely drunk and I accidentally pushed to master. Sorry!
2017-12-23 00:22:35 +01:00
Hidde Jansen
c956cdf42f Add command line options for train.py 2017-12-23 00:16:27 +01:00
deepfakes_tmp
99942142ab Cleanup
- improved .gitignore
 - python2 compatibility
 - removing aligner
2017-12-22 11:06:24 +01:00
Hidde Jansen
3ba44f7551
Add optional model path to convert.py (#14) 2017-12-22 02:07:04 +01:00
Hidde Jansen
7f7f110933
Command line options for convert.py (#13)
* Rewrite extract.py, make code re-usable for conversion too.

* Add convert.py, adding command line options
2017-12-22 01:52:47 +01:00