chengyenhsieh commited on
Commit
cf07b0b
Β·
verified Β·
1 Parent(s): de57bab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -55,7 +55,7 @@ extra_gated_button_content: "Request Data"
55
  # TAO-Amodal Dataset
56
 
57
  <!-- Provide a quick summary of the dataset. -->
58
- Official Source for Downloading the TAO-Amodal Dataset.
59
 
60
  [**πŸ“™ Project Page**](https://tao-amodal.github.io/) | [**πŸ’» Code**](https://github.com/WesleyHsieh0806/TAO-Amodal) | [**πŸ“Ž Paper Link**](https://arxiv.org/abs/2312.12433) | [**✏️ Citations**](#citations)
61
 
@@ -73,6 +73,8 @@ Note that this implies TAO-Amodal also includes modal segmentation masks (as vis
73
  Our dataset encompasses 880 categories, aimed at assessing the occlusion reasoning capabilities of current trackers
74
  through the paradigm of Tracking Any Object with Amodal perception (TAO-Amodal).
75
 
 
 
76
  ### Dataset Download
77
  1. Download with git:
78
  ```bash
@@ -114,6 +116,10 @@ The dataset should be structured like this:
114
  β”‚ β”œβ”€β”€ train/validation/test.json
115
  β”‚ β”œβ”€β”€ train_lvis_v1.json
116
  β”‚ └── validation_lvis_v1.json
 
 
 
 
117
  β”œβ”€β”€ example_output
118
  β”‚ └── prediction.json
119
  β”œβ”€β”€ BURST_annotations
 
55
  # TAO-Amodal Dataset
56
 
57
  <!-- Provide a quick summary of the dataset. -->
58
+ Official Source for Downloading the TAO-Amodal and TAO Dataset.
59
 
60
  [**πŸ“™ Project Page**](https://tao-amodal.github.io/) | [**πŸ’» Code**](https://github.com/WesleyHsieh0806/TAO-Amodal) | [**πŸ“Ž Paper Link**](https://arxiv.org/abs/2312.12433) | [**✏️ Citations**](#citations)
61
 
 
73
  Our dataset encompasses 880 categories, aimed at assessing the occlusion reasoning capabilities of current trackers
74
  through the paradigm of Tracking Any Object with Amodal perception (TAO-Amodal).
75
 
76
+ You can also find the annotations of TAO dataset in `annotations` folder.
77
+
78
  ### Dataset Download
79
  1. Download with git:
80
  ```bash
 
116
  β”‚ β”œβ”€β”€ train/validation/test.json
117
  β”‚ β”œβ”€β”€ train_lvis_v1.json
118
  β”‚ └── validation_lvis_v1.json
119
+ β”œβ”€β”€ annotations (TAO annotations)
120
+ β”‚ β”œβ”€β”€ train/validation.json
121
+ β”‚ β”œβ”€β”€ train/validation_with_freeform.json
122
+ β”‚ └── README.md
123
  β”œβ”€β”€ example_output
124
  β”‚ └── prediction.json
125
  β”œβ”€β”€ BURST_annotations