nrtk.interop.maite.interop.object_detection.dataset

This module contains wrappers for converting a COCO dataset or a generic dataset to a MAITE dataset.

Classes

COCOJATICObjectDetectionDataset

Dataset class to convert a COCO dataset to a dataset compliant with JATIC's Object Detection protocol.

COCOMetadata

TypedDict for COCO-detection datum-level metdata.

JATICDetectionTarget

Dataclass for the datum-level JATIC output detection format.

JATICObjectDetectionDataset

Implementation of the JATIC Object Detection dataset wrapper for dataset images of varying sizes.