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

other capcha format #3

Open
parsibox opened this issue Apr 25, 2020 · 4 comments
Open

other capcha format #3

parsibox opened this issue Apr 25, 2020 · 4 comments

Comments

@parsibox
Copy link

hi
how can i train your code for other captcha format like this captcha
image
image

@CagriUysal
Copy link
Owner

Hello,
Our repo is not a generalization for every captcha image.
It depends on clearly separating digits on the captcha. To do this we used some preprocessing(denoising) but these are suitable just for our captcha dataset. That denoising step actually involved many trial and error. So, in your case, you should find a way to denoise your captchas. Then you can train your model using these separated digits/letters.

If you don't see by the time, there is a tutorial of the repo(link in read me). Check it out it might help in your case.
Good luck.

@parsibox
Copy link
Author

i see your link
but i can not remove all noise in my pic
can you help me how remove noise?

@CagriUysal
Copy link
Owner

I have really no interest in the subject currently.
There are lots of resources online you can check out.
By the way, you can not really remove all the noise. Try your best attempt to decrease it as much as you can.

@parsibox
Copy link
Author

can you giv me some link how train work?
i set 100 image for dataset and trained the code
but my lose is more thand 40%
i realy want to work on this

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