githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

facing some issue while runing your code #139

Closed harjai16 closed 2 years ago

harjai16 commented 2 years ago

bro i m facing some error while running your project handwritten text

facing 3 errors Traceback (most recent call last): File "C:/Users/ashwa/Downloads/SimpleHTR-master/src/main.py", line 201, in main() File "C:/Users/ashwa/Downloads/SimpleHTR-master/src/main.py", line 196, in main model = Model(char_list_from_file(), decoder_type, must_restore=True, dump=args.dump) File "C:/Users/ashwa/Downloads/SimpleHTR-master/src/main.py", line 41, in char_list_from_file with open(FilePaths.fn_char_list) as f: FileNotFoundError: [Errno 2] No such file or directory: '../model/charList.txt' could you please help me

githubharald commented 2 years ago

follow instructions in README (char list is in the zip)