Jeevesh2009 commited on
Commit
352d158
·
verified ·
1 Parent(s): 3fd6dee

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:4e80b18f9f065bd0828dab76052b515686dc009d6e9258590d9395bc250809fb
3
+ size 29901
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the gray block and keep it in the box."], "length": 522}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-32.080078125, 61.34765625, 48.69140625, 43.9453125, -11.25, 0.08250825107097626], "max": [29.443359375, 196.5234375, 179.82421875, 92.197265625, 27.421875, 36.71617126464844], "mean": [9.101393699645996, 135.42745971679688, 125.62134552001953, 61.74148178100586, 7.692113399505615, 13.544013977050781], "std": [17.256685256958008, 50.07790756225586, 43.00104522705078, 13.375492095947266, 14.500225067138672, 15.270747184753418], "count": [522]}, "observation.state": {"min": [-31.46484375, 60.029296875, 53.701171875, 44.912109375, -11.25, 0.13927575945854187], "max": [29.267578125, 189.580078125, 176.396484375, 91.93359375, 27.509765625, 36.28133773803711], "mean": [9.017881393432617, 131.9700164794922, 127.27957153320312, 62.292564392089844, 7.898370265960693, 15.853352546691895], "std": [17.175830841064453, 48.80506896972656, 41.17742919921875, 13.12974739074707, 14.434929847717285, 13.899435043334961], "count": [522]}, "observation.images.top": {"min": [[[0.0]], [[0.00784313725490196]], [[0.00392156862745098]]], "max": [[[0.8823529411764706]], [[0.8784313725490196]], [[0.8980392156862745]]], "mean": [[[0.4605503256730827]], [[0.46895345760628415]], [[0.482498750149907]]], "std": [[[0.15243050106973255]], [[0.1266242061762672]], [[0.11287184913300079]]], "count": [109]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[0.8666666666666667]], [[0.8588235294117647]], [[0.8705882352941177]]], "mean": [[[0.5265211144090663]], [[0.530922147643461]], [[0.5268641148737783]]], "std": [[[0.19095814491135024]], [[0.17760184706951168]], [[0.1808150782113078]]], "count": [109]}, "timestamp": {"min": [0.0], "max": [17.366666666666667], "mean": [8.683333333333334], "std": [5.022938124982967], "count": [522]}, "frame_index": {"min": [0], "max": [521], "mean": [260.5], "std": [150.68814374948903], "count": [522]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [522]}, "index": {"min": [0], "max": [521], "mean": [260.5], "std": [150.68814374948903], "count": [522]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [522]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 522,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
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.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
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 the gray block and keep it in the box."}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7e4243f21f45c6b80039aac8f1a3d0d56f70057fdde94eee374267f5eff4faa
3
+ size 2862273
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e4719c300a643cd043b90fb6d76a7687382df252bff50c44d346ff0f11df330
3
+ size 2338235