cocohelper
A Python API to make working with the COCO dataset format simpler.
Submodule
Adapters to transform custom datasets into COCO format. |
|
Extend pandas Dataframe to allow easier manipulation of COCO Datasets. |
|
Custom exceptions for the library. |
|
Base filters that can be used, composed or extended to extract specific information from dataframes. |
|
Represent a dataset in the COCO format. |
|
Generate COCOHelper objects from a generic dataset interface. |
|
Access to different joins of a COCO dataset tables. |
|
Merge multiple COCO datasets together. |
|
Split the COCO dataset in sub-portions. |
|
Calculate dataset statistics on the images and annotations. |
|
Transformations and manipulation of COCO images and annotations. |
|
Utilities. |
|
Check COCO dataset validity based on data ids and directory tree. |
|
Visualize COCO images and annotations. |