kwcoco.abstract_coco_dataset

Module Contents

Classes

AbstractCocoDataset

This is a common base for all variants of the Coco Dataset

class kwcoco.abstract_coco_dataset.AbstractCocoDataset[source]

Bases: abc.ABC

This is a common base for all variants of the Coco Dataset

At the time of writing there is kwcoco.CocoDataset (which is the dictionary-based backend), and the kwcoco.coco_sql_dataset.CocoSqlDataset, which is experimental.