Wikidepia / hektCaptcha-model

19 stars 4 forks source link

Models from hekt-akmal #2

Open pauloswear opened 6 months ago

pauloswear commented 6 months ago

Hello, I know that hektCaptcha is no longer being maintained by you, but I would like if you could make the model that was available on your server available:

https://hekt-static.akmal.dev/recaptcha/yolov5-seg.ort

If possible also the model:

https://hekt-static.akmal.dev/recaptcha/bridge.ort https://hekt-static.akmal.dev/recaptcha/palm.ort https://hekt-static.akmal.dev/recaptcha/stair.ort https://hekt-static.akmal.dev/recaptcha/chimney.ort

I haven't had any success with the training posted in this repository yet. Thank you for your collaboration. I am willing to contribute however I can.

Wikidepia commented 6 months ago

The model should be available here, https://chromewebstore.google.com/detail/rektcaptcha-recaptcha-sol/bbdhfoclddncoaomddgkaaphcnddbpdh. You need to download .crx of that extension and extract it like a zip file

pauloswear commented 6 months ago

Thanks! yolov5-seg will be useful, the other models I had backed up when the hekt-static server was still up.

Can you take a look at the code I made based on this repository? https://github.com/pauloswear/trainning

The error is raised:

Exception has occurred: RuntimeError
cannot sample n_sample <= 0 samples
  File "C:\Users\Paulo\Desktop\trainning\training.py", line 74, in <module>
    for inputs, targets in tqdm(train_dataloader):
RuntimeError: cannot sample n_sample <= 0 samples

If you authorize, I can also send a pull request with the same code in another branch in order to add it to users who have not yet managed to train the models like me.

engageub commented 6 months ago

Hi, Could you please make the models available in endpoints (https://hekt-static.akmal.dev/) mentioned. This is not working in chrome and firefox. Also, please provide an alternate source if possible whenever one server is not reachable so that it can fallback to other.

image

Thank you