File size: 2,701 Bytes
c9cef14 16ab58a |
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 |
---
license: cc-by-4.0
---
---
task_categories:
- object-detection
license: mit
tags:
- computer vision
- amodal-tracking
- object-tracking
- amodal-perception
---
# Segment-Object Dataset
<!-- Provide a quick summary of the dataset. -->
This dataset is collected from [LVIS](https://www.lvisdataset.org/) and [COCO](https://cocodataset.org/#home). We employed the segments in this dataset to implement [PasteNOcclude](https://github.com/WesleyHsieh0806/Amodal-Expander?tab=readme-ov-file#rabbit2-pastenocclude) augmentation proposed in [Tracking Any Object Amodally]((https://tao-amodal.github.io/)).
[**π Project Page**](https://tao-amodal.github.io/) | [**π» Code**](https://github.com/WesleyHsieh0806/TAO-Amodal) | [**π Paper Link**](https://arxiv.org/abs/2312.12433) | [**βοΈ Citations**](#citations)
<div align="center">
<a href="https://tao-amodal.github.io/"><img width="95%" alt="TAO-Amodal" src="https://tao-amodal.github.io/static/images/webpage_preview.png"></a>
</div>
</br>
Contact: [ππ»ββοΈCheng-Yen (Wesley) Hsieh](https://wesleyhsieh0806.github.io/)
### Dataset Download
```bash
git lfs install
git clone git@hf.co:datasets/chengyenhsieh/TAO-Amodal-Segment-Object-Large
```
After downloading this dataset, check [here](https://github.com/WesleyHsieh0806/Amodal-Expander/tree/main?tab=readme-ov-file#running-training-and-inference) to see how to train our Amodal Expander with PasteNOcclude.
## π Dataset Structure
The dataset should be structured like this:
```bash
TAO-Amodal-Segment-Object-Large
βββ train-2017
β βββ OOOOOO_XXX.jpg
βββ segment_object.json
```
## π File Descriptions
| File Name | Description |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| segment_object.json | Mask annotations of each segment object |
## Citation
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
```
@misc{hsieh2023tracking,
title={Tracking Any Object Amodally},
author={Cheng-Yen Hsieh and Tarasha Khurana and Achal Dave and Deva Ramanan},
year={2023},
eprint={2312.12433},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
|