From 4fbcfc927c5a65425a352279978b92d6e003a63b Mon Sep 17 00:00:00 2001 From: zhangdingyun Date: Mon, 19 Aug 2024 17:28:05 +0800 Subject: [PATCH] feat: image driven, regional animation --- src/live_portrait_pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/live_portrait_pipeline.py b/src/live_portrait_pipeline.py index 59df314..c738113 100644 --- a/src/live_portrait_pipeline.py +++ b/src/live_portrait_pipeline.py @@ -72,7 +72,6 @@ class LivePortraitPipeline(object): c_lip = c_lip_lst[i].astype(np.float32) template_dct['c_lip_lst'].append(c_lip) - return template_dct def execute(self, args: ArgumentConfig):