module documentation

Undocumented

Class DeepSORT Undocumented
Constant DEEPSORT Undocumented
Constant EMPTY_DETECTION Undocumented
Constant FILE Undocumented
Constant MAX_AGE Undocumented
Constant MAX_DIST Undocumented
Constant MAX_IOU_DISTANCE Undocumented
Constant N_INIT Undocumented
Constant NN_BUDGET Undocumented
Constant REID_WEIGHTS Undocumented
Constant TORCHREID Undocumented
Constant WEIGHTS Undocumented
Function _process_track Undocumented
DEEPSORT =

Undocumented

Value
SPATIALYZE / 'spatialyze' / 'video_processor' / 'modules' / 'yolo_deepsort' / 'd
eep_sort' / 'configs' / 'deep_sort.yaml'
EMPTY_DETECTION =

Undocumented

Value
torch.Tensor(0, 6)
FILE =

Undocumented

Value
Path(__file__).resolve()
MAX_AGE: str =

Undocumented

Value
'MAX_AGE'
MAX_DIST: str =

Undocumented

Value
'MAX_DIST'
MAX_IOU_DISTANCE: str =

Undocumented

Value
'MAX_IOU_DISTANCE'
N_INIT: str =

Undocumented

Value
'N_INIT'
NN_BUDGET: str =

Undocumented

Value
'NN_BUDGET'
REID_WEIGHTS =

Undocumented

Value
WEIGHTS / 'osnet_x0_25_msmt17.pt'
TORCHREID =

Undocumented

Value
SPATIALYZE / 'spatialyze' / 'video_processor' / 'modules' / 'yolo_deepsort' / 'd
eep_sort' / 'deep' / 'reid'
WEIGHTS =

Undocumented

Value
SPATIALYZE / 'weights'
def _process_track(track: Track, detections: list[dict[int, torch.Tensor] | None], clss: list[str] | None, camera_configs: list[CameraConfig]):

Undocumented