Datasets:
Add task categories (#2)
Browse files- Add task categories (0b56ab0063785942649fcbdaf2ab83ec83914b94)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -44,6 +44,8 @@ configs:
|
|
44 |
data_files:
|
45 |
- split: test
|
46 |
path: data/test-*
|
|
|
|
|
47 |
---
|
48 |
|
49 |
# Dataset card for "VidDiffBench"
|
@@ -157,7 +159,8 @@ For 'medium' and 'hard' splits, you'll need to download these other datasets fro
|
|
157 |
|
158 |
These are needed for 'medium' and 'hard' splits. First Request an access key from the [docs](https://docs.ego-exo4d-data.org/getting-started/) (it takes 48hrs). Then follow the instructions to install the CLI download tool `egoexo`. We only need a small number of these videos, so get the uids list from `data/egoexo4d_uids.json` and use `egoexo` to download:
|
159 |
```
|
160 |
-
uids=$(jq -r '.[]' data/egoexo4d_uids.json | tr '
|
|
|
161 |
egoexo -o data/src_EgoExo4D --parts downscaled_takes/448 --uids $uids
|
162 |
|
163 |
```
|
@@ -257,6 +260,4 @@ Below is the citation for our paper, and the original source datasets:
|
|
257 |
pages={3},
|
258 |
year={2014}
|
259 |
}
|
260 |
-
```
|
261 |
-
|
262 |
-
|
|
|
44 |
data_files:
|
45 |
- split: test
|
46 |
path: data/test-*
|
47 |
+
task_categories:
|
48 |
+
- video-text-to-text
|
49 |
---
|
50 |
|
51 |
# Dataset card for "VidDiffBench"
|
|
|
159 |
|
160 |
These are needed for 'medium' and 'hard' splits. First Request an access key from the [docs](https://docs.ego-exo4d-data.org/getting-started/) (it takes 48hrs). Then follow the instructions to install the CLI download tool `egoexo`. We only need a small number of these videos, so get the uids list from `data/egoexo4d_uids.json` and use `egoexo` to download:
|
161 |
```
|
162 |
+
uids=$(jq -r '.[]' data/egoexo4d_uids.json | tr '
|
163 |
+
' ' ' | sed 's/ $//')
|
164 |
egoexo -o data/src_EgoExo4D --parts downscaled_takes/448 --uids $uids
|
165 |
|
166 |
```
|
|
|
260 |
pages={3},
|
261 |
year={2014}
|
262 |
}
|
263 |
+
```
|
|
|
|