WesleyHsieh0806 commited on
Commit
fe2f834
β€’
1 Parent(s): 61618e9
Files changed (1) hide show
  1. README.md +16 -14
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
- └── train
45
- β”œβ”€β”€ ArgoVerse
46
- β”œβ”€β”€ BDD
47
- β”œβ”€β”€ Charades
48
- β”œβ”€β”€ HACS
49
- β”œβ”€β”€ LaSOT
50
- └── YFCC100M
51
  β”œβ”€β”€ amodal_annotations
52
- β”œβ”€β”€ train/validation/test.json
53
- β”œβ”€β”€ train_lvis_v1.json
54
- └── validation_lvis_v1.json
55
  β”œβ”€β”€ example_output
56
- └── prediction.json
57
- └── BURST_annotations
58
- └── train
59
- └── train_visibility.json
 
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