Datasets:
Merge branch 'main' of hf.co:datasets/chengyenhsieh/TAO-Amodal
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TAO-Amodal Dataset
|
2 |
|
3 |
<!-- Provide a quick summary of the dataset. -->
|
@@ -142,10 +153,27 @@ Check [here](https://tao-amodal.github.io/#TAO-Amodal) for more examples and [he
|
|
142 |
}
|
143 |
```
|
144 |
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
|
150 |
-
license: mit
|
151 |
-
---
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- object-detection
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- computer vision
|
7 |
+
- amodal-tracking
|
8 |
+
- object-tracking
|
9 |
+
- amodal-perception
|
10 |
+
---
|
11 |
+
|
12 |
# TAO-Amodal Dataset
|
13 |
|
14 |
<!-- Provide a quick summary of the dataset. -->
|
|
|
153 |
}
|
154 |
```
|
155 |
|
156 |
+
<details>
|
157 |
+
<summary>Please also cite <a href="https://taodataset.org/">TAO</a> and <a href="https://github.com/Ali2500/BURST-benchmark">BURST</a> dataset if you use our dataset</summary>
|
158 |
+
|
159 |
+
```
|
160 |
+
@inproceedings{dave2020tao,
|
161 |
+
title={Tao: A large-scale benchmark for tracking any object},
|
162 |
+
author={Dave, Achal and Khurana, Tarasha and Tokmakov, Pavel and Schmid, Cordelia and Ramanan, Deva},
|
163 |
+
booktitle={Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part V 16},
|
164 |
+
pages={436--454},
|
165 |
+
year={2020},
|
166 |
+
organization={Springer}
|
167 |
+
}
|
168 |
+
|
169 |
+
@inproceedings{athar2023burst,
|
170 |
+
title={Burst: A benchmark for unifying object recognition, segmentation and tracking in video},
|
171 |
+
author={Athar, Ali and Luiten, Jonathon and Voigtlaender, Paul and Khurana, Tarasha and Dave, Achal and Leibe, Bastian and Ramanan, Deva},
|
172 |
+
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
|
173 |
+
pages={1674--1683},
|
174 |
+
year={2023}
|
175 |
+
}
|
176 |
+
```
|
177 |
+
|
178 |
+
</details>
|
179 |
|
|
|
|