coco
Description
Standard and concept datasets derived from MS COCO dataset.
There are the following dataset handles, both derived from
COCODataset
:
KeypointsDataset
: In: COCO images, GT: COCO annotationsConceptDataset
: In: COCO images, GT: masks for the given body parts
Masks are generated and saved in COCO style folder structure if they do not exist. For the documentation of the coco handle used under the hood, see the short COCO API documentation and the COCO dataset format doc.
Sub-modules
Base classes for handling MS COCO like datasets. |
|
Enum with definitions of standard body parts from MS COCO keypoint names. |
|
Handle that derives keypoint heatmaps from MS COCO keypoint annotations. |
|
MS COCO Keypoints dataset handle with subsetting functionality and annotation transformations. |
|
Util functions to process, transform, and evaluate MS COCO keypoint information. |
|
Handle that derives concept masks from MS COCO keypoint annotations. |