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

Uploaded Source

Built Distribution

easy_inference-0.0.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: easy_inference-0.0.3.tar.gz
  • Upload date:
  • Size: 7.2 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.3.tar.gz
Algorithm Hash digest
SHA256 df1b863387424010671cc2f933f6ff23dedf050b17e8bc78f685bcddf9455e36
MD5 bd071d8950122202bc4b9ca759d1ce3b
BLAKE2b-256 64f7591797608e63c31a59f15adb824a6277fc7336e7458dc40da8afdca52c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for easy_inference-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 358610f4a2ce27b8c66f6af586122d008c005da523e2fbf062dd7f11e4cafa76
MD5 a7aa9313c864409fc749e562c9c7bfa9
BLAKE2b-256 3d942255b02db38eed241d7ba72fcc547dc54b244b676c3a934310e6b3c9a0a3

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