ankithreddy commited on
Commit
b8185ea
·
verified ·
1 Parent(s): f73c73d

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60c09bf1f35ef26a2fa2d7983943e8ef8d5d1e099ab2b801a1fdd508bdbbf166
3
+ size 40144
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick up screwdriver and put it in box"], "length": 526}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.239686012268066, -99.70194244384766, -3.7322006225585938, 18.41191864013672, -61.946006774902344, -0.14118003845214844], "max": [26.473548889160156, 21.94562530517578, 102.30573272705078, 78.52603912353516, -25.301851272583008, 40.94744873046875], "mean": [0.6670941710472107, -27.137060165405273, 41.21675491333008, 52.23100662231445, -49.38368606567383, 23.393224716186523], "std": [10.332120895385742, 32.55607604980469, 26.520854949951172, 17.670331954956055, 9.366174697875977, 15.163955688476562], "count": [526]}, "observation.state": {"min": [-13.116726875305176, -99.14602661132812, -1.0884997844696045, 19.003931045532227, -61.54852294921875, 0.0], "max": [26.2735652923584, 21.349273681640625, 100.0, 76.75840759277344, -25.712791442871094, 40.66477966308594], "mean": [0.4304056465625763, -27.000886917114258, 43.02352523803711, 52.34177780151367, -49.604698181152344, 24.01579475402832], "std": [10.227254867553711, 33.23289108276367, 26.13271713256836, 17.523984909057617, 9.19741439819336, 14.065582275390625], "count": [526]}, "observation.images.images.wrist": {"min": [[[0.011764705882352941]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49493165987088006]], [[0.4862817777977654]], [[0.4827467370230457]]], "std": [[[0.2533818719645312]], [[0.2601483496039613]], [[0.27202160307692624]]], "count": [109]}, "observation.images.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.996078431372549]]], "mean": [[[0.39526023865203574]], [[0.38761441656173173]], [[0.37519164368091784]]], "std": [[[0.2872861585397277]], [[0.2856491725688463]], [[0.2820479465603724]]], "count": [109]}, "timestamp": {"min": [0.0], "max": [17.5], "mean": [8.75], "std": [5.061428213020071], "count": [526]}, "frame_index": {"min": [0], "max": [525], "mean": [262.5], "std": [151.84284639060215], "count": [526]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [526]}, "index": {"min": [0], "max": [525], "mean": [262.5], "std": [151.84284639060215], "count": [526]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [526]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 526,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick up screwdriver and put it in box"}
videos/chunk-000/observation.images.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcda478caea5e8f24f3090c21f0ace69bf920959130fdf499eb8749a412c0923
3
+ size 7150704
videos/chunk-000/observation.images.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09f17260e781d62d251bc165307796de92eb47ab6b4792e949668dc8574cc520
3
+ size 12872996