Skip to main content
Ctrl+K

maite 0.9.4 documentation

  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda
  • Tutorials
  • How-To Guides
  • Explanation
  • Reference
  • Changelog
  • GitHub
  • PyPI
  • Anaconda

Section Navigation

  • protocols (by AI problem)
    • image classification
    • object detection
      • InputType
      • TargetType
      • DatumMetadataType
      • Image
      • ObjectDetectionTarget
      • DatumMetadata
      • Augmentation
      • DataLoader
      • Dataset
      • FieldwiseDataset
      • Metric
      • Model
    • multiobject tracking
    • generic
  • tasks
  • interop
  • Reference
  • protocols (by AI problem)
  • object detection
  • InputType

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 InputType in generic protocol contexts (Dataset, DataLoader, Model, Augmentation) where the type parameter represents “input position”. Currently equivalent to Image.

previous

object detection

next

TargetType

On this page
  • InputType

This Page

  • Show Source

© Copyright 2024 Massachusetts Institute of Technology.

Created using Sphinx 9.1.0.

Built with the PyData Sphinx Theme 0.16.1.