Skip to content
Snippets Groups Projects
Commit 175e8826 authored by hexiangdong2019's avatar hexiangdong2019
Browse files

修改net_eval函数

parent de5e05f5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment