diff --git a/ppocr/data/det/east_process.py b/ppocr/data/det/east_process.py index f9a0744005dd3d1e0f16c5bc0b8abd118536d280..8da0ab3dd034c8a313de47ebe0fd5aff9c5edc9c 100755 --- a/ppocr/data/det/east_process.py +++ b/ppocr/data/det/east_process.py @@ -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 = [], [], []