Coder Social home page Coder Social logo

prithvioak / college-dropout-s Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 63 KB

Our project is on license plate recognition. Given a dataset of various license plates, our model will identify the region and text.

License: MIT License

Python 100.00%

college-dropout-s's Introduction

college-dropout-s

Our project is on license plate recognition. Our code supports license plate preprocessing, character segmentation, and two different model implementations for character sequence recognition based on image input. Devpost Link: https://devpost.com/software/college-dropouts

To Run

Download the dataset here: https://www.inf.ufpr.br/vri/databases/tbFcZE-RodoSol-ALPR.zip (3 GB) Create a folder in the project directory called 'data' Navigate to the 'cars-br' folder in the dataset and add that to the 'data' folder. Create a second folder called 'cars-br-cropped' in the data folder. Run the preprocess function, which will populate the project with images, now cropped to only include the license plates. Now, you can run both models on this data!

Pre-process

Our pre-processing includes cropping the car images to include only the license plates.
'get_inputs_lprnet' returns these cropped images as a tensor, to be used in the LPRNet Model which makes use of non-descript sequence data.
'get_labels_lprnet' returns the labels of each image as a tensor in our integer to character mapping
'get_segmented_images' returns a tensor of the segmented characters for each image, to be used in the Segmentation Model. This is done systematically through deterministic computer vision functions (cv2).
'get_labels' returns the labels of each image as a tensor as one-hot encodings

LPRNetModel

Accuracy: 0 :(

Segmented Model

Character-wise Accuracy: 44.4%
Sequence-wise (True) Accuracy: 5.4%

college-dropout-s's People

Contributors

erc-ma avatar serulii avatar prithvioak avatar jhirsch1 avatar

Stargazers

 avatar

Watchers

 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.