All Projects → chenmingxiang110 → Car Plate Recognition

chenmingxiang110 / Car Plate Recognition

Licence: mit

Projects that are alternatives of or similar to Car Plate Recognition

Residual Attention Convolutional Neural Network
It contains the Attention-56 and Attention-96 models built from scratch in keras. Residual Attention Networks are described in the paper "Residual Attention Network for Image Classification"(https://arxiv.org/pdf/1704.06904.pdf).
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Applied Machine Learning
Applied Machine Learning @ http://amitkaps.com/ml
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Concrete nlp tutorial
An NLP workshop about concrete solutions to real problems
Stars: ✭ 983 (+2556.76%)
Mutual labels:  jupyter-notebook
Ml Classification Algorithms Poverty
A comparative assessment of machine learning classification algorithms applied to poverty prediction
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Tensorflow Mnist Tutorial
MNIST classification in Tensorflow using Django
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Cs145 Notebooks 2016
Public materials for the Fall 2016 offering of CS145
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Gdl code
The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
Stars: ✭ 984 (+2559.46%)
Mutual labels:  jupyter-notebook
Nla2017
Skoltech 2017 NLA course
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Sta 663 2015
Course materials for STA663
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Yelp nlp project
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Ai and security
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Analyticstool
함수산책 - 캐글뽀개기 스터디 자료 보관소
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Renkotrading
Simple algorithm inspired on Renko charts applied to cryptocurrency trading
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Got Book 6
LSTM trained on the first five ASOIAF/GOT books
Stars: ✭ 983 (+2556.76%)
Mutual labels:  jupyter-notebook
Fsdl Text Recognizer Project
Full Stack Deep Learning August 2018 Bootcamp Project (Public)
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Opencv Tutorials
Tutorials for learning OpenCV in Python from Scratch
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+2554.05%)
Mutual labels:  jupyter-notebook
Cookbook Code
[DEPRECATED] See the new edition:
Stars: ✭ 984 (+2559.46%)
Mutual labels:  jupyter-notebook
Renewable power plants
Data package: renewable power plants
Stars: ✭ 36 (-2.7%)
Mutual labels:  jupyter-notebook

Car-Plate-Recognition

The entire algorithm includes a car plate detection algorithm (using image segmentation) and a car plate recognition algorithm (CTC loss). The accuracy of this algorithm is 98.92% based on the data given.

The models can be downloaded from pan.baidu.com:

link:https://pan.baidu.com/s/1e8AtCfJ01fiu-vgJLRZ_ZQ  code:s05b

The car plate training data is acquired from

https://github.com/detectRecog/CCPD

Please cite the paper if you are willing to use the dataset

@inproceedings{xu2018towards,
  title={Towards End-to-End License Plate Detection and Recognition: A Large Dataset and Baseline},
  author={Xu, Zhenbo and Yang, Wei and Meng, Ajin and Lu, Nanxue and Huang, Huan},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  pages={255--271},
  year={2018}
}

The downloaded data should be put under the CCPD2019 directory.

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].