From 2b468bd7c38ff982902093796b3fe052c48bc55b Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Tue, 20 Jul 2021 08:35:26 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index fd1202c..f864263 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -836,6 +836,7 @@ def kernel_9_benchmark( o_7['estimate_pose']( img_ori=t1, scale_param=[1.0], + display=False, ) t3 = datetime.datetime.now() t4 = (t3 - t2).total_seconds() / t5