Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 856 Bytes

File metadata and controls

36 lines (22 loc) · 856 Bytes

VerificationCode_

CNN to recognize the verification code by picture
To get the picture , and picture u can get

Myexample is SampleAll

I get 500 picture and label the answer in data.xlsx

Separation_2_5picture.py

The verification code is 5 in picture
Due to my sample is very small amount
I need to cut picture to 5 pic.
Each pic. include 1 verification code
Save in train

outpic.py

This code is to reduce the noise

captcha_model.py

Just train

train_captcha.py

To train acc >0.99

image

predict.py

The no train picture in test
Use it to predict

image