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
      • InputType
      • TargetType
      • DatumMetadataType
      • Image
      • ImgClassification
      • DatumMetadata
      • Augmentation
      • DataLoader
      • Dataset
      • FieldwiseDataset
      • Metric
      • Model
    • object detection
    • multiobject tracking
    • generic
  • tasks
  • interop
  • Reference
  • protocols (by AI problem)
  • image classification
  • InputType

InputType#

type maite.protocols.image_classification.InputType = Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str]#

Role alias for model/dataset input in the image-classification protocol family.

Use InputType in generic protocol contexts (Dataset, DataLoader, Model, Augmentation) where the type parameter represents “input position”. Currently equivalent to Image.

previous

image classification

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.