Metadata-Version: 1.2
Name: polimorfo
Version: 0.2.1
Summary: a dataset loader and converter for object detection segmentation and classification
Home-page: https://github.com/fabiofumarola/polimorfo
Author: Fabio Fumarola
Author-email: fabiofumarola@gmail.com
License: Apache Software License 2.0
Description: =========
        polimòrfo
        =========
        
        
        .. image:: https://img.shields.io/pypi/v/polimorfo.svg
                :target: https://pypi.python.org/pypi/polimorfo
        
        .. image:: https://img.shields.io/travis/fabiofumarola/polimorfo.svg
                :target: https://travis-ci.org/fabiofumarola/polimorfo
        
        .. image:: https://readthedocs.org/projects/polimorfo/badge/?version=latest
                :target: https://polimorfo.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/fabiofumarola/polimorfo/shield.svg
             :target: https://pyup.io/repos/github/fabiofumarola/polimorfo/
             :alt: Updates
        
        
        
        Polimòrfo (πολύμορϕος, comp. di πολυ- «poli-» e μορϕή «forma») is a dataset loader and converter library for object detection segmentation and classification.
        The goal of the project is to create a library able to process dataset in format:
        
        .. _COCO: http://cocodataset.org/#format-data
        .. _`Pascal VOC`: http://host.robots.ox.ac.uk/pascal/VOC/
        .. _`Google Open Images`: https://storage.googleapis.com/openimages/web/download.html
        
        - COCO_: Common Objects in Context
        - `Pascal VOC`_: Visual Object Classes Challenge
        - `Google Open Images`_: Object Detection and Segmentation dataset released by Google
        
        and transform these dataset into a common format (COCO).
        
        Moreover, the library offers utilies to handle (load, convert, store and transform) the various type of annotations.
        This is important when you need to:
        - convert mask to polygons
        - store mask in a efficient format
        - convert mask/poygons into bounding boxes
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://polimorfo.readthedocs.io.
        
        
        Features
        --------
        
        
        TODO
        =====
        
        - [X] Coco dataset
        - [ ] download coco datasets for train and val
        - [ ] add annotations loader and converter
        - [ ] add voc dataset format
        - [ ]
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.2.0 (2020-02-18)
        ------------------
        
        * Add support to process coco dataset
        * add support to download files and archives from the web and google drive
        
Keywords: polimorfo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
