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

9 commits

Author SHA1 Message Date
Gareth Dunstone
d17d7bd2dd Added progress bar re https://github.com/deepfakes/faceswap/issues/80
Fixed uppercase extensions re
https://github.com/deepfakes/faceswap/issues/75
2018-01-31 11:33:14 +11:00
Clorr
3e2976ab03 Adding plugins 2018-01-03 10:33:39 +01:00
Édouard WILLISSECK
0dcf192716 Improvement of the train action usability. (#37)
* Improvement of the train action usability.

* Prints the current iteration number in verbose mode.
* The number of iterations before saving the data can be changed by a command line optin.

* Added option to write training result to file even when in preview.

* Prints time elapsed for each iteration in verbose mode when training.
2017-12-28 20:55:39 +01:00
É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