Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@ This dataset contains both 8 and 16 sampled frames of the "eating-spaghetti" vid
|
|
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:
|
7 |
|
|
|
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 |
+
* 32 frames (`eating_spaghetti_32_frames.npy`): array([ 47, 51, 55, 59, 63, 67, 71, 75, 80, 84, 88, 92, 96,
|
6 |
+
100, 104, 108, 113, 117, 121, 125, 129, 133, 137, 141, 146, 150,
|
7 |
+
154, 158, 162, 166, 170, 174]) (NumPy seed was 0, clip_len=32, frame_sample_rate=4, seg_len=len(vr))
|
8 |
|
9 |
This is the code:
|
10 |
|