Script for image face swapping

Script for image face swapping
This commit is contained in:
NNNNAI
2021-07-01 23:05:46 +08:00
parent 271f611580
commit 94f7e9afe6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -61,7 +61,6 @@ if __name__ == '__main__':
pic_b = opt.pic_b_path
img_b_whole = cv2.imread(pic_b)
img_b_align_crop, b_mat = app.get(img_b_whole,crop_size)
img_b_align_crop_list, b_mat_list = app.get(img_b_whole,crop_size)
# detect_results = None
-1
View File
@@ -60,7 +60,6 @@ if __name__ == '__main__':
pic_b = opt.pic_b_path
img_b_whole = cv2.imread(pic_b)
img_b_align_crop, b_mat = app.get(img_b_whole,crop_size)
img_b_align_crop_list, b_mat_list = app.get(img_b_whole,crop_size)
# detect_results = None