InputType#
- type maite.protocols.object_detection.InputType = Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]#
Role alias for model/dataset input in the object-detection protocol family.
Use
InputTypein generic protocol contexts (Dataset,DataLoader,Model,Augmentation) where the type parameter represents “input position”. Currently equivalent toImage.