mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 14:24:40 -07:00
removed debug
This commit is contained in:
parent
5983acac60
commit
70cf79f378
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ class ConverterMasked(Converter):
|
|||
img_face_mask_aaa = cv2.erode(img_face_mask_aaa, cv2.getStructuringElement(cv2.MORPH_ELLIPSE,(ero,ero)), iterations = 1 )
|
||||
elif ero < 0:
|
||||
inverted_old_mask = 1 - img_face_mask_aaa
|
||||
debugs += [inverted_old_mask.copy()]
|
||||
left_jaw_landmark = img_face_landmarks[0]
|
||||
right_jaw_landmark = img_face_landmarks[16]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue