Datasets:
WesleyHsieh0806
commited on
Commit
β’
fe2f834
1
Parent(s):
61618e9
readme
Browse files
README.md
CHANGED
@@ -40,23 +40,25 @@ bash download_TAO.sh
|
|
40 |
|
41 |
The dataset should be structured like this:
|
42 |
```bash
|
|
|
43 |
βββ frames
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
βββ amodal_annotations
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
βββ example_output
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
|
|
60 |
|
61 |
```
|
62 |
|
|
|
40 |
|
41 |
The dataset should be structured like this:
|
42 |
```bash
|
43 |
+
TAO-Amodal
|
44 |
βββ frames
|
45 |
+
β βββ train
|
46 |
+
β βββ ArgoVerse
|
47 |
+
β βββ BDD
|
48 |
+
β βββ Charades
|
49 |
+
β βββ HACS
|
50 |
+
β βββ LaSOT
|
51 |
+
β βββ YFCC100M
|
52 |
βββ amodal_annotations
|
53 |
+
β βββ train/validation/test.json
|
54 |
+
β βββ train_lvis_v1.json
|
55 |
+
β βββ validation_lvis_v1.json
|
56 |
βββ example_output
|
57 |
+
β βββ prediction.json
|
58 |
+
βββ BURST_annotations
|
59 |
+
β βββ train
|
60 |
+
β βββ train_visibility.json
|
61 |
+
β ...
|
62 |
|
63 |
```
|
64 |
|