Skip to content

Data structures for running TensorFlow Object Detection API models

License

Notifications You must be signed in to change notification settings

autognc/detection-models

Repository files navigation

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

About

Data structures for running TensorFlow Object Detection API models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages