diff --git a/ppocr/data/rec/dataset_traversal.py b/ppocr/data/rec/dataset_traversal.py index cb3c9bbd3cc14132235126b84943858324eece27..c45273e00566f75809c1c23bf47ba3c8b96613e5 100755 --- a/ppocr/data/rec/dataset_traversal.py +++ b/ppocr/data/rec/dataset_traversal.py @@ -185,7 +185,6 @@ class SimpleReader(object): img_path = self.img_set_dir + "/" + substr[0] img = cv2.imread(img_path) if img.shape[-1]==1 or len(list(img.shape))==2: - print("this is a gry") img = cv2.cvtColor(img, cv2.COLOR_GRAY2BGR) if img is None: logger.info("{} does not exist!".format(img_path))