From e79d18faf1210ac8e6857e8f291d33da1719dbc5 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 22 Jul 2021 10:59:00 +0300 Subject: [PATCH] [~] Refactor --- python/tasks/mlb_player.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/tasks/mlb_player.py b/python/tasks/mlb_player.py index eae9ac9..e7abc9c 100644 --- a/python/tasks/mlb_player.py +++ b/python/tasks/mlb_player.py @@ -1038,4 +1038,6 @@ def kernel_15( t9.release() t11 = t10[1] t12 = cv2.cvtColor(t11, cv2.COLOR_BGR2RGB) + matplotlib.pyplot.figure() matplotlib.pyplot.imshow(t12) + matplotlib.pyplot.show()