Giter Club home page Giter Club logo

license_plate_recognition's Introduction

License Plate Recognition

Detection and recognition of Russian license plates using YoloV5 and License Plate Recognition Network.

Docker

$ docker pull etokone/license_plate_recognition:latest
$ docker run --gpus all --rm -it -p 8081:8080 etokone/license_plate_recognition:latest

Prediction

$ curl -X POST -F file=@example_image.png http://0.0.0.0:8081/predict
{
  "0":{"xmin":1598.5455322266,"ymin":399.8723449707,"xmax":1652.2009277344,"ymax":415.0353088379,
       "confidence":0.931964159,"class":0,"name":"Plate","Number":null},
  "1":{"xmin":591.9268798828,"ymin":470.7789306641,"xmax":658.0405883789,"ymax":489.2675476074,
       "confidence":0.9258311391,"class":0,"name":"Plate","Number":"H639TO76"},
  "2":{"xmin":971.9020996094,"ymin":430.119354248,"xmax":1040.9666748047,"ymax":448.1368408203,
       "confidence":0.921592474,"class":0,"name":"Plate","Number":"T515HP76"},
  "3":{"xmin":1311.4468994141,"ymin":436.5375671387,"xmax":1380.4725341797,"ymax":454.7528076172,
       "confidence":0.9069831967,"class":0,"name":"Plate","Number":"P391HA71"},
  "4":{"xmin":677.9398193359,"ymin":211.6175994873,"xmax":719.9579467773,"ymax":223.0309753418,
       "confidence":0.891178906,"class":0,"name":"Plate","Number":null},
  "5":{"xmin":171.3097686768,"ymin":277.8567504883,"xmax":214.3333282471,"ymax":291.2663879395,
       "confidence":0.8507843614,"class":0,"name":"Plate","Number":null},
  "6":{"xmin":1902.1220703125,"ymin":417.3900146484,"xmax":1920.0,"ymax":433.4660339355,
       "confidence":0.840703547,"class":0,"name":"Plate","Number":null}}

Docs

Visual examples

license_plate_recognition's People

Contributors

etokone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.