neodroidvision.data.detection.object_detection_dataset.ObjectDetectionDataset

class neodroidvision.data.detection.object_detection_dataset.ObjectDetectionDataset[source]

Bases: SupervisedDataset, ABC

description

__init__()[source]

Methods

__init__()

Attributes

categories

predictor_shape

description

response_shape

description

split_names

return: :rtype:

abstract property predictor_shape: Tuple[int, ...]

description

abstract property response_shape: Tuple[int, ...]

description

property split_names: Dict[SplitEnum, str]

return: :rtype: