-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Thank you for this amazing repository.
I have found out that directly cloning and running the code results in unexpected behaviors (sometimes crashes). This is a result of the .pickle extension being omitted on line that dumps the recognizer into the output folder.
Please update line 26 of the train_model.py file to the following
f = open("output/recognizer.pickle", "wb")
magusfabius
Metadata
Metadata
Assignees
Labels
No labels