viddiff commited on
Commit
ac0e062
·
verified ·
1 Parent(s): 1cdbccb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -177,6 +177,13 @@ By passing the argument `cache=True` to `load_all_videos`, we create a cache dir
177
 
178
  Finally, you can get just subsets, for example setting `subset_mode='3_per_action'` will take 3 video pairs per action, while `subset_mode="0"` gets them all.
179
 
 
 
 
 
 
 
 
180
  # License
181
 
182
  The annotations and all other non-video metadata is realeased under an MIT license.
 
177
 
178
  Finally, you can get just subsets, for example setting `subset_mode='3_per_action'` will take 3 video pairs per action, while `subset_mode="0"` gets them all.
179
 
180
+
181
+ # More dataset info
182
+ We have more dataset metadata in this dataset repo:
183
+ - Differences taxonomy `data/difference_taxonomy.csv`.
184
+ - Actions and descriptions `data/actions.csv`.
185
+
186
+
187
  # License
188
 
189
  The annotations and all other non-video metadata is realeased under an MIT license.