pranavsaroha commited on
Commit
01441a6
·
verified ·
1 Parent(s): 6359ac1

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +101 -0
meta/info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "fps": 24.0,
5
+ "total_episodes": 1,
6
+ "total_frames": 348,
7
+ "total_tasks": 0,
8
+ "total_videos": 1,
9
+ "splits": {
10
+ "train": "0:1"
11
+ },
12
+ "features": {
13
+ "observation.state": {
14
+ "dtype": "float32",
15
+ "shape": [
16
+ 6
17
+ ],
18
+ "names": [
19
+ "joint_0",
20
+ "joint_1",
21
+ "joint_2",
22
+ "joint_3",
23
+ "joint_4",
24
+ "joint_5"
25
+ ]
26
+ },
27
+ "action": {
28
+ "dtype": "float32",
29
+ "shape": [
30
+ 6
31
+ ],
32
+ "names": [
33
+ "joint_0",
34
+ "joint_1",
35
+ "joint_2",
36
+ "joint_3",
37
+ "joint_4",
38
+ "joint_5"
39
+ ]
40
+ },
41
+ "observation.images.main": {
42
+ "dtype": "video",
43
+ "shape": [
44
+ 704,
45
+ 1280,
46
+ 3
47
+ ],
48
+ "names": [
49
+ "height",
50
+ "width",
51
+ "channel"
52
+ ],
53
+ "info": {
54
+ "video.fps": 24.0,
55
+ "video.codec": "mp4v"
56
+ }
57
+ },
58
+ "timestamp": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "frame_index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "episode_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "task_index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "next.done": {
94
+ "dtype": "bool",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ }
100
+ }
101
+ }