Serega007RU / hektCaptcha-extension

Automatically solve hCaptcha using AI. 100% Free and Unsustainable™️.
GNU General Public License v3.0
3 stars 0 forks source link

[Question] Models #1

Open pauloswear opened 3 months ago

pauloswear commented 3 months ago

Hello! How are you? I know that this project is a fork from hektCaptcha, but i've seen "offline" branch. Did you train the models missing like palm_three, stairs, and others?

Thanks

Serega007RU commented 3 months ago

@pauloswear Hi, I'm sorry for taking so long to respond, for some reason GitHub does not send notifications to fork repositories by default. I don't train anything and I don't know how to do it, I just know how to program in JavaScript. In the description of the commit https://github.com/Serega007RU/hektCaptcha-extension/commit/18e612c4d9231968fca89e8b2e7eb17fe1e0482e I indicated that I had only rolled back the changes, in the description I indicated specifically which commits I had canceled.

As you can see, initially the author of hektCaptcha made models locally to solve the captcha, which I did by rolling back these commits. Unfortunately, I don't have models for solving all kinds of captchas. If you have a backup of these models, I would be glad if you provide them, I will be able to make hekptCaptcha use the models locally

pauloswear commented 3 months ago

I have the backup from ORT's that was available in hekt-static. He not treined palm_threes, stairs. So, these should be use recaptcha_segmentation, wich you are using actually.

I will provide you the ort's that I have backup. Can you update and use recaptcha segmentation when palm_threes, stairs are detected?

models.zip

Serega007RU commented 3 months ago

Thanks for the models provided, but unfortunately this is not enough. Firstly, the model that was located at the address is missing https://hekt-static.akmal.dev/recaptcha/yolov5-seg.ort I took the model from the old version and it fit (recaptcha/recaptcha-segmentation.ort) Secondly, there are also not enough models for the following type of captcha: bridge palm stair chimney

Here is a test version that works on the models that you provided to me https://drive.google.com/file/d/1mO9TLY8jW0T1BUIqmv-_CJh7OIW8uFVB/view?usp=sharing Sorry that through Google drive, GitHub does not allow to upload files larger than 25 MB.

pauloswear commented 3 months ago

yolov5-seg.ort yolov5-seg.zip

pauloswear commented 3 months ago

I will try train other missing and provide you

Serega007RU commented 2 months ago

@pauloswear, is there any news or progress on model training?