未验证 提交 08055099 编写于 作者: S shaohua.zhang 提交者: GitHub

add a file separator

add a  file separator, it mainly  to avoid  missing the file path separator in yml
上级 e0f3bcb4
......@@ -52,7 +52,7 @@ class EASTProcessTrain(object):
label_infor = label_infor.decode()
label_infor = label_infor.encode('utf-8').decode('utf-8-sig')
substr = label_infor.strip("\n").split("\t")
img_path = self.img_set_dir + substr[0]
img_path = self.img_set_dir + "/" + substr[0]
label = json.loads(substr[1])
nBox = len(label)
wordBBs, txts, txt_tags = [], [], []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册