nielsr HF Staff commited on
Commit
0b56ab0
·
verified ·
1 Parent(s): df493d1

Add task categories

Browse files

Adds `task_categories: video-text-to-text` to the dataset card, since it appears to be the most appropriate category.

Files changed (1) hide show
  1. README.md +5 -4
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 '\n' ' ' | sed 's/ $//')
 
161
  egoexo -o data/src_EgoExo4D --parts downscaled_takes/448 --uids $uids
162
 
163
  ```
@@ -255,6 +258,4 @@ Below is the citation for our paper, and the original source datasets:
255
  pages={3},
256
  year={2014}
257
  }
258
- ```
259
-
260
-
 
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
  ```
 
258
  pages={3},
259
  year={2014}
260
  }
261
+ ```