Skip to content

Commit dd6d556

Browse files
committed
📝 Update MODEL_ZOO.
1 parent 377a168 commit dd6d556

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/MODEL_ZOO.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,25 @@
44

55
### DanceTrack
66

7-
| Method | Extra Data | Resources | HOTA | DetA | AssA |
8-
| :----: | :--------: | :----------------------------------------------------------: | :--: | :--: | :--: |
9-
| MOTIP | ***no*** | [config](../configs/r50_deformable_detr_motip_dancetrack.yaml) \| [checkpoint](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_motip_dancetrack.pth) | 69.6 | 80.4 | 60.4 |
7+
| Method | Extra Data | Traj Aug | Resources | HOTA | DetA | AssA |
8+
| :----: | :--------: | :------: | :----------------------------------------------------------: | :--: | :--: | :--: |
9+
| MOTIP | ***no*** | *yes* | [pre-train](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_coco_dancetrack.pth) \| [config](../configs/r50_deformable_detr_motip_dancetrack.yaml) \| [checkpoint](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_motip_dancetrack.pth) | 69.6 | 80.4 | 60.4 |
1010

1111
### SportsMOT
1212

13-
| Method | Extra Data | Resources | HOTA | DetA | AssA |
14-
| :----: | :--------: | :----------------------------------------------------------: | :--: | :--: | :--: |
15-
| MOTIP | ***no*** | [config](../configs/r50_deformable_detr_motip_sportsmot.yaml) \| [checkpoint](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_motip_sportsmot.pth) | 72.6 | 83.5 | 63.2 |
13+
| Method | Extra Data | Traj Aug | Resources | HOTA | DetA | AssA |
14+
| :----: | :--------: | :------: | :----------------------------------------------------------: | :--: | :--: | :--: |
15+
| MOTIP | ***no*** | *yes* | [pre-train](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_coco_sportsmot.pth) \| [config](../configs/r50_deformable_detr_motip_sportsmot.yaml) \| [checkpoint](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_motip_sportsmot.pth) | 72.6 | 83.5 | 63.2 |
1616

1717
### BFT
1818

19-
| Method | Extra Data | Resources | HOTA | DetA | AssA |
20-
| :----: | :--------: | :----------------------------------------------------------: | :--: | :--: | :--: |
21-
| MOTIP | ***no*** | [config](../configs/r50_deformable_detr_motip_bft.yaml) \| [checkpoint](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_motip_bft.pth) | 70.5 | 69.6 | 71.8 |
19+
| Method | Extra Data | Traj Aug | Resources | HOTA | DetA | AssA |
20+
| :----: | :--------: | :------: | :----------------------------------------------------------: | :--: | :--: | :--: |
21+
| MOTIP | ***no*** | *yes* | [pre-train](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_coco_bft.pth) \| [config](../configs/r50_deformable_detr_motip_bft.yaml) \| [checkpoint](https://github.com/MCG-NJU/MOTIP/releases/download/v0.1/r50_deformable_detr_motip_bft.pth) | 70.5 | 69.6 | 71.8 |
22+
23+
***NOTE:***
24+
25+
1. *Traj Aug* is an abbreviation for *Trajectory Augmentation* in the paper.
2226

2327
## DETR
2428

0 commit comments

Comments
 (0)