Repository for our paper: End-to-End Differentiable Multi-View Tracking: Architecture and Fine-Tuning Experiments accepted at FUSION 2025.
If you are interested in this project don't hesitate to email Colin Samplawski at colin.samplawski@sri.com for more information.
- The environment for this project is managed using the apptainer container framework.
- The container file can be downloaded from the following Google Drive link.
- The evaluation scripts require an
SRCROOT
environment variable that contains the path to the cloned repo. This can be set withexport
or using a.bashrc
file.
A cache of the DETR query embeddings, videos as loose PNG files, and object ground truth is available at the following Google Drive link.
Download it and unzip to $SRCROOT/cache
.
Likewise trained model checkpoints are available at the following Google Drive link. Unzip them to $SRCROOT/checkpoints
To run an evaluation use the following bash command: bash exps/single_obj/eval.sh
or bash exps/multi_obj/eval.sh