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
I received the same message, and believe that if you look further within the error output, it will inform you that the model directory either does not exist or that it does not contain any models.
Unfortunately, even if you did copy the "model" directory from the repository, which should contain model information, it is missing the "yolov3.weights" file. This file is posted as being hosted at https://mikey.id/yolov3.weights, but that domain returns a "domain cannot be found" error. So it does not appear to be up, and the file is inaccessible.
Just FYI, Yolov3 is an entire backend engine for TensorFlow, and the file "yolov3.weights" would be a file for data storage pertaining to the "classes" the developer has painstakingly trained. You could train your own set of classes, but could be more work than you are interested in investing. Regardless, without that file, this module cannot be used, regretfully.
Exception has occurred: Exception
Failed to create a model
Line "from solverecaptchas.solver import Solver"
The text was updated successfully, but these errors were encountered: