提交 49aa7698 编写于 作者: L LDOUBLEV

fix bug of det EvalTestreader

上级 fb362288
......@@ -82,7 +82,7 @@ class EvalTestReader(object):
for line in lines:
img_name = line.decode().strip("\n").split("\t")[0]
img_path = os.path.join(img_set_dir, img_name)
img_list.append([img_path])
img_list.append(img_path)
else:
img_path = self.params['single_img_path']
img_list = get_image_file_list(img_path)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册