--- license: cc-by-4.0 --- --- task_categories: - object-detection license: mit tags: - computer vision - amodal-tracking - object-tracking - amodal-perception --- # Segment-Object 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)
TAO-Amodal

Contact: [πŸ™‹πŸ»β€β™‚οΈCheng-Yen (Wesley) Hsieh](https://wesleyhsieh0806.github.io/) ### Dataset Download ```bash git lfs install git clone git@huggingface.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 ``` @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} } ```