viddiff commited on
Commit
4146795
·
verified ·
1 Parent(s): 3623225

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ Closed mode:
61
  Open mode:
62
 
63
  # Dataset structure
64
- Follow the next section to access the data: we have `dataset` is a HuggingFace dataset and `videos` is a `list. For row `i`: video A is `videos[0][i]`, video B is `videos[1][i]`, and `dataset[i]` is the annotation for the difference between the videos.
65
 
66
  The videos:
67
  - `videos[0][i]['video']` and is a numpy array with shape `(nframes,H,W,3)`.
 
61
  Open mode:
62
 
63
  # Dataset structure
64
+ Follow the next section to access the data: we have `dataset` is a HuggingFace dataset and `videos` is a list. For row `i`: video A is `videos[0][i]`, video B is `videos[1][i]`, and `dataset[i]` is the annotation for the difference between the videos.
65
 
66
  The videos:
67
  - `videos[0][i]['video']` and is a numpy array with shape `(nframes,H,W,3)`.