Metadata-Version: 2.1
Name: mira
Version: 0.1a11
Summary: A package for simplifying object detection
Home-page: https://github.com/faustomorales/mira
Author: Fausto Morales
Author-email: faustomorales@gmail.com
License: MIT
Description: # mira
        
        **IMPORTANT**: mira is in pre-release. The API is still under development and subject to change. In addition, there are likely bugs in implementations of some of the object detection models. As with all works-in-progress, please use at your own risk.
        
        mira provides tooling for simple object detection projects. The package spans three areas of focus.
        
        - **Core** object detection abstractions for images and annotations
        - Access to **datasets** from common formats (e.g., VOC, COCO) and image sets (e.g., VOC 2012)
        - A common API to for **well-known models** (e.g., RetinaNet and YOLO)
        
        Check out [the docs](http://faustomorales.github.io/mira).
        
        ##  Installation
        
        ```
        pip install mira
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: docs
