* Preparing GAN plugin
* Adding multithreading for extract
* Adding support for mmod human face detector
* Adding face filter argument
* Added process number argument to multiprocessing extractor.
Fixed progressbar for multiprocessing.
* Added tiff as image type.
compression artefacts hurt my feelings.
* Cleanup
* extended arguments for convert re https://github.com/deepfakes/faceswap/issues/85
* forgot to change helptext for extended arguments.
* Added -fr --frame-range argument to convert
accepts a list of frame ranges like `-fr 40-50 90-100`
still writes out frames that havent been converted.
* added --discard-frames argument
--discard-frames discards frames not included in --frame-range instead
of writing them out unchanged.
* Made training message slightly clearer
* Revert "Made training message slightly clearer"
This reverts commit 25a9744aea.
* Training status now '\r's rather than newlines.
Maybe its good, maybe its bad.
I like it.
* fixing https://github.com/deepfakes/faceswap/pull/90#issuecomment-362309166
* Fixing issues with frame-range if no frame-range is specified.
* fixes for check_skip
* extended arguments for convert re https://github.com/deepfakes/faceswap/issues/85
* forgot to change helptext for extended arguments.
* Added -fr --frame-range argument to convert
accepts a list of frame ranges like `-fr 40-50 90-100`
still writes out frames that havent been converted.
* added --discard-frames argument
--discard-frames discards frames not included in --frame-range instead
of writing them out unchanged.
* Made training message slightly clearer
* Revert "Made training message slightly clearer"
This reverts commit 25a9744aea.
* Training status now '\r's rather than newlines.
Maybe its good, maybe its bad.
I like it.
* fixing https://github.com/deepfakes/faceswap/pull/90#issuecomment-362309166
* extended arguments for convert re https://github.com/deepfakes/faceswap/issues/85
* forgot to change helptext for extended arguments.
* Added -fr --frame-range argument to convert
accepts a list of frame ranges like `-fr 40-50 90-100`
still writes out frames that havent been converted.
* added --discard-frames argument
--discard-frames discards frames not included in --frame-range instead
of writing them out unchanged.
* Making Models as plugins
* Do not reload model on each image #39 + Adding FaceFilter #53
* Adding @lukaville PR for #43 and #44 (possibly)
* Training done in a separate thread
* Better log for plugin load
* Adding a prefetch to train.py #49
(Note that we prefetch 2 batches of images, due to the queue behavior)
+ More compact logging with verbose info included
* correction of DirectoryProcessor signature
* adding missing import
* Convert with parallel preprocessing of files
* Added coverage var for trainer
Added a var with comment. Feel free to add it as argument
* corrections
* Modifying preview and normalization of image + correction
* Cleanup
* 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