Git Product home page Git Product logo

yplate's Introduction

yplate license dependencies pull issues python

Yplate

Detect Vehicle Number plates with YOLOv3 powered by OpenCV >= 3.x

Updates:

It will be updated to pypi and conda soon with stable releases

Install:

a. With wheel

pip install https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1-py3-none-any.whl

b. With tar.gz

pip install https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1.tar.gz

Usage:

Command-line Arguments:-

  1. detect

  2. crop

detect

(1.a) Detect plates automatically (detected image will be saved to output directory always with original starting file name)

yplate detect images/car2.jpg

car2

(1.b) Detect plates and custom save it with a valid new filename (detected image will be saved to output directory with custom file name)

yplate detect images/car2.jpg --save out2.jpg

(1.c) Hide output detected image

yplate detect images/car2.jpg --hide_img

(1.d) Hide output in command-line

yplate detect images/car2.jpg --hide_out

(1.e) Don't save output image

yplate detect images/car2.jpg --save none

crop

(2.a) Crop plates automatically ( Cropped plates will be saved to 'plates/' directory always with original starting file name)

yplate crop images/car2.jpg

car2

(2.b) Detect plates and custom save it with a valid new filename (Cropped image will be saved to output directory with starting custom file name)

yplate crop images/car2.jpg --save plate2.jpg

(2.c) Hide cropped image in command-line

yplate crop images/car2.jpg --hide_img

(2.d) Hide output in command-line

yplate crop images/car2.jpg --hide_out

(2.e) Don't save output image

yplate crop images/car2.jpg --save none

Check yplate version:

yplate -v

Model Configuration:

yplate --config

Sample Outputs:

Detected Plates:

Corresponding plates:

yplate's People

Contributors

deepraj1729 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yplate's Issues

error in installing yplate-0.0.1.tar.gz

pip install https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1.tar.gz
Collecting https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1.tar.gz
Downloading https://github.com/deepraj1729/yplate/releases/download/0.0.1/yplate-0.0.1.tar.gz (228.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.7/228.7 MB 2.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\chira\AppData\Local\Temp\pip-req-build-swv7sr7b\setup.py", line 3, in
with open('requirements.txt') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

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.