Commit graph

1335 commits

Author SHA1 Message Date
Colombo
0fb912e91f Trainer: added --silent-start cmd option 2020-04-02 13:05:04 +04:00
Colombo
2fe86faf01 fix Win10 input dialog 2020-04-02 10:27:39 +04:00
Colombo
dbb0988927 upd README.md 2020-04-01 22:17:59 +04:00
Colombo
652ef75099 upd README.md 2020-04-01 16:08:06 +04:00
Colombo
3702531898 SAEHD: ‘Face style power’ and ‘Background style power’ are now available for whole_face
New help messages for these options:

Face style power
Learn the color of the predicted face to be the same as dst inside mask.
If you want to use this option with 'whole_face' you have to use XSeg trained mask.
Warning: Enable it only after 10k iters, when predicted face is clear enough to start learn style.
Start from 0.001 value and check history changes.
Enabling this option increases the chance of model collapse

Background style power
      Learn the area outside mask of the predicted face to be the same as dst.
If you want to use this option with 'whole_face' you have to use XSeg trained mask.
This can make face more like dst.
Enabling this option increases the chance of model collapse. Typical value is 2.0
2020-03-30 19:46:17 +04:00
Colombo
9a9b7e4f81 fix 2020-03-30 14:39:07 +04:00
Colombo
6d3607a13d New script:
5.XSeg) data_dst/src mask for XSeg trainer - fetch.bat
Copies faces containing XSeg polygons to aligned_xseg\ dir.
Useful only if you want to collect labeled faces and reuse them in other fakes.

Now you can use trained XSeg mask in the SAEHD training process.
It’s mean default ‘full_face’ mask obtained from landmarks will be replaced with the mask obtained from the trained XSeg model.
use
5.XSeg.optional) trained mask for data_dst/data_src - apply.bat
5.XSeg.optional) trained mask for data_dst/data_src - remove.bat

Normally you don’t need it. You can use it, if you want to use ‘face_style’ and ‘bg_style’ with obstructions.

XSeg trainer : now you can choose type of face
XSeg trainer : now you can restart training in “override settings”
Merger: XSeg-* modes now can be used with all types of faces.

Therefore old MaskEditor, FANSEG models, and FAN-x modes have been removed,
because the new XSeg solution is better, simpler and more convenient, which costs only 1 hour of manual masking for regular deepfake.
2020-03-30 14:00:40 +04:00
Colombo
e5bad483ca upd readme 2020-03-30 09:53:46 +04:00
Colombo
3d4b9c858e deepfaker.xyz - 非官方网站帮助中国人学习DeepFaceLab 2020-03-29 21:48:47 +04:00
Colombo
497a7eec94 fix preview_history 2020-03-29 14:50:02 +04:00
Colombo
4e744cf184 Colab: change save preview iters to every 100 2020-03-28 13:58:41 +04:00
Colombo
c3ce06a588 facetype.mouth 2020-03-28 09:38:09 +04:00
Colombo
d1a5639e90 XSegEditor: fix bugs 2020-03-27 19:08:01 +04:00
Colombo
6687213fa5 SAEHD: fixed the use of pretrained liae model, now it produces less face morphing 2020-03-27 00:15:18 +04:00
Colombo
ca9138d6b7 XSegEditor: changed layout, added current filename 2020-03-27 00:11:36 +04:00
IMIYOU
54fdeb0666
fix Chinesse language (#672) 2020-03-25 00:40:07 +04:00
Colombo
8ad2a5373e fix Exception("nn devices are not initialized. Run initialize_main_env() in main process.") 2020-03-24 22:06:10 +04:00
Colombo
2d5e949100 fix Chinesse language 2020-03-24 19:31:17 +04:00
Colombo
3a9f22f68e upd README.md 2020-03-24 16:21:32 +04:00
Colombo
01d81674fd added new XSegEditor !
here new whole_face + XSeg workflow:

with XSeg model you can train your own mask segmentator for dst(and/or src) faces
that will be used by the merger for whole_face.

Instead of using a pretrained segmentator model (which does not exist),
you control which part of faces should be masked.

new scripts:
	5.XSeg) data_dst edit masks.bat
	5.XSeg) data_src edit masks.bat
	5.XSeg) train.bat

Usage:
	unpack dst faceset if packed

	run 5.XSeg) data_dst edit masks.bat

	Read tooltips on the buttons (en/ru/zn languages are supported)

	mask the face using include or exclude polygon mode.

	repeat for 50/100 faces,
		!!! you don't need to mask every frame of dst
		only frames where the face is different significantly,
		for example:
			closed eyes
			changed head direction
			changed light
		the more various faces you mask, the more quality you will get

		Start masking from the upper left area and follow the clockwise direction.
		Keep the same logic of masking for all frames, for example:
			the same approximated jaw line of the side faces, where the jaw is not visible
			the same hair line
		Mask the obstructions using exclude polygon mode.

	run XSeg) train.bat
		train the model

		Check the faces of 'XSeg dst faces' preview.

		if some faces have wrong or glitchy mask, then repeat steps:
			run edit
			find these glitchy faces and mask them
			train further or restart training from scratch

Restart training of XSeg model is only possible by deleting all 'model\XSeg_*' files.

If you want to get the mask of the predicted face (XSeg-prd mode) in merger,
you should repeat the same steps for src faceset.

New mask modes available in merger for whole_face:

XSeg-prd	  - XSeg mask of predicted face	-> faces from src faceset should be labeled
XSeg-dst	  - XSeg mask of dst face        	-> faces from dst faceset should be labeled
XSeg-prd*XSeg-dst - the smallest area of both

if workspace\model folder contains trained XSeg model, then merger will use it,
otherwise you will get transparent mask by using XSeg-* modes.

Some screenshots:
XSegEditor: https://i.imgur.com/7Bk4RRV.jpg
trainer   : https://i.imgur.com/NM1Kn3s.jpg
merger    : https://i.imgur.com/glUzFQ8.jpg

example of the fake using 13 segmented dst faces
          : https://i.imgur.com/wmvyizU.gifv
2020-03-24 12:15:31 +04:00
Colombo
eddebedcf6 SAEHD: added 'dfuhd' and 'liaeuhd' archi 2020-03-23 22:01:44 +04:00
Colombo
e5f736680d _ 2020-03-23 18:57:17 +04:00
Colombo
14640db720 _ 2020-03-23 10:09:20 +04:00
Colombo
883f72867f Alipay 捐款 2020-03-22 20:56:57 +04:00
Colombo
7015f6fe09 QQ 捐款 2020-03-22 20:39:21 +04:00
Colombo
ed8af226a3 QQ 捐款 2020-03-22 20:37:55 +04:00
Colombo
8bffc2b190 _ 2020-03-22 17:40:47 +04:00
Colombo
bf68cef869 _ 2020-03-22 08:05:09 +04:00
Colombo
9a015c9bb5 _ 2020-03-21 17:38:52 +04:00
Colombo
3a1758d719 _ 2020-03-21 14:42:47 +04:00
Colombo
c6e4ae8613 _ 2020-03-21 14:40:27 +04:00
Colombo
4a75e91daf _ 2020-03-21 14:36:50 +04:00
Colombo
51ec884d96 _ 2020-03-21 14:33:49 +04:00
Colombo
acba34237c _ 2020-03-21 14:24:33 +04:00
Colombo
f9684cb155 _ 2020-03-21 14:16:55 +04:00
Colombo
4b2bef8bd8 _ 2020-03-21 14:16:23 +04:00
Colombo
deb705ad53 _ 2020-03-21 11:11:52 +04:00
Colombo
46eacd6fd2 upd readme 2020-03-21 11:03:15 +04:00
Colombo
9b11a9c9a4 add QQ 捐款 2020-03-21 10:42:08 +04:00
Colombo
7ab01ade43 upd 2020-03-21 09:20:02 +04:00
Colombo
57ceba3225 fix 2020-03-21 06:20:45 +04:00
Colombo
efe3b56683 DFLIMG refactoring 2020-03-21 01:18:15 +04:00
Colombo
a9b23e9851 _ 2020-03-21 00:01:53 +04:00
Colombo
79b8b8a7a7 upd SampleProcessor.py 2020-03-20 11:38:08 +04:00
Colombo
3fa93da5e7 upd 2020-03-20 11:37:42 +04:00
Colombo
4c24f9d41c _ 2020-03-19 13:29:33 +04:00
Colombo
9b070e10a6 fixed face jitter 2020-03-18 13:40:06 +04:00
Colombo
8a622428b1 _ 2020-03-16 23:15:13 +04:00
Colombo
f3b4658810 fixes 2020-03-16 22:40:55 +04:00
Colombo
2300da40e9 upd readme 2020-03-15 22:46:17 +04:00