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

修改net_eval函数

parent 33435fcd
No related branches found
Tags 5.10.0-60.62.0
No related merge requests found
......@@ -151,6 +151,7 @@ def net_eval():
msk_path = os.path.join('./datasets/SegmentationClass/', line+'.png')
img_ = cv2.imread(img_path)
msk_ = cv2.imread(msk_path, cv2.IMREAD_GRAYSCALE)
print(img_)
batch_img_lst.append(img_)
batch_msk_lst.append(msk_)
bi += 1
......
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