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

修改eval_batch函数

parent f31a78a7
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ def eval_batch(eval_net, img_lst, crop_size=513, flip=True):
resize_hw = []
for l in range(batch_size):
img_ = img_lst[l]
img_, resize_h, resize_w = pre_process(args, img_, crop_size)
img_, resize_h, resize_w = pre_process(img_, crop_size)
batch_img[l] = img_
resize_hw.append([resize_h, resize_w])
......
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