From 33435fcda938827eedc34527a2ad2800ebc770f7 Mon Sep 17 00:00:00 2001
From: hexiangdong2019 <PIpi589632147>
Date: Tue, 3 Aug 2021 23:09:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9eval=5Fbatch=E5=87=BD?=
 =?UTF-8?q?=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 main.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.py b/main.py
index 7f23127..a559063 100644
--- a/main.py
+++ b/main.py
@@ -93,6 +93,7 @@ def eval_batch(eval_net, img_lst, crop_size=513, flip=True):
     batch_img = np.zeros((4, 3, crop_size, crop_size), dtype=np.float32)
     resize_hw = []
     for l in range(batch_size):
+        print(img_lst)
         img_ = img_lst[l]
         print(img_)
         img_, resize_h, resize_w = pre_process(img_, crop_size)
-- 
GitLab