├── README.md ├── captcha_test.py ├── captcha_test_ctc_loss.py ├── get_captcha.py ├── model.png ├── model_ctc.png ├── my_model_weights.h5 ├── python_captcha_sample.jpg ├── tencent_captcha_cnn.png ├── tencent_captcha_sample.jpg ├── tencent_captcha_test.py ├── tencent_captcha_weight.h5 ├── vgg16_fine_tune.py └── vgg_fine_tune.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/README.md -------------------------------------------------------------------------------- /captcha_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/captcha_test.py -------------------------------------------------------------------------------- /captcha_test_ctc_loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/captcha_test_ctc_loss.py -------------------------------------------------------------------------------- /get_captcha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/get_captcha.py -------------------------------------------------------------------------------- /model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/model.png -------------------------------------------------------------------------------- /model_ctc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/model_ctc.png -------------------------------------------------------------------------------- /my_model_weights.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/my_model_weights.h5 -------------------------------------------------------------------------------- /python_captcha_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/python_captcha_sample.jpg -------------------------------------------------------------------------------- /tencent_captcha_cnn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/tencent_captcha_cnn.png -------------------------------------------------------------------------------- /tencent_captcha_sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/tencent_captcha_sample.jpg -------------------------------------------------------------------------------- /tencent_captcha_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/tencent_captcha_test.py -------------------------------------------------------------------------------- /tencent_captcha_weight.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/tencent_captcha_weight.h5 -------------------------------------------------------------------------------- /vgg16_fine_tune.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/vgg16_fine_tune.py -------------------------------------------------------------------------------- /vgg_fine_tune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinhao0214/captcha_break_keras/HEAD/vgg_fine_tune.png --------------------------------------------------------------------------------