Skip to content

Commit

Permalink
Script for image face swapping
Browse files Browse the repository at this point in the history
Script for image face swapping
  • Loading branch information
NNNNAI committed Jul 1, 2021
1 parent 271f611 commit 94f7e9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test_wholeimage_swapmutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def _totensor(array):

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
Expand Down
1 change: 0 additions & 1 deletion test_wholeimage_swapsingle.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def _totensor(array):

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
Expand Down

0 comments on commit 94f7e9a

Please sign in to comment.