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')
Release files for detecty 0.0.31
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| detecty-0.0.31.tar.gz | 8.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| detecty-0.0.31-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.9 MB
Release files / detecty-0.0.31.tar.gz
| Download URL | detecty-0.0.31.tar.gz |
|---|---|
| Size | 8.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4632a6e8fd15f87a7fbecc4004930609204fb338fc6b8de3d6c1b3079e932487
|
|
BLAKE2b-256 checksum How to use checksums |
b00529cf049b34f554b6f9dd98bd54032e8bc064d684e5f2b7d7f84def46cfef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.10.13 Linux/5.3.0-28-generic
|
Release files / detecty-0.0.31-py3-none-any.whl
| Download URL | detecty-0.0.31-py3-none-any.whl |
|---|---|
| Size | 8.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9b244d20b848572b4c693e698f42efe3fc46b235dc1d8dad056f5f4ab31cae02
|
|
BLAKE2b-256 checksum How to use checksums |
c695a1b8ff7ff2f8f590a185603bfcc9d339bf61e8c0ff3c8226029ae83f929a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.6.1 CPython/3.10.13 Linux/5.3.0-28-generic
|