mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
upd
This commit is contained in:
parent
c516454566
commit
e9e7344424
4 changed files with 38 additions and 12 deletions
|
@ -81,7 +81,7 @@ class SampleLoader:
|
|||
shape,
|
||||
landmarks,
|
||||
seg_ie_polys,
|
||||
xseg_mask,
|
||||
xseg_mask_compressed,
|
||||
eyebrows_expand_mod,
|
||||
source_filename ) = data
|
||||
|
||||
|
@ -91,7 +91,7 @@ class SampleLoader:
|
|||
shape=shape,
|
||||
landmarks=landmarks,
|
||||
seg_ie_polys=seg_ie_polys,
|
||||
xseg_mask=xseg_mask,
|
||||
xseg_mask_compressed=xseg_mask_compressed,
|
||||
eyebrows_expand_mod=eyebrows_expand_mod,
|
||||
source_filename=source_filename,
|
||||
))
|
||||
|
@ -163,7 +163,7 @@ class FaceSamplesLoaderSubprocessor(Subprocessor):
|
|||
dflimg.get_shape(),
|
||||
dflimg.get_landmarks(),
|
||||
dflimg.get_seg_ie_polys(),
|
||||
dflimg.get_xseg_mask(),
|
||||
dflimg.get_xseg_mask_compressed(),
|
||||
dflimg.get_eyebrows_expand_mod(),
|
||||
dflimg.get_source_filename() )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue