Commit Graph

915 Commits

Author SHA1 Message Date
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 pretrained 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
Colombo 94e38a43fd upd readme 2020-03-15 22:42:24 +04:00
Colombo 45582d129d added XSeg model.
with XSeg model you can train your own mask segmentator of dst(and src) faces
that will be used in merger for whole_face.

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

Workflow is not easy, but at the moment it is the best solution
for obtaining the best quality of whole_face's deepfakes using minimum effort
without rotoscoping in AfterEffects.

new scripts:
	XSeg) data_dst edit.bat
	XSeg) data_dst merge.bat
	XSeg) data_dst split.bat
	XSeg) data_src edit.bat
	XSeg) data_src merge.bat
	XSeg) data_src split.bat
	XSeg) train.bat

Usage:
	unpack dst faceset if packed

	run XSeg) data_dst split.bat
		this scripts extracts (previously saved) .json data from jpg faces to use in label tool.

	run XSeg) data_dst edit.bat
		new tool 'labelme' is used

		use polygon (CTRL-N) to mask the face
			name polygon "1" (one symbol) as include polygon
			name polygon "0" (one symbol) as exclude polygon

			'exclude polygons' will be applied after all 'include polygons'

		Hot keys:
		ctrl-N			create polygon
		ctrl-J			edit polygon
		A/D 			navigate between frames
		ctrl + mousewheel 	image zoom
		mousewheel		vertical scroll
		alt+mousewheel		horizontal scroll

		repeat for 10/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 polygon with name "0".

	run XSeg) data_dst merge.bat
		this script merges .json data of polygons into jpg faces,
		therefore faceset can be sorted or packed as usual.

	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:
			split
			run edit
			find these glitchy faces and mask them
			merge
			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 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:
label tool: https://i.imgur.com/aY6QGw1.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-15 15:12:44 +04:00
Colombo 2be940092b _ 2020-03-14 19:43:05 +04:00
Colombo eb63466baf fix 2020-03-14 17:17:53 +04:00
Colombo 7e0bdc0369 _ 2020-03-14 13:09:49 +04:00
Colombo c0d4ab3ac2 _ 2020-03-14 13:09:12 +04:00
Colombo 144675020c update SampleGeneratorFaceSkinSegDataset 2020-03-13 19:27:27 +04:00
Colombo 7c89077321 update core.imagelib 2020-03-13 19:27:13 +04:00
Colombo dde856499d saehd: removed liaech 2020-03-13 13:04:26 +04:00
Colombo a3a493bb93 _ 2020-03-13 10:44:50 +04:00
Colombo 61472cdaf7 global refactoring and fixes,
removed support of extracted(aligned) PNG faces. Use old builds to convert from PNG to JPG.

fanseg model file in facelib/ is renamed
2020-03-13 08:09:00 +04:00
Colombo 921b464d5b _ 2020-03-12 09:43:35 +04:00
Colombo ddfc005f8f _ 2020-03-12 03:04:12 +04:00
Colombo ba58621361 SAEHD: removed option learn_mask, it is now enabled by default 2020-03-10 10:36:08 +04:00
Colombo 5eaa59cea6 _ 2020-03-09 16:42:05 +04:00
Colombo b0b9072981 added XSeg model 2020-03-09 13:09:46 +04:00
Colombo a030ff6951 refactoring 2020-03-09 13:08:32 +04:00
Colombo 45abcff3d1 refactoring 2020-03-09 11:05:26 +04:00
Colombo 9eb15065f9 _ 2020-03-09 10:15:29 +04:00
Colombo f07349cc32 upd logo_python.png 2020-03-09 08:05:04 +04:00