tanthinhdt commited on
Commit
48f17c8
·
1 Parent(s): 920feca

update: README

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -18,11 +18,25 @@ language:
18
  Each sample will have a structure as follows:
19
  ```
20
  {
21
- "id": <id-of-sample>,
22
- "type" <rgb-or-keypoints-data>,
23
- "view": <frontal-or-side-view>,
24
- "text": <translation-of-sample-in-spoken-language>,
25
- "video": <video-in-bytes>,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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