Skip to main content

Yet another simple object detector

Project description

CI Status PyPI version

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


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

Uploaded Source

Built Distribution

yasod-0.1.1-py3-none-any.whl (5.1 kB 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