ankithreddy commited on
Commit
685a2f7
·
verified ·
1 Parent(s): a13a10f

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:a681ffa891fbaa5ac1d584cb94bef9f4197dd0c86ddda6e0c16bc555bb0a4932
3
+ size 78461
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick up screwdriver and put it in box"], "length": 1098}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.788061141967773, -107.01446533203125, -16.915729522705078, 17.068668365478516, -64.45403289794922, -0.426239013671875], "max": [28.25689697265625, 21.74199676513672, 104.14671325683594, 84.70425415039062, -26.7713623046875, 42.67052459716797], "mean": [-0.6940630674362183, -50.278629302978516, 60.51316452026367, 58.59774398803711, -51.739051818847656, 16.94350242614746], "std": [11.772594451904297, 43.87031555175781, 35.19195556640625, 20.810253143310547, 9.20825481414795, 17.302640914916992], "count": [1098]}, "observation.state": {"min": [-17.127958297729492, -99.74380493164062, -14.0558443069458, 17.9554386138916, -64.05963897705078, 0.0], "max": [27.797834396362305, 22.630229949951172, 99.81069946289062, 81.38925170898438, -27.125293731689453, 42.2913703918457], "mean": [-0.8284037709236145, -49.27402114868164, 61.49269104003906, 57.87185287475586, -51.73640823364258, 17.634090423583984], "std": [11.780390739440918, 44.32365798950195, 34.49479293823242, 19.767873764038086, 9.191069602966309, 16.71198272705078], "count": [1098]}, "observation.images.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4847573515078546]], [[0.48111013071895425]], [[0.483024505503956]]], "std": [[[0.2454261812433306]], [[0.2505456141275811]], [[0.2615587466971647]]], "count": [190]}, "observation.images.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4424699346405229]], [[0.43319892787524367]], [[0.41693227410847383]]], "std": [[[0.26336987585738847]], [[0.26230064967019556]], [[0.2599279016481544]]], "count": [190]}, "timestamp": {"min": [0.0], "max": [36.56666666666667], "mean": [18.28333333333333], "std": [10.565505544336599], "count": [1098]}, "frame_index": {"min": [0], "max": [1097], "mean": [548.5], "std": [316.965166330098], "count": [1098]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1098]}, "index": {"min": [0], "max": [1097], "mean": [548.5], "std": [316.965166330098], "count": [1098]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1098]}}}
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": 1098,
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:cf647a1a12b2461523a9c42ce3c8a2580d14888eb84e030d0a6a8daf2d79fbc3
3
+ size 20653084
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:2922ebaa446f500fdb3400df15fbaad3e6f45f772f91f3e3dd6a373f1ecfbe23
3
+ size 31088940