From 0c8df1ad552d8965749c1a287d1a9072e89b4d9b Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Tue, 20 Jul 2021 08:19:47 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index c94ba58..ca1cadf 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -793,7 +793,7 @@ def kernel_7( return dict( cv2=cv2, estimate_pose=estimate_pose, - model=model, + model_pose=model_pose, )