Data structures for running TensorFlow Object Detection API models
Project description
================
detection-models
================
.. image:: https://img.shields.io/pypi/v/detection_models.svg
:target: https://pypi.python.org/pypi/detection_models
.. image:: https://img.shields.io/travis/gavincmartin/detection_models.svg
:target: https://travis-ci.org/gavincmartin/detection_models
.. image:: https://readthedocs.org/projects/detection-models/badge/?version=latest
:target: https://detection-models.readthedocs.io/en/latest/?badge=latest
:alt: 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.
* Free software: MIT license
* Documentation: https://detection-models.readthedocs.io.
* Demo: https://github.com/autognc/detection-models/blob/master/detection_models_demo.ipynb
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
=======
History
=======
0.1.2 (2019-04-08)
------------------
* Added ObjectDetector and DetectedObject classes and subclasses
* Added demo
0.1.1 (2019-04-01)
------------------
* Updated setup.py to reflect correct repo homepage
0.1.0 (2019-04-01)
------------------
* First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file detection_models-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: detection_models-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3367560f842e7d7674f1ec20d61f7a507e360d36b15f31ce9a0cdc7aa35d986d |
|
MD5 | 94e2229dabddfac7e1efa37bdae3b911 |
|
BLAKE2b-256 | 4304dd11c1759f80dec31887245724763176028e5fac9a582d0b7652507f9c27 |