ingoziegler commited on
Commit
94d1117
·
verified ·
1 Parent(s): 137767b

Upload scene_2/train/dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scene_2/train/dataset_info.json +83 -0
scene_2/train/dataset_info.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "sentence_parts": {
6
+ "feature": {
7
+ "dtype": "string",
8
+ "_type": "Value"
9
+ },
10
+ "_type": "Sequence"
11
+ },
12
+ "start_times": {
13
+ "feature": {
14
+ "dtype": "float32",
15
+ "_type": "Value"
16
+ },
17
+ "_type": "Sequence"
18
+ },
19
+ "end_times": {
20
+ "feature": {
21
+ "dtype": "float32",
22
+ "_type": "Value"
23
+ },
24
+ "_type": "Sequence"
25
+ },
26
+ "background_description": {
27
+ "dtype": "string",
28
+ "_type": "Value"
29
+ },
30
+ "video_name": {
31
+ "dtype": "string",
32
+ "_type": "Value"
33
+ },
34
+ "question_info": {
35
+ "dtype": "string",
36
+ "_type": "Value"
37
+ },
38
+ "num_actors_in_video": {
39
+ "dtype": "int32",
40
+ "_type": "Value"
41
+ },
42
+ "caption": {
43
+ "dtype": "string",
44
+ "_type": "Value"
45
+ },
46
+ "sentence_parts_nocontext": {
47
+ "feature": {
48
+ "dtype": "string",
49
+ "_type": "Value"
50
+ },
51
+ "_type": "Sequence"
52
+ },
53
+ "subsampled_frames_per_scene": {
54
+ "feature": {
55
+ "feature": {
56
+ "dtype": "float32",
57
+ "_type": "Value"
58
+ },
59
+ "_type": "Sequence"
60
+ },
61
+ "_type": "Sequence"
62
+ },
63
+ "story_id": {
64
+ "dtype": "string",
65
+ "_type": "Value"
66
+ },
67
+ "scenes": {
68
+ "feature": {
69
+ "feature": {
70
+ "_type": "Image"
71
+ },
72
+ "_type": "Sequence"
73
+ },
74
+ "_type": "Sequence"
75
+ },
76
+ "num_scenes": {
77
+ "dtype": "int32",
78
+ "_type": "Value"
79
+ }
80
+ },
81
+ "homepage": "",
82
+ "license": ""
83
+ }