All Projects → chongyangtao → Deephccr

chongyangtao / Deephccr

Licence: mit
Offline Handwritten Chinese Character Recognition based on GoogLeNet and AlexNet (With CaffeModel)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deephccr

Dcnets
Implementation for <Decoupled Networks> in CVPR'18.
Stars: ✭ 115 (-52.48%)
Mutual labels:  recognition
Pyicp Slam
Full-python LiDAR SLAM using ICP and Scan Context
Stars: ✭ 155 (-35.95%)
Mutual labels:  recognition
Opencv Course
Learn OpenCV in 4 Hours - Code used in my Python and OpenCV course on freeCodeCamp.
Stars: ✭ 185 (-23.55%)
Mutual labels:  recognition
Labelbox
Labelbox is the fastest way to annotate data to build and ship computer vision applications.
Stars: ✭ 1,588 (+556.2%)
Mutual labels:  recognition
Crnn.pytorch
Convolutional recurrent network in pytorch
Stars: ✭ 1,914 (+690.91%)
Mutual labels:  recognition
Architectural Floor Plan
AFPlan is an architectural floor plan analysis and recognition system to create extended plans for building services.
Stars: ✭ 165 (-31.82%)
Mutual labels:  recognition
Facial Expression Recognition
💡My Solution to Facial Emotion Recognization in Kaggle competition
Stars: ✭ 88 (-63.64%)
Mutual labels:  recognition
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (-19.83%)
Mutual labels:  recognition
Faceid
An implementation of YOLO v2 for direct facial recognition within detection layer.
Stars: ✭ 144 (-40.5%)
Mutual labels:  recognition
Deep Text Recognition Benchmark
Text recognition (optical character recognition) with deep learning methods.
Stars: ✭ 2,665 (+1001.24%)
Mutual labels:  recognition
Avpi
an open source voice command macro software
Stars: ✭ 130 (-46.28%)
Mutual labels:  recognition
Yolo Powered robot vision
Stars: ✭ 133 (-45.04%)
Mutual labels:  recognition
Text Detector
Tool which allow you to detect and translate text.
Stars: ✭ 173 (-28.51%)
Mutual labels:  recognition
3d Densenet
3D Dense Connected Convolutional Network (3D-DenseNet for action recognition)
Stars: ✭ 118 (-51.24%)
Mutual labels:  recognition
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (-21.07%)
Mutual labels:  recognition
Online place recognition
Graph-based image sequences matching for the visual place recognition in changing environments.
Stars: ✭ 100 (-58.68%)
Mutual labels:  recognition
Lc Finder
An image annotation and object detection tool written in C
Stars: ✭ 163 (-32.64%)
Mutual labels:  recognition
Labelimg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
Stars: ✭ 16,088 (+6547.93%)
Mutual labels:  recognition
Idcardrecognition
🇨🇳中国大陆第二代身份证 🆔 识别,自动读出身份证上的信息(姓名、性别、民族、住址、身份证号码)并截取身份证照片, iOS开发者交流:①群:446310206 ②群:426087546
Stars: ✭ 191 (-21.07%)
Mutual labels:  recognition
Fbrecog
An unofficial python wrapper for the Facebook face recognition endpoint
Stars: ✭ 184 (-23.97%)
Mutual labels:  recognition

DeepHCCR

Offline Handwritten Chinese Character Recognition based on GoogLeNet and AlexNet

Instruction

Result

  • Test accuracy on Chinese Handwriting Recognition Competition in ICDAR2013
Network Top-1 Top-2 Top-5 Top-10
AlexNet 0.938437 0.975073 0.990790 0.995370
GoogLeNet 0.953227 0.982650 0.993464 0.996728
  • Test accuracy vs. Iters (GoogLeNet)
    GoogLeNet

Reference

  • Krizhevsky A, Sutskever I, Hinton G E. Imagenet classification with deep convolutional neural networksx[C]//Advances in neural information processing systems. 2012: 1097-1105.
  • Szegedy C, Liu W, Jia Y, et al. Going deeper with convolutions[C]//Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2015: 1-9.
  • Zhong Z, Jin L, Xie Z. High performance offline handwritten Chinese character recognition using GoogLeNet and directional feature maps[C]//Document Analysis and Recognition (ICDAR), 2015 13th International Conference on. IEEE, 2015: 846-850.
  • Yin F, Wang Q F, Zhang X Y, et al. ICDAR 2013 Chinese handwriting recognition competition[C]//2013 12th International Conference on Document Analysis and Recognition. IEEE, 2013: 1464-1470.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].