mirror of
https://gitlab.com/mirrors_git/DeepFaceLab.git
synced 2025-12-06 12:20:56 +01:00
fix FacesetResizer
This commit is contained in:
parent
aa26089032
commit
b15cdd96a1
|
|
@ -127,6 +127,7 @@ class FacesetResizerSubprocessor(Subprocessor):
|
|||
if image_to_face_mat is not None:
|
||||
image_to_face_mat = LandmarksProcessor.get_transform_mat ( dflimg.get_source_landmarks(), image_size, face_type )
|
||||
dflimg.set_image_to_face_mat(image_to_face_mat)
|
||||
dflimg.set_face_type( FaceType.toString(face_type) )
|
||||
dflimg.save()
|
||||
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user