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
您好,请问这个错误是什么原因呢?感谢感谢!
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