Datasets:
jylins commited on
Commit ·
c9f0497
1
Parent(s): 366dcdb
update readme
Browse files
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 |
|