https://github.com/sqmah/plate-reading-network
Plate reading network based on the LPRNet network written in Tensorflow 2.0
https://github.com/sqmah/plate-reading-network
alpr computer-vision keras license-plate-recognition lprnet tensorflow tensorflow-models tensorflow2 tensorflow2-models
Last synced: 2 days ago
JSON representation
Plate reading network based on the LPRNet network written in Tensorflow 2.0
- Host: GitHub
- URL: https://github.com/sqmah/plate-reading-network
- Owner: SQMah
- Created: 2019-08-07T07:30:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T06:16:47.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T17:51:48.902Z (24 days ago)
- Topics: alpr, computer-vision, keras, license-plate-recognition, lprnet, tensorflow, tensorflow-models, tensorflow2, tensorflow2-models
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plate Reading Network
Tensorflow 2 implementation of the LPRNet architecture found in this paper: https://arxiv.org/abs/1806.10447State of the art end-to-end license plate model that turns license plate image into a license plate number, without character segmenetation and localization.