1from huggingface_hub import hf_hub_download
2
3# Download the DanceTrack checkpoint
4ckpt_path = hf_hub_download(
5 repo_id="Spongebobbbbbbbb/FDTA",
6 filename="dancetrack.pth",
7 local_dir="./checkpoints/"
8)
For full training and evaluation instructions, please refer to the
GitHub repository.
1@article{shao2025fdta,
2 title={From Detection to Association: Learning Discriminative Object Embeddings for Multi-Object Tracking},
3 author={Shao, Yuqing and Yang, Yuchen and Yu, Rui and Li, Weilong and Guo, Xu and Yan, Huaicheng and Wang, Wei and Sun, Xiao},
4 journal={arXiv preprint arXiv:2512.02392},
5 year={2025}
6}
This project is released under the
MIT License.