Commit Graph

96 Commits

Author SHA1 Message Date
iperov d04e8b1d91 increased speed of sort by hist 2018-12-20 18:04:13 +04:00
iperov 5835a8832a upd convertor overview 2018-12-20 14:23:46 +04:00
iperov ffddfeabdb added converter --seamless-erode-mask-modifier . This mask used to define area for opencv seamless cloning function. So if you erode it little bit , you can decrease flickering effect on some frames. 2018-12-20 13:50:38 +04:00
iperov bc5ca1ab59 removed sort by hist-blur 2018-12-20 12:57:16 +04:00
iperov 9926dc626a refactorings, improved sort by hist-dissim 2018-12-20 12:43:00 +04:00
iperov 4ff67ad26b fix --aligned-dir arg 2018-12-20 04:14:42 +04:00
iperov b2d28e0b95 added converter option --use-predicted-mask . By default converter uses model's predicted mask, but now you can use DST mask. 2018-12-19 23:28:48 +04:00
iperov f32a44a778 upd readme 2018-12-18 23:22:00 +04:00
iperov 26571eff6a added sort -by black . Places images which contains black area at end of folder. Useful to get rid of src faces which cutted by screen. 2018-12-18 18:08:04 +04:00
iperov db142bcc02 increased speed of 'sort by hist-dissim' by running in parallel 2018-12-18 17:51:54 +04:00
iperov 43da6f84d6 improved sort by blur. Now it's better than laplacian, and multiprocessed. 2018-12-18 16:51:36 +04:00
iperov 1111aa519e upd readme 2018-12-17 10:53:01 +04:00
iperov fbc3867e62 upd readme 2018-12-17 08:42:37 +04:00
iperov b81627af41 update convertor overview png 2018-12-14 11:02:59 +04:00
iperov 55f7c27e57 update convertor overview png 2018-12-14 10:59:10 +04:00
iperov 0d6b68fabf added missing files. 2018-12-14 10:43:22 +04:00
iperov 98ee1bb339 Added option hist-match threshold, used for decrease artifacts of hist-match.
Fix terminating converter thread in debug mode.
Added DeepFaceLab converter overview to readme.
2018-12-14 10:40:46 +04:00
iperov 016791bb6f fix output scale modifier for expanding face 2018-12-13 00:57:55 +04:00
iperov 1bd3a8e0c1 fix error on small mask region size in converter,
error catching on convert face
2018-12-12 20:48:30 +04:00
iperov b52793218e fix 2018-12-08 10:44:46 +04:00
iperov d11637ec55 limiting max convert subprocessors to 6 2018-12-08 10:12:41 +04:00
iperov 52847bd58f Merge branch 'master' of https://github.com/iperov/DeepFaceLab 2018-12-06 09:32:58 +04:00
iperov f90b2d231b round created_vram_gb to nearest value. 2018-12-06 09:32:28 +04:00
iperov a43e93aa0c added Steve Jobs faceset 2018-12-05 18:20:07 +04:00
iperov 388afc99dc youtube tutorial for prebuilt DeepFaceLab 2018-12-05 10:29:27 +04:00
iperov 52f2be80d7 print filename if exception occurs while converting 2018-12-04 22:23:02 +04:00
iperov 9040966f90 upgrading to tf 1.11.0 and keras 2.2.4 2018-12-01 22:53:50 +04:00
iperov 5c43f4245e transfercolor via lab converter now implemented by tensorflow-cpu, which is x2 faster than skimage.
We cannot use GPU for lab converter in converter multiprocesses, because almost all VRAM ate by model process, so even 300Mb free VRAM not enough for tensorflow lab converter.
Removed skimage dependency.
Refactorings.
2018-12-01 12:11:54 +04:00
iperov 6f0d38d171 converter added --final-image-color-degrade-power - Degrades colors of final image to hide face problems. Valid range [0..100] 2018-11-30 20:08:30 +04:00
iperov cef6710d24 enhanced masked hist match 2018-11-28 21:07:26 +04:00
iperov 64c3e57f1c added option to converter --output-face-scale-modifier 2018-11-28 20:38:48 +04:00
iperov 2576a411a5 Update main.py 2018-11-21 16:29:48 +04:00
iperov ef7fdd49a0 Merge pull request #47 from MaksV79/master
Added options --alpha and --transfercolor
2018-11-20 09:24:15 +04:00
MaksV79 d47ef23df1 Fix options --alpha and --transfercolor
Always use params from dialog
2018-11-19 23:31:06 +03:00
MaksV79 b4af9d3c36 added skimage 2018-11-17 18:20:11 +03:00
MaksV79 6bbb8ad59b Added option --alpha and --transfercolor 2018-11-17 18:14:17 +03:00
MaksV79 3dcedf6bf3 Added options --alpha and --transfer color
--alpha will make export png with alpha channel (export only face)
--transfercolor will transfer color from original DST image to fake
2018-11-17 18:12:38 +03:00
iperov 46eea1c113 Merge pull request #45 from TooMuchFun/keras-2.2.2
update to Keras 2.2.2
2018-11-16 18:33:10 +04:00
TooMuchFun 57fd6735a7 update to Keras 2.2.2 2018-11-14 07:22:27 -08:00
iperov c90d67bec1 Update README.md 2018-11-10 09:59:08 +04:00
iperov 6c4a69e3cd Update README.md 2018-10-05 13:18:13 +04:00
iperov 4138727466 Merge pull request #20 from andenixa/patch-2
Landmarks nose drawing fix
2018-08-24 15:18:01 +04:00
Artem Ivanov f87ee259b0 Landmarks nose drawing fix
Fixes nose landmarks drawing if `image_landmarks` are passes as a `numpy.array`
2018-08-24 14:16:47 +03:00
iperov f872f07476 Merge pull request #19 from mrsmith0x00/linux_install_fix
Fix for GNU/Linux install.
2018-08-24 09:29:29 +04:00
German Vechtomov 99205d6dfd Update LINUX.md 2018-08-24 05:01:53 +00:00
iperov 07e792e8c5 Merge pull request #16 from NemirovD/master
Fix for Issue #13
2018-08-20 09:48:38 +04:00
David b877367260 Fix for Issue #13
Swapped + operator for np.concatenate to ensure that the resulting array is 2 by X.
This ensures that we are able to draw the point in the array.
2018-08-19 17:41:57 -04:00
iperov 61e05f7fdf Merge pull request #11 from mrsmith0x00/linux
GNU/Linux installation instructions and helpful bash script
2018-07-30 16:45:55 +04:00
German Vechtomov 5d3c33898b Create LINUX.md 2018-07-30 17:38:15 +05:00
German Vechtomov b7e17be85c Create main.sh 2018-07-30 17:30:56 +05:00