{ "info": { "author": "Gavin C. Martin", "author_email": "gavinmartin@utexas.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "\n================\ndetection-models\n================\n\n\n.. image:: https://img.shields.io/pypi/v/detection_models.svg\n :target: https://pypi.python.org/pypi/detection_models\n\n.. image:: https://img.shields.io/travis/gavincmartin/detection_models.svg\n :target: https://travis-ci.org/gavincmartin/detection_models\n\n.. image:: https://readthedocs.org/projects/detection-models/badge/?version=latest\n :target: https://detection-models.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\n\n\nThis library abstracts out many of the low-level operations of the TensorFlow\nObject Detection API and provides an object-oriented approach to detecting\nobjects with frozen inference graphs.\n\n* Free software: MIT license\n* Documentation: https://detection-models.readthedocs.io.\n* Demo: https://github.com/autognc/detection-models/blob/master/detection_models_demo.ipynb\n\nInstallation\n------------\nThis 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:\n\n1. Install the TensorFlow Object Detection API (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md).\n\n2. Install `detection-models` from PyPI.\n.. code::\n pip install detection-models\n\n\n=======\nHistory\n=======\n\n0.1.2 (2019-04-08)\n------------------\n\n* Added ObjectDetector and DetectedObject classes and subclasses\n* Added demo\n\n\n0.1.1 (2019-04-01)\n------------------\n\n* Updated setup.py to reflect correct repo homepage\n\n\n0.1.0 (2019-04-01)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/autognc/detection_models", "keywords": "detection_models", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "detection-models", "package_url": "https://pypi.org/project/detection-models/", "platform": "", "project_url": "https://pypi.org/project/detection-models/", "project_urls": { "Homepage": "https://github.com/autognc/detection_models" }, "release_url": "https://pypi.org/project/detection-models/0.1.2/", "requires_dist": [ "Cython", "contextlib2", "pillow", "lxml", "jupyter", "matplotlib", "tensorflow" ], "requires_python": "", "summary": "Data structures for running TensorFlow Object Detection API models", "version": "0.1.2" }, "last_serial": 5113864, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cf442c3dd699d2fe6e5e29c912957a69", "sha256": "656d7869ed6a993884da6df88ba577c1d23697796290456197e73fb26ebdc151" }, "downloads": -1, "filename": "detection_models-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cf442c3dd699d2fe6e5e29c912957a69", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3381, "upload_time": "2019-04-01T15:50:56", "url": "https://files.pythonhosted.org/packages/4d/94/f20c064a2d79d34ddb6c3ed02548c0d8f56cc26dc35ec2a146c9424fe5f1/detection_models-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95d25e552a8d89e81113c296bb0fa232", "sha256": "c039e2c571f408885a25cfff226baf6c23a9cc9c2b7e621957d16e458205fb29" }, "downloads": -1, "filename": "detection_models-0.1.0.tar.gz", "has_sig": false, "md5_digest": "95d25e552a8d89e81113c296bb0fa232", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8202, "upload_time": "2019-04-01T15:50:58", "url": "https://files.pythonhosted.org/packages/c5/1f/9d73566b7f2557e98104ba5abfe0286c05b35582ed0843a8e013a873888b/detection_models-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1feaa11856cb974f0d00797496088533", "sha256": "a9861fbad23b9bc57c25a172839bc03c6c632606c77b7ff107d52d7f9bdd3eb5" }, "downloads": -1, "filename": "detection_models-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1feaa11856cb974f0d00797496088533", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3418, "upload_time": "2019-04-01T16:30:40", "url": "https://files.pythonhosted.org/packages/66/82/ffe2fed4d28509689c28caec81d69beccfd30f8b6b0886f6946d9b78f98a/detection_models-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10589ab31b168650e3b5a250a081f771", "sha256": "310c495eb6de0e95f37e86286ae2c87eefdd327fbb4136471f2a56a8aeee8cf0" }, "downloads": -1, "filename": "detection_models-0.1.1.tar.gz", "has_sig": false, "md5_digest": "10589ab31b168650e3b5a250a081f771", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8303, "upload_time": "2019-04-01T16:30:42", "url": "https://files.pythonhosted.org/packages/d0/6f/835a1d6513f22dfe55082f970e94748c8ce610178b07e3cb5ed378b23be8/detection_models-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "94e2229dabddfac7e1efa37bdae3b911", "sha256": "3367560f842e7d7674f1ec20d61f7a507e360d36b15f31ce9a0cdc7aa35d986d" }, "downloads": -1, "filename": "detection_models-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "94e2229dabddfac7e1efa37bdae3b911", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9687, "upload_time": "2019-04-08T14:01:24", "url": "https://files.pythonhosted.org/packages/43/04/dd11c1759f80dec31887245724763176028e5fac9a582d0b7652507f9c27/detection_models-0.1.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94e2229dabddfac7e1efa37bdae3b911", "sha256": "3367560f842e7d7674f1ec20d61f7a507e360d36b15f31ce9a0cdc7aa35d986d" }, "downloads": -1, "filename": "detection_models-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "94e2229dabddfac7e1efa37bdae3b911", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9687, "upload_time": "2019-04-08T14:01:24", "url": "https://files.pythonhosted.org/packages/43/04/dd11c1759f80dec31887245724763176028e5fac9a582d0b7652507f9c27/detection_models-0.1.2-py2.py3-none-any.whl" } ] }