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.4.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

easy_inference-0.0.4-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: easy_inference-0.0.4.tar.gz
  • Upload date:
  • Size: 7.3 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.4.tar.gz
Algorithm Hash digest
SHA256 92ab540a288c8f77b381b259933190c6efeba1402b16e0895e1df939fcfe39d6
MD5 73cf9a70648a51732dd3233d64e5df1c
BLAKE2b-256 a6c2221dcc64e61c40126e97b8b5a35b19642da84478b97eec079d0ab71d2072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for easy_inference-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6b0864dfc2e10205d4781f49ea57f0b6c0044b3bf91f057c1277b2a7696b136f
MD5 699aa80734b8593af573f42929cfaf18
BLAKE2b-256 77529ae75fc81a2a271885575a55122f4c54ee237139b8b357aa891958080f24

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