embium / solverecaptchas

An async Python library to automate solving ReCAPTCHA v2 using Playwright.
104 stars 23 forks source link

Help me create a custom trained model that supports both 9x and 16x grids #1

Open embium opened 2 years ago

embium commented 2 years ago

For some inspiration, I've trained a custom model that supports 9x that can be found at https://mikey.id/yolov3.weights.

To fulfill this endeavor will require accumulating enough pictures (at least 2000 per class) from reCAPTCHA that we can easily label and then train.

nikan1996 commented 2 years ago

Hi, embium. I want to support this plan. I have a simple script to download 9x and 16x images.