Script for image face swapping
Script for image face swapping
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user