mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 04:59:27 -07:00
dst masks showing wrong fillenames
This commit is contained in:
parent
53ecfe7a27
commit
b2d800e112
2 changed files with 2 additions and 2 deletions
|
@ -319,7 +319,7 @@ class QModel(ModelBase):
|
|||
DM = D[i]*target_dstm[i]
|
||||
if filenames is not None and len(filenames) > 0:
|
||||
SM = label_face_filename(SM, filenames[0][i])
|
||||
DM = label_face_filename(DM, filenames[0][i])
|
||||
DM = label_face_filename(DM, filenames[1][i])
|
||||
ar = SM, SS[i], DM, DD[i]*DDM[i], SD[i]*(DDM[i]*SDM[i])
|
||||
st_m.append ( np.concatenate ( ar, axis=1) )
|
||||
|
||||
|
|
|
@ -994,7 +994,7 @@ class SAEHDModel(ModelBase):
|
|||
DM = D[i]*target_dstm[i]
|
||||
if filenames is not None and len(filenames) > 0:
|
||||
SM = label_face_filename(SM, filenames[0][i])
|
||||
DM = label_face_filename(DM, filenames[0][i])
|
||||
DM = label_face_filename(DM, filenames[1][i])
|
||||
ar = SM, SS[i]*SSM[i], DM, DD[i]*DDM[i], SD[i]*SD_mask
|
||||
st_m.append ( np.concatenate ( ar, axis=1) )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue