tuanphan09 / captcha-recognition

20 stars 4 forks source link

result #1

Closed kingmkm closed 5 years ago

kingmkm commented 5 years ago

Thank you for your work. i just wanted to ask what was the result of your testing. Also, i wanted to ask you why is your model different from qjadud1994(CRNN-Keras) and from the CRNN paper.

tuanphan09 commented 5 years ago

I created my own captcha image using ImageCaptcha and held a small competition base on that data, you can visit the competition via: https://www.kaggle.com/c/aif-challenge2/

I'm the host so I didn't submit my result on that competition. If i were, the result would be:

tuanphan09 commented 5 years ago

About the model, i don't see any big difference between my model and qjadud1994. Both have the same parts as the model from the original paper: CNN -> RNN(stack bi-LSTM) -> CTC loss