Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.12 KB

readme.rst

File metadata and controls

68 lines (44 loc) · 2.12 KB

polimòrfo

image

image

Documentation Status

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:

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

Features

TODO

  • [X] Coco dataset
  • [X] download coco datasets for train and val
  • [X] add annotations loader and converter
  • [X] add the ability to create dataet from scratch
  • [ ] add voc dataset format
  • [ ]

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.