Commit
·
48f17c8
1
Parent(s):
920feca
update: README
Browse files
README.md
CHANGED
|
@@ -18,11 +18,25 @@ language:
|
|
| 18 |
Each sample will have a structure as follows:
|
| 19 |
```
|
| 20 |
{
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
```
|
| 28 |
|
|
|
|
| 18 |
Each sample will have a structure as follows:
|
| 19 |
```
|
| 20 |
{
|
| 21 |
+
'VIDEO_ID': Value(dtype='string', id=None),
|
| 22 |
+
'VIDEO_NAME': Value(dtype='string', id=None),
|
| 23 |
+
'SENTENCE_ID': Value(dtype='string', id=None),
|
| 24 |
+
'SENTENCE_NAME': Value(dtype='string', id=None),
|
| 25 |
+
'START_REALIGNED': Value(dtype='float64', id=None),
|
| 26 |
+
'END_REALIGNED': Value(dtype='float64', id=None),
|
| 27 |
+
'SENTENCE': Value(dtype='string', id=None),
|
| 28 |
+
'VIDEO': Value(dtype='large_binary', id=None)
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
{
|
| 32 |
+
'VIDEO_ID': '--7E2sU6zP4',
|
| 33 |
+
'VIDEO_NAME': '--7E2sU6zP4-5-rgb_front',
|
| 34 |
+
'SENTENCE_ID': '--7E2sU6zP4_10',
|
| 35 |
+
'SENTENCE_NAME': '--7E2sU6zP4_10-5-rgb_front',
|
| 36 |
+
'START_REALIGNED': 129.06,
|
| 37 |
+
'END_REALIGNED': 142.48,
|
| 38 |
+
'SENTENCE': "And I call them decorative elements because basically all they're meant to do is to enrich and color the page.",
|
| 39 |
+
'VIDEO': <video-bytes>
|
| 40 |
}
|
| 41 |
```
|
| 42 |
|