From 175e88268f409a9882549ba70a030d4d1393793c Mon Sep 17 00:00:00 2001 From: hexiangdong2019 <PIpi589632147> Date: Wed, 4 Aug 2021 20:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9net=5Feval=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index d937c70..0ec55a3 100644 --- a/main.py +++ b/main.py @@ -154,8 +154,6 @@ def net_eval(): if bi == 4: batch_res = eval_batch_scales(eval_net, batch_img_lst, scales=[1.0], base_crop_size=513, flip=True) - print(len(batch_msk_lst)) - print(len(batch_res)) for mi in range(4): hist += cal_hist(batch_msk_lst[mi].flatten(), batch_res[mi].flatten(), 6) -- GitLab