advpatel commited on
Commit
c236f64
·
verified ·
1 Parent(s): 4cc78f0

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:351630044cf6f5e96c782e98b447d36055a4bb4aaab47da3232efedabae72de7
3
+ size 82503
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1799}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-88.59375, 72.94921875, 38.3203125, 52.119140625, 32.87109375, -0.0855432003736496], "max": [-0.52734375, 187.470703125, 155.390625, 112.763671875, 117.0703125, 38.408897399902344], "mean": [-63.378883361816406, 157.5428009033203, 132.67356872558594, 88.61271667480469, 60.35332107543945, 26.75365447998047], "std": [18.84515380859375, 34.99990463256836, 28.64505386352539, 10.254716873168945, 10.490391731262207, 9.031899452209473], "count": [1799]}, "observation.state": {"min": [-88.154296875, 71.71875, 41.748046875, 52.734375, 34.189453125, 0.25951558351516724], "max": [-0.791015625, 187.294921875, 155.91796875, 107.666015625, 115.400390625, 37.370243072509766], "mean": [-63.42174530029297, 157.03900146484375, 133.8827362060547, 88.79768371582031, 60.29981231689453, 26.817787170410156], "std": [18.766469955444336, 35.79584503173828, 27.873355865478516, 9.972223281860352, 10.0386381149292, 8.792285919189453], "count": [1799]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4859424308219665]], [[0.41603380310457516]], [[0.4656165762349626]]], "std": [[[0.336993220367026]], [[0.31472609146114255]], [[0.28418689561837523]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.93333333333333], "mean": [29.966666666666665], "std": [17.31088289679838], "count": [1799]}, "frame_index": {"min": [0], "max": [1798], "mean": [899.0], "std": [519.3264869039514], "count": [1799]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1799]}, "index": {"min": [0], "max": [1798], "mean": [899.0], "std": [519.3264869039514], "count": [1799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1799]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1799,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f9ee091195ca12b74317e1119faed65c992119bfd2f4ddf887da5f5e8542b5
3
+ size 52676756