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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file detecty-0.0.31.tar.gz.

File metadata

  • Download URL: detecty-0.0.31.tar.gz
  • Upload date:
  • Size: 8.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.13 Linux/5.3.0-28-generic

File hashes

Hashes for detecty-0.0.31.tar.gz
Algorithm Hash digest
SHA256 4632a6e8fd15f87a7fbecc4004930609204fb338fc6b8de3d6c1b3079e932487
MD5 a4a9e03603d1c7f4901d41f52a5aa8cb
BLAKE2b-256 b00529cf049b34f554b6f9dd98bd54032e8bc064d684e5f2b7d7f84def46cfef

See more details on using hashes here.

File details

Details for the file detecty-0.0.31-py3-none-any.whl.

File metadata

  • Download URL: detecty-0.0.31-py3-none-any.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.13 Linux/5.3.0-28-generic

File hashes

Hashes for detecty-0.0.31-py3-none-any.whl
Algorithm Hash digest
SHA256 9b244d20b848572b4c693e698f42efe3fc46b235dc1d8dad056f5f4ab31cae02
MD5 a80ed527d95d2fbe8216d5494382b9d9
BLAKE2b-256 c695a1b8ff7ff2f8f590a185603bfcc9d339bf61e8c0ff3c8226029ae83f929a

See more details on using hashes here.

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