githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.

Home Page:https://towardsdatascience.com/2326a3487cd5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facing some issue while runing your code

harjai16 opened this issue · comments

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

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