From 46eabee785357ec251ca6e4001bff1575400e3e8 Mon Sep 17 00:00:00 2001 From: NNNNAI <844294823@qq.com> Date: Fri, 2 Jul 2021 21:58:53 +0800 Subject: [PATCH] Script for selecting the specific person to be swapped in video swapping --- test_wholeimage_swapspecific.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_wholeimage_swapspecific.py b/test_wholeimage_swapspecific.py index e299fc1..7f85204 100644 --- a/test_wholeimage_swapspecific.py +++ b/test_wholeimage_swapspecific.py @@ -48,7 +48,7 @@ if __name__ == '__main__': app = Face_detect_crop(name='antelope', root='./insightface_func/models') - app.prepare(ctx_id= 0, det_thresh=0.8, det_size=(640,640)) + app.prepare(ctx_id= 0, det_thresh=0.6, det_size=(640,640)) pic_a = opt.pic_a_path pic_specific = opt.pic_specific_path