Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error Failed to create a model #4

Open
nuttapongz opened this issue May 3, 2022 · 1 comment
Open

error Failed to create a model #4

nuttapongz opened this issue May 3, 2022 · 1 comment

Comments

@nuttapongz
Copy link

Exception has occurred: Exception
Failed to create a model
Line "from solverecaptchas.solver import Solver"

@anoduck
Copy link

anoduck commented Jun 27, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants