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

debug line的值

parent b7bd684c
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ def net_eval():
bi = 0
image_num = 0
for i, line in enumerate(img_lst):
print(line)
img_path, msk_path = line.strip().split(' ')
img_path = os.path.join('./datasets/JPEGImages/', img_path)
msk_path = os.path.join('./datasets/SegmentationClass/', msk_path)
......
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