All Projects → dipu-bd → alprbd

dipu-bd / alprbd

Licence: other
Automated Bangla License Plate Detection and Recognition - Implementation. For thesis report visit- https://github.com/dipu-bd/thesis-report

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to alprbd

caffe-simnets
The SimNets Architecture's Implementation in Caffe
Stars: ✭ 13 (-18.75%)
Mutual labels:  research-project
RTX-Mesh-Shaders
Different mesh shading techniques using the NVIDIA RTX (Turing) technology.
Stars: ✭ 84 (+425%)
Mutual labels:  research-project
derain-net
A (WIP) TensorFlow reproduction of Fu, Huang, Ding, Liao, and Paisley's method for single-image rain removal (https://arxiv.org/abs/1609.02087)
Stars: ✭ 15 (-6.25%)
Mutual labels:  research-project
lc
JIT compiler for Scheme targeting x86-64 platforms
Stars: ✭ 24 (+50%)
Mutual labels:  research-project
oim
Algorithms for online influence maximization
Stars: ✭ 16 (+0%)
Mutual labels:  research-project
landslide
Research project on building and evaluating deep learning models for landslides detection on satellite images
Stars: ✭ 36 (+125%)
Mutual labels:  research-project
Fake-News-Detection-Project
Fake News Detection Final Year College Project with Project Report, PPT, Code, Research Paper and Documents.
Stars: ✭ 16 (+0%)
Mutual labels:  research-project
KrantikariQA
An InformationGain based Question Answering over knowledge Graph system.
Stars: ✭ 54 (+237.5%)
Mutual labels:  research-project
vein
🔮⚡️Vein is an open source high-level strictly-typed programming language with a standalone OS, arm and quantum computing support.
Stars: ✭ 31 (+93.75%)
Mutual labels:  research-project
paprika
Paprika is a powerfull toolkit to detect some code smells in analysed Android applications.
Stars: ✭ 69 (+331.25%)
Mutual labels:  research-project
GeneticAlgorithmUniversityClassScheduler
A class scheduler using adaptive-elitist genetic algorithm.
Stars: ✭ 98 (+512.5%)
Mutual labels:  research-project
ML-in-Agriculture
Prediction of Crop Yield for farmers based on weather, satellite data
Stars: ✭ 32 (+100%)
Mutual labels:  research-project
UAV-Stereo-Vision
A program for controlling a micro-UAV for obstacle detection and collision avoidance using disparity mapping
Stars: ✭ 30 (+87.5%)
Mutual labels:  research-project
cashpack
A stateless event-driven HPACK codec
Stars: ✭ 25 (+56.25%)
Mutual labels:  research-project
ANPR-Tensorflow
Using neural networks to build an automatic number plate recognition system.
Stars: ✭ 26 (+62.5%)
Mutual labels:  license-plate

ALPR - Bangladesh

Thesis: Automated Bangla License Plate Recognition.

This repository has the API for Automated Bangla License Plate Dectection.

Development plan

End-User's Api

USAGE:
    alprbd [options] <image_file_name>

OPTIONS:
  -h, --help
    Display this message.

  --version
    Displays current version information.

  --log <directory>
    Directory to output log data.
    Must provide if --debug is set.
  
  --debug
    Output debug information. Default=Off
    Must provide a log file to save output.

  -j, --json
    Output in JSON format. Default=Off
  
  -n <number>, --top-n <number>
    Maximum number of possible plate numbers.
    Default=10

  --mark <file_name>
    Highlight plate regions with most probable plate number.
  
  --extract <directory>
    Crop all plates and store them in given directory.

  --dev
    To use developer options.
    For details see: alprbd --dev -h

ALPR-BD COMMAND LINE UTILITY

Developer's API

USAGE:
    alprbd --dev [dev-options]

DEVLOPER OPTIONS:
  -h, --help
    Displays this message.

  --dataset <directory>
    Generates dataset to train neural-network.
    <directory> : to save the output.

  --train <dataset_dir> [<model_dir>]
    Trains the neural network.
    <dataset_dir> : directory containing dataset.
    <model_dir> : to save the final model.
  
  --use-model <model_dir>
    Setup the given model to use for recognition.
    <model_dir> : directory containing the model.
  
  --test <image_file>
    Tests the current model using the image_file.
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].