UnitrackUnitrack
  • Getting Started
  • Recipes
  • API reference
  • Migrating from 1.x to 2.0
  • Notebooks
  • API reference
  • assignment
  • associate
  • clip_associate
  • lap
  • lapjv
  • benchmarks
  • hota
  • datasets
  • learned_modules
  • metric
  • models
  • protocols
  • render
  • report
  • runner
  • tracker
  • train_learned
  • types
  • costs
  • combinators
  • distance
  • gallery
  • overlap
  • data
  • clip
  • cost
  • detections
  • frame
  • gate
  • match
  • tensor_spec
  • tracklets
  • gates
  • motion
  • simple
  • soft
  • spatial
  • lifecycle
  • filters
  • policies
  • soft
  • status
  • visibility
  • pipeline
  • base
  • combinators
  • diff
  • merge
  • states
  • base
  • directional
  • ema
  • gallery
  • identity
  • kalman
  • base
  • bbox
  • centroid
  • ensemble
  • information
  • project
  • update
  • learned
  • soft
  • tracker
  • batch
  • clip
  • memory
  • multistream
  • tracker
  1. api
  2. states
  3. kalman
  4. project
module

states.kalman.project

module unitrack.states.kalman.project

Measurement-projection and PSD-solve helpers used by Mahalanobis primitives.

Members

function

  • mahalanobis_d2Pairwise Mahalanobis chi-squared over a measurement subspace.
  • project_to_measurementTruncate a Kalman state and covariance to the measurement subspace.
  • solve_psdSolve ``cov @ x = rhs`` for a (batch of) PSD covariance(s).

Source: unitrack/states/kalman/project.py:1

information

update

UnitrackUnitrack

Unified multi-object tracking.

Getting StartedRecipesAPI referenceMigrating from 1.x to 2.0Notebooks
Unitrack · Powered by Docyard