MaybeShewill-CV / CRNN_Tensorflow

Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
MIT License
1.03k stars 388 forks source link

AssertionError #79

Closed wwzjer closed 6 years ago

wwzjer commented 6 years ago

您好,请问这个错误是什么原因呢?感谢感谢!

Traceback (most recent call last): File "drive/GoogleAI/CRNN_Tensorflow-master/tools/demo_shadownet.py", line 107, in recognize(image_path=args.image_path, weights_path=args.weights_path) File "drive/GoogleAI/CRNN_Tensorflow-master/tools/demo_shadownet.py", line 68, in recognize decoder = data_utils.TextFeatureIO() File "drive/GoogleAI/CRNN_Tensorflow-master/local_utils/data_utils.py", line 240, in init self.writer = TextFeatureWriter() File "drive/GoogleAI/CRNN_Tensorflow-master/local_utils/data_utils.py", line 161, in init super(TextFeatureWriter, self).init() File "drive/GoogleAI/CRNN_Tensorflow-master/local_utils/data_utils.py", line 26, in init self.char_list = establish_char_dict.CharDictBuilder.read_char_dict(char_dict_path) File "drive/GoogleAI/CRNN_Tensorflow-master/local_utils/establish_char_dict.py", line 59, in read_char_dict assert ops.exists(dict_path) AssertionError

MaybeShewill-CV commented 6 years ago

@wwxjtu 你可能没有获取到字典文件