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
    • multiobject tracking
      • InputType
      • TargetType
      • DatumMetadataType
      • VideoStream
      • MultiobjectTrackingTarget
      • DatumMetadata
      • SingleFrameObjectTrackingTarget
      • VideoFrame
      • Augmentation
      • DataLoader
      • Dataset
      • FieldwiseDataset
      • Metric
      • Model
    • generic
  • tasks
  • interop
  • Reference
  • protocols (by AI problem)
  • multiobject tracking
  • InputType

InputType#

maite.protocols.multiobject_tracking.InputType#

Role alias for model/dataset inputs in multi-object-tracking protocol signatures.

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

alias of Iterable[VideoFrame]

previous

multiobject tracking

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.