:py:mod:`kwcoco.abstract_coco_dataset` ====================================== .. py:module:: kwcoco.abstract_coco_dataset Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: kwcoco.abstract_coco_dataset.AbstractCocoDataset .. py:class:: AbstractCocoDataset Bases: :py:obj:`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.