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

修改net_eval函数

parent b40defd6
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ def net_eval():
base_crop_size=513, flip=True)
print(len(batch_msk_lst))
print(len(batch_res))
for mi in range(16):
for mi in range(4):
hist += cal_hist(batch_msk_lst[mi].flatten(), batch_res[mi].flatten(), 6)
bi = 0
......
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