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