jylins commited on
Commit
c9f0497
β€’
1 Parent(s): 366dcdb

update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -80,6 +80,24 @@ For each video, We hire workers to annotate ten shortened video summaries.
80
  }
81
  ```
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  ## Citation
85
 
 
80
  }
81
  ```
82
 
83
+ ### File Structure of Dataset
84
+ The file structure of VideoXum looks like:
85
+ ```
86
+ dataset
87
+ └── ActivityNet
88
+ β”œβ”€β”€ anno
89
+ β”‚ β”œβ”€β”€ test_videoxum.json
90
+ β”‚ β”œβ”€β”€ train_videoxum.json
91
+ β”‚ └── val_videoxum.json
92
+ └── feat
93
+ β”œβ”€β”€ blip
94
+ β”‚ β”œβ”€β”€ v_00Dk03Jr70M.npz
95
+ β”‚ └── ...
96
+ └── vt_clipscore
97
+ β”œβ”€β”€ v_00Dk03Jr70M.npz
98
+ └── ...
99
+ ```
100
+
101
 
102
  ## Citation
103