Skip to main content

Got a working detection model file? Want to quickly setup inference pipelines? You are in the right place!

Project description

Easy Inference

Welcome to the easy inference repository! The main goal of this repository is to provide a clean, simple and short way of setting up inference pipelines for 2D (and 3D) visual detection. The interfaces to camera drivers are abstracted away as python generators. A simple inference pipeline for a webcam based inference pipeline looks as follows:

from easy_inference.providers.webcam import Webcam

provider = Webcam(source=0)

for frame in provider:

  # run my detection 

See the examples directory for some yolov7 pipelines.

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

easy_inference-0.0.2.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

easy_inference-0.0.2-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file easy_inference-0.0.2.tar.gz.

File metadata

  • Download URL: easy_inference-0.0.2.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for easy_inference-0.0.2.tar.gz
Algorithm Hash digest
SHA256 1f9afade2c885dc4657d38b64ef32877f4a607cf422dbc1d4969e1e18595fa58
MD5 0419a9b9a593332d92f189efd710fd32
BLAKE2b-256 ef44fda233f5101bd123ecc025bf6fb0d2a8661866181d1fb2efb16c518f8812

See more details on using hashes here.

File details

Details for the file easy_inference-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for easy_inference-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4ed4b307b5ff7c3b67d8cb89d408c53936cb6c8cfa399ba75564f3a057886a78
MD5 8366cd2812d20b024009f9a9bfc90f5a
BLAKE2b-256 4907338cd925eae0bacbd0075a50ce917cfcaabaeabc281f93f4dfa33a90435b

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