Datasets:
chengyenhsieh
commited on
Commit
•
657e605
1
Parent(s):
8940e00
Update README.md
Browse files
README.md
CHANGED
@@ -151,4 +151,29 @@ Check [here](https://tao-amodal.github.io/#TAO-Amodal) for more examples and [he
|
|
151 |
archivePrefix={arXiv},
|
152 |
primaryClass={cs.CV}
|
153 |
}
|
154 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
archivePrefix={arXiv},
|
152 |
primaryClass={cs.CV}
|
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 |
+
|