From d8d2789048a1c78daa8b826d98c8f09cef703219 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Thu, 19 Oct 2023 09:00:33 +0545 Subject: [PATCH] fix typo in inference.py --- inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference.py b/inference.py index df4ede81..a0470c44 100644 --- a/inference.py +++ b/inference.py @@ -149,7 +149,7 @@ def main(): if not os.path.isfile('temp/'+base_name+'_stablized.npy') or args.re_preprocess: imgs = [] - for idx in tqdm(range(len(frames_pil)), desc="[Step 3] Stablize the expression In Video:"): + for idx in tqdm(range(len(frames_pil)), desc="[Step 3] Stabilize the expression In Video:"): if args.one_shot: source_img = trans_image(frames_pil[0]).unsqueeze(0).to(device) semantic_source_numpy = semantic_npy[0:1]