Yet another simple object detector
Project description
yasod
Version 0.1.1
Yet another simple object detector
Installing
pip install yasod
Getting started
An example for a config and models could be found in tests/data.
Here is a simple example how to detect the objects of a given input-image.jpg and draw an output image accordingly:
from yasod import Yasod
model = Yasod("simple-yasod-config.yml").get_model("yolov4-tiny")
img, detections = model.detect("input-image.jpg")
model.draw_results(img, detections, "output-image.jpg")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yasod-0.1.1.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
yasod-0.1.1-py3-none-any.whl
(5.1 kB
view details)
File details
Details for the file yasod-0.1.1.tar.gz.
File metadata
- Download URL: yasod-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.0 Linux/5.4.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
199a0bbe1c9b9f49fec8d1ebc8c9362a43cfe19e4b929ffc3d50836aaf018970
|
|
| MD5 |
e07973ac23e181cfbc6ecd75bbc0c094
|
|
| BLAKE2b-256 |
12a6531d986f82b86106f9dfd14edcba2548d839ca88022743ffd21bb365741d
|
File details
Details for the file yasod-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yasod-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.0 Linux/5.4.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ac081e2ba49c2b001222aa03df0a8390b93fb5927e974a744f500e7dfb29042
|
|
| MD5 |
42b0f1a668652d36f9c7a3d07320628b
|
|
| BLAKE2b-256 |
db6868f9063ec124c204af3ff659dba001ca066d91664f12ba1d335db3d1a681
|