inference
dreem.inference
¶
Tracking Inference using GTR Model.
Modules:
Name | Description |
---|---|
batch_tracker |
Module containing logic for going from association -> assignment. |
boxes |
Module containing Boxes class. |
eval |
Script to evaluate model. |
metrics |
Helper functions for calculating mot metrics. |
post_processing |
Helper functions for post-processing association matrix pre-tracking. |
track |
Script to run inference and get out tracks. |
track_queue |
Module handling sliding window tracking. |
tracker |
Module containing logic for going from association -> assignment. |