Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,7 @@ Official model weights for the paper **"From Detection to Association: Learning
|
|
| 34 |
|
| 35 |
## Main Results
|
| 36 |
**DanceTrack**
|
|
|
|
| 37 |
| Training Data | HOTA | IDF1 | AssA | MOTA | DetA |
|
| 38 |
|---------------|------|------|------|------|------|
|
| 39 |
| train | 71.7 | 77.2 | 63.5 | 91.3 | 81.0 |
|
|
@@ -51,7 +52,6 @@ Official model weights for the paper **"From Detection to Association: Learning
|
|
| 51 |
|
| 52 |
## Usage
|
| 53 |
**Download Checkpoints**
|
| 54 |
-
|
| 55 |
```python
|
| 56 |
from huggingface_hub import hf_hub_download
|
| 57 |
|
|
@@ -65,7 +65,6 @@ ckpt_path = hf_hub_download(
|
|
| 65 |
For full training and evaluation instructions, please refer to the [GitHub repository](https://github.com/Spongebobbbbbbbb/FDTA).
|
| 66 |
|
| 67 |
## Citation
|
| 68 |
-
|
| 69 |
```bibtex
|
| 70 |
@article{shao2025fdta,
|
| 71 |
title={From Detection to Association: Learning Discriminative Object Embeddings for Multi-Object Tracking},
|
|
@@ -76,5 +75,4 @@ For full training and evaluation instructions, please refer to the [GitHub repos
|
|
| 76 |
```
|
| 77 |
|
| 78 |
## License
|
| 79 |
-
|
| 80 |
-
This project is released under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
| 34 |
|
| 35 |
## Main Results
|
| 36 |
**DanceTrack**
|
| 37 |
+
|
| 38 |
| Training Data | HOTA | IDF1 | AssA | MOTA | DetA |
|
| 39 |
|---------------|------|------|------|------|------|
|
| 40 |
| train | 71.7 | 77.2 | 63.5 | 91.3 | 81.0 |
|
|
|
|
| 52 |
|
| 53 |
## Usage
|
| 54 |
**Download Checkpoints**
|
|
|
|
| 55 |
```python
|
| 56 |
from huggingface_hub import hf_hub_download
|
| 57 |
|
|
|
|
| 65 |
For full training and evaluation instructions, please refer to the [GitHub repository](https://github.com/Spongebobbbbbbbb/FDTA).
|
| 66 |
|
| 67 |
## Citation
|
|
|
|
| 68 |
```bibtex
|
| 69 |
@article{shao2025fdta,
|
| 70 |
title={From Detection to Association: Learning Discriminative Object Embeddings for Multi-Object Tracking},
|
|
|
|
| 75 |
```
|
| 76 |
|
| 77 |
## License
|
| 78 |
+
This project is released under the [MIT License](https://opensource.org/licenses/MIT).
|
|
|