File size: 2,074 Bytes
1730015
 
747a7cb
 
 
 
 
 
1730015
747a7cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
license: mit
tags:
- object-detection
- object-tracking
- video
- video-object-segmentation
inference: false
---

# unicorn_track_tiny_mask 

## Table of Contents
- [unicorn_track_tiny_mask](#-model_id--defaultmymodelname-true)
  - [Table of Contents](#table-of-contents)
  - [Model Details](#model-details)
  - [How to Get Started with the Model](#how-to-get-started-with-the-model)
  - [Uses](#uses)
      - [Direct Use](#direct-use)
      - [Downstream Use](#downstream-use)
      - [Misuse and Out-of-scope Use](#misuse-and-out-of-scope-use)
  - [Limitations and Biases](#limitations-and-biases)
  - [Training](#training)
      - [Training Data](#training-data)
      - [Training Procedure](#training-procedure)
  - [Evaluation Results](#evaluation-results)
  - [Environmental Impact](#environmental-impact)
  - [Citation Information](#citation-information)


<model_details>

## Model Details

Unicorn accomplishes the great unification of the network architecture and the learning paradigm for four tracking tasks. Unicorn puts forwards new state-of-the-art performance on many challenging tracking benchmarks using the same model parameters. This model has an input size of 800x1280.

- License: This model is licensed under the apache-2.0 license
- Resources for more information:
  - [Research Paper](https://arxiv.org/abs/2111.12085)
  - [GitHub Repo](https://github.com/MasterBin-IIAU/Unicorn)

</model_details>

<uses>

## Uses

#### Direct Use

This model can be used for:

* Single Object Tracking (SOT)
* Multiple Object Tracking (MOT)
* Video Object Segmentation (VOS)
* Multi-Object Tracking and Segmentation (MOTS)

<Eval_Results>

## Evaluation Results

LaSOT AUC (%): 67.7
BDD100K mMOTA (%): 39.9
DAVIS17 J&F (%): 68.0
BDD100K MOTS mMOTSA (%): 29.7


</Eval_Results>

<Cite>

## Citation Information

```bibtex
@inproceedings{unicorn,
  title={Towards Grand Unification of Object Tracking},
  author={Yan, Bin and Jiang, Yi and Sun, Peize and Wang, Dong and Yuan, Zehuan and Luo, Ping and Lu, Huchuan},
  booktitle={ECCV},
  year={2022}
}
```
</Cite>