You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
running in loop through while command
run status is: 0
deleting photos from recognition/temp_photos if any
'cleaner.exe' is not recognized as an internal or external command,
operable program or batch file.
finding contour and writing photos
running find_number.py, to recognize the numbers
error, unable to open classifications_for_questions.txt, exiting program
Press any key to continue . . .
The text was updated successfully, but these errors were encountered:
Cleaner.exe is just a small work around of windows batch file which is called to in between to delete the old residual temp photos if any.
And classification_for_questions.txt stores the weights of the training.
You must be running the main file from some other locations due to which it is unable to find the those two files. i.e., 'cleaner.exe' and 'classifications_for_questions.txt' try to re-run the code from the native directory or you can replace the path to these files so that at the run time it python is able to reach out to those directory.
In my case i used "idle" to run the code. And it was working fine.
running in loop through while command
run status is: 0
deleting photos from recognition/temp_photos if any
'cleaner.exe' is not recognized as an internal or external command,
operable program or batch file.
finding contour and writing photos
running find_number.py, to recognize the numbers
error, unable to open classifications_for_questions.txt, exiting program
Press any key to continue . . .
The text was updated successfully, but these errors were encountered: