gimarchetti commited on
Commit
82fb553
·
verified ·
1 Parent(s): bd0d67b

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:ffcc3597c790409ff644749fb2ea772245d68a96fa312d9b660b309e10e13ac5
3
+ size 4904
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["first grab the green bottle, second slide it across the belly of the toy from foot to red shirt, third put the bottle down on the green circle."], "length": 26}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.130646213889122, -69.8508529663086, 81.47972106933594, -48.275390625, -3.759211540222168, 2.3789563179016113], "max": [18.61859130859375, -39.19670867919922, 98.0376205444336, 20.796791076660156, -3.5004568099975586, 20.682157516479492], "mean": [4.943933963775635, -56.58702850341797, 93.26129913330078, -8.218504905700684, -3.7119393348693848, 9.570860862731934], "std": [6.946216106414795, 9.156290054321289, 6.564420223236084, 27.10445213317871, 0.06606166809797287, 6.375337600708008], "count": [26]}, "observation.state": {"min": [-0.056593094021081924, -99.49173736572266, 84.06918334960938, -22.34881591796875, -5.982905864715576, 1.457321286201477], "max": [9.677419662475586, -52.98602294921875, 99.54483032226562, 52.4101676940918, -3.5409035682678223, 11.936155319213867], "mean": [2.516216516494751, -68.34131622314453, 94.48898315429688, 13.594684600830078, -4.055602073669434, 6.128222942352295], "std": [2.32504940032959, 14.680445671081543, 4.713027477264404, 23.331520080566406, 0.5929639935493469, 2.636690378189087], "count": [26]}, "observation.images.right": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9019607843137255]], [[0.9725490196078431]]], "mean": [[[0.5747083228590582]], [[0.5020925925925925]], [[0.4806027107424166]]], "std": [[[0.18241294468382718]], [[0.14975462774884712]], [[0.12731584485715813]]], "count": [26]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3897570701357466]], [[0.41098186902966316]], [[0.40567635537120833]]], "std": [[[0.21809951731618546]], [[0.1773966564610842]], [[0.18500446529610723]]], "count": [26]}, "timestamp": {"min": [0.0], "max": [0.8333333333333334], "mean": [0.4166666666666667], "std": [0.25], "count": [26]}, "frame_index": {"min": [0], "max": [25], "mean": [12.5], "std": [7.5], "count": [26]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [26]}, "index": {"min": [0], "max": [25], "mean": [12.5], "std": [7.5], "count": [26]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [26]}}}
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": 26,
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.right": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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.gripper": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
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": "first grab the green bottle, second slide it across the belly of the toy from foot to red shirt, third put the bottle down on the green circle."}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:642896d6b7dfc6a32e9d9e2bc1727b4442955eaef47d181162079e911227bf69
3
+ size 925758
videos/chunk-000/observation.images.right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0019469a091d915ed334add7316cccb1ac41668b34ebcc7aa890fde8baa1d33
3
+ size 661942