Skip to main content

No project description provided

Project description

Detecty

A Mobilenet based single car plate detection model.

Installation

Currently detecty is intended to use on CPU machine (GPU support is coming soon). To install detecty on a CPU run:

pip3 install detecty
pip3 install torch --index-url https://download.pytorch.org/whl/cpu

Usage

Command line

If you have a car image named car.jpg

You can run detecty car.jpg and get the plate in plate.jpg

Python

from PIL import Image
from detecty.model import Detection

img = Image.open('car.jpg')
model = Detection()
res = model(img)
res.plate.save('plate.jpg')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

detecty-0.0.31.tar.gz (8.4 MB view hashes)

Uploaded Source

Built Distribution

detecty-0.0.31-py3-none-any.whl (8.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page