소스 검색

Script for image face swapping

Script for image face swapping
NNNNAI 4 년 전
부모
커밋
94f7e9afe6
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      test_wholeimage_swapmutil.py
  2. 0 1
      test_wholeimage_swapsingle.py

+ 0 - 1
test_wholeimage_swapmutil.py

@@ -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

+ 0 - 1
test_wholeimage_swapsingle.py

@@ -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