From 4ff3158075166b84de53c6c8e0e8ee06af406816 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Fri, 23 Jul 2021 10:42:27 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index 7745370..c00e5d5 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1102,9 +1102,10 @@ def kernel_15( f = matplotlib.pyplot.figure(figsize=(8, 12)) f.suptitle( - 'name %s, frame_id %d' % ( + 'name %s, frame_id %d\nvideo_path %s' % ( t8['name'], t8.frame_id, + t8.video_path, ) ) matplotlib.pyplot.subplot(2, 1, 1)