SaulZhang / Tensorflow-CAPTCHA-RecognitionLinks
第九届大学生服务外包大赛--A16验证码识别。基于卷积神经网络,Siamese Network等方法实现光学字符识别以及基于度量学习的相似字符匹配。相关参考论文《Learning a Similarity Metric Discriminatively, with Application to Face Verification》
☆18Updated 5 years ago
Alternatives and similar repositories for Tensorflow-CAPTCHA-Recognition
Users that are interested in Tensorflow-CAPTCHA-Recognition are comparing it to the libraries listed below
Sorting:
- 视频动作识别,基于C3D网络构建☆30Updated 6 years ago
- 采用深度学习方法进行刀具识别。☆22Updated 6 years ago
- 图像细粒度分类☆12Updated 6 years ago
- some small codes about deep learning☆51Updated 7 years ago
- Simple demos for beginners of Tensorflow!☆21Updated 6 years ago
- 基于Keras+Tensorflow搭建,提供ResNet50神经网络的图片分类平台。☆36Updated 6 years ago
- python 图像处理 以图搜图 无损压缩☆11Updated 6 years ago
- 这是一个简单的猫狗分类、识别的TensorFlow实现☆18Updated 6 years ago
- 使用CNN全卷积神经网络进行整行汉字识别,正确率90-94%,后来有朋友改成densenet做主网络,做到99%以上正确率☆31Updated 5 years ago
- 基于LibSVM实现的验证码识别,通过对验证码图片进行二值化、去噪、切割等处理后,对每个字符进行识别。识别过程采用LibSVM来实现。可用于识别网站登录的验证码。☆36Updated 7 years ago
- 基于纹理的图像分割☆9Updated 6 years ago
- Book_DeepLearning_Practice☆31Updated 8 years ago
- 基于Keras实现Kaggle2013--Dogs vs. Cats12500张猫狗图像的精准分类☆78Updated 6 years ago
- 学习计算机视觉的道路上☆39Updated 6 years ago
- 基于人脸识别的自动点名程序(带GUI操作界面)☆13Updated 6 years ago
- 基于CNN的车牌(字符)识别 end2end plate recognition using CNN based on Tensorflow