nielsr HF Staff commited on
Commit
5dce9bd
·
1 Parent(s): f926f17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  This dataset contains both 8 and 16 sampled frames of the "eating-spaghetti" video of the Kinetics-400 dataset, with the following frame indices being used:
2
 
3
- * 8 frames (`eating_spaghetti_8_frames.npy`): [172, 173, 174, 175, 176, 177, 178, 179]
4
  * 16 frames (`eating_spaghetti.npy`): [164, 168, 172, 176, 181, 185, 189, 193, 198, 202, 206, 210, 215, 219, 223, 227].
5
 
6
  This is the code:
 
1
  This dataset contains both 8 and 16 sampled frames of the "eating-spaghetti" video of the Kinetics-400 dataset, with the following frame indices being used:
2
 
3
+ * 8 frames (`eating_spaghetti_8_frames.npy`): [ 97, 98, 99, 100, 101, 102, 103, 104] (NumPy seed was 1024, clip_len=8, frame_sample_rate=1, seg_len=len(vr))
4
  * 16 frames (`eating_spaghetti.npy`): [164, 168, 172, 176, 181, 185, 189, 193, 198, 202, 206, 210, 215, 219, 223, 227].
5
 
6
  This is the code: