Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.43 KB

README.rst

File metadata and controls

36 lines (23 loc) · 1.43 KB

detection-models

Documentation Status

This library abstracts out many of the low-level operations of the TensorFlow Object Detection API and provides an object-oriented approach to detecting objects with frozen inference graphs.

Installation

This package is heavily dependent upon the TensorFlow Object Detection API. Unfortunately, the OD API is not packaged for install on PyPI and therefore cannot be installed automatically as a dependency when installing detection-models from PyPI. To successfully install and use this package, users must:

  1. Install the TensorFlow Object Detection API (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md).

2. Install detection-models from PyPI. .. code:

pip install detection-models