From e1537eb5fb1491047f2344cfc8a400de184cf6dd Mon Sep 17 00:00:00 2001
From: Siarhei Siniak <siarheisiniak@yahoo.com>
Date: Tue, 20 Jul 2021 09:56:31 +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 6ec9663..ecdb8f4 100644
--- a/python/tasks/mlb_player.py
+++ b/python/tasks/mlb_player.py
@@ -873,7 +873,7 @@ def kernel_11_benchmark(
     t5 = 10
     t2 = datetime.datetime.now()
     for k in range(t5):
-        t6 = o_10['model'](img_ori)
+        t6 = o_10['model'](t1)
         t7 = t6.pandas().xywhn
 
     t3 = datetime.datetime.now()