Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.69 KB

inferrer.rst

File metadata and controls

34 lines (20 loc) · 1.69 KB

Inferrers

image

Photo by Laura Lee Moreau on Unsplash

Inferrers are modules that use either TensorFlow or OpenCV to find objects in images with a provided trained object detection model.

These inferrers are derived from the BaseInferrer class, which defines the methods that all inferrers need to have.

Documented below are these main methods.