edgefirst-tracker 0.14.0

Multi-object tracking with ByteTrack for edge AI video analytics
Documentation
[package]
name = "edgefirst-tracker"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Multi-object tracking with ByteTrack for edge AI video analytics"
homepage.workspace = true
repository.workspace = true
readme = "README.md"
license.workspace = true
keywords = ["tracking", "bytetrack", "object-tracking", "kalman-filter", "edge-ai"]
categories = ["multimedia::images", "science", "algorithms"]
documentation = "https://docs.rs/edgefirst-tracker"

[dependencies]
enum_dispatch = { workspace = true }
lapjv = { workspace = true }
log = { workspace = true }
nalgebra = { workspace = true }
ndarray = { workspace = true }
num-traits = { workspace = true }
uuid = { workspace = true }