Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

they changed the captcha style wat do #911

Open
HairyMilkshakes opened this issue Aug 1, 2023 · 16 comments
Open

they changed the captcha style wat do #911

HairyMilkshakes opened this issue Aug 1, 2023 · 16 comments

Comments

@HairyMilkshakes
Copy link

it's now about half as small so the auto solver fails around 50% of the time.

@KurubaEX
Copy link

KurubaEX commented Aug 4, 2023

50% of the time? Try 100% of the time. This captcha solver is useless now.

@K1rakishou
Copy link
Owner

Unless someone else trains a new model and releases it to the public I can't do much here because I'm not a ML engineer.

@XPEH69
Copy link

XPEH69 commented Aug 8, 2023

Unless someone else trains a new model and releases it to the public I can't do much here because I'm not a ML engineer.

So is the latest update with the "donate solved captcha" setting your effort to create a new model? Even before the 4chan captcha update, the captcha solver barely solved more than 50% of them

@KurubaEX
Copy link

KurubaEX commented Aug 8, 2023

Unless someone else trains a new model and releases it to the public I can't do much here because I'm not a ML engineer.

So is the latest update with the "donate solved captcha" setting your effort to create a new model? Even before the 4chan captcha update, the captcha solver barely solved more than 50% of them

Didn't know that was an option. I selected yes. Should be set to yes as default for everyone. We need a working captcha solver.

@HairyMilkshakes
Copy link
Author

They made some headway with the autosolver: drunohazarb/4chan-captcha-solver#1 (comment)

@yaddy-ranton
Copy link

They made some headway with the autosolver: drunohazarb/4chan-captcha-solver#1 (comment)

This new model seems to be very accurate. Yukariin has posted his model as .tf format. K1rakishou's 4chanCaptchaSolver that was working with KurobaEx seems to be using a .tflite converted model. It seems all that needs to be done is convert the new .tf model to .tflite, update the .tflite file in K1rakishou's repo, and rebuild the project.

@KurubaEX
Copy link

They made some headway with the autosolver: drunohazarb/4chan-captcha-solver#1 (comment)

This new model seems to be very accurate. Yukariin has posted his model as .tf format. K1rakishou's 4chanCaptchaSolver that was working with KurobaEx seems to be using a .tflite converted model. It seems all that needs to be done is convert the new .tf model to .tflite, update the .tflite file in K1rakishou's repo, and rebuild the project.

Thats too complicated for someone like me who has no knowledge of these things. What is a simple way of doing this in kuruba?

@yaddy-ranton
Copy link

yaddy-ranton commented Aug 11, 2023

They made some headway with the autosolver: drunohazarb/4chan-captcha-solver#1 (comment)

This new model seems to be very accurate. Yukariin has posted his model as .tf format. K1rakishou's 4chanCaptchaSolver that was working with KurobaEx seems to be using a .tflite converted model. It seems all that needs to be done is convert the new .tf model to .tflite, update the .tflite file in K1rakishou's repo, and rebuild the project.

Thats too complicated for someone like me who has no knowledge of these things. What is a simple way of doing this in kuruba?

I think it might be easier for @K1rakishou to do it and update his captcha solver. I don't know how to use gradle and I'm running into errors trying to build the captcha solver app. The tflite conversion should be simple enough assuming that the old model that K1rakishou converted and the new model have the same inputs and outputs

@XPEH69
Copy link

XPEH69 commented Aug 13, 2023

Adamant Cheese updated the captcha solver in his Dev build in like a day. Not sure why Dimon doesn't just implement AC's solver into Ex. Devs solver worked twice as good as Ex's even before the captcha update

@stale
Copy link

stale bot commented Sep 17, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix (auto) label Sep 17, 2023
@aardvark0420
Copy link

What is the latest regarding the captcha solver? Mine fails 100 percent of the time, even on newest update. The slide bar does not jump to the correct position anymore. Most of the time it does not even provide alternative solutions to the captcha, but just says "Failed to find the captcha solution".

@stale stale bot removed the wontfix (auto) label Oct 30, 2023
@XPEH69
Copy link

XPEH69 commented Oct 30, 2023

What is the latest regarding the captcha solver? Mine fails 100 percent of the time, even on newest update. The slide bar does not jump to the correct position anymore. Most of the time it does not even provide alternative solutions to the captcha, but just says "Failed to find the captcha solution".

Not sure. Mine had the same issue back then, but I backed up KurobaEx, and then cleared data for both kuroba and the solver and un-installed them. Then I installed KurobaEx, then the solver, and then I restored KurobaEx data. Make sure you delete all your old KurobaEx and solver apks, and re-download them before installing

@aardvark0420
Copy link

aardvark0420 commented Oct 30, 2023

What is the latest regarding the captcha solver? Mine fails 100 percent of the time, even on newest update. The slide bar does not jump to the correct position anymore. Most of the time it does not even provide alternative solutions to the captcha, but just says "Failed to find the captcha solution".

Not sure. Mine had the same issue back then, but I backed up KurobaEx, and then cleared data for both kuroba and the solver and un-installed them. Then I installed KurobaEx, then the solver, and then I restored KurobaEx data. Make sure you delete all your old KurobaEx and solver apks, and re-download them before installing

Ive just deleted both apks and reinstalled both, but the result is the same. When you say clear data for the app and solver, you do mean just to delete the apk, right?

@XPEH69
Copy link

XPEH69 commented Oct 30, 2023

Ive just deleted both apks and reinstalled both, but the result is the same. When you say clear data for the app and solver, you do mean just to delete the apk, right?
No, backup your KurobaEx settings, go into system app settings, and clear data/cache for both apps before uninstalling them. Delete all APKs and make sure you download the latest versions of both before installing. Install KurobaEx first, then the solver. Then enable captcha solver in KurobaEx settings

@aardvark0420
Copy link

Ive just deleted both apks and reinstalled both, but the result is the same. When you say clear data for the app and solver, you do mean just to delete the apk, right?
No, backup your KurobaEx settings, go into system app settings, and clear data/cache for both apps before uninstalling them. Delete all APKs and make sure you download the latest versions of both before installing. Install KurobaEx first, then the solver. Then enable captcha solver in KurobaEx settings

I see. Yes, it seems to be working now! With the arm64-v8a APK version.

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix (auto) label Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants