uelundgren commited on
Commit
cca14ea
·
verified ·
1 Parent(s): 9a33d54

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:cc0cc7d65b41454978597fd1e7dab69041f7b721432eb1e2c60cbcdca0ba43d3
3
+ size 240074
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the plush toy and put it on the plate"], "length": 3423}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-37.935020446777344, -81.12905883789062, -85.80503845214844, 20.28775978088379, -30.297128677368164, 1.0172691345214844], "max": [35.34363555908203, 44.331111907958984, 77.2299575805664, 102.40773010253906, -2.0309829711914062, 53.90943908691406], "mean": [-1.4548084735870361, 12.634093284606934, -29.797250747680664, 74.36712646484375, -15.1607027053833, 17.740734100341797], "std": [20.25986099243164, 17.856266021728516, 19.566781997680664, 16.641571044921875, 6.032902240753174, 15.223602294921875], "count": [3423]}, "observation.state": {"min": [-37.570621490478516, -80.09278869628906, -82.43243408203125, 9.333333015441895, -30.077922821044922, 1.4445173740386963], "max": [34.557437896728516, 45.255165100097656, 77.92792510986328, 99.65591430664062, -2.3376622200012207, 53.25016403198242], "mean": [-1.7502243518829346, 15.02286434173584, -27.2211971282959, 74.5289077758789, -15.172382354736328, 17.862606048583984], "std": [20.157121658325195, 17.843399047851562, 19.566282272338867, 16.67171287536621, 6.015770435333252, 14.88957405090332], "count": [3423]}, "observation.images.arm": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5449366071559123]], [[0.5009855947785528]], [[0.388424620472723]]], "std": [[[0.15214416051232615]], [[0.15076059368156938]], [[0.17784694445206253]]], "count": [447]}, "observation.images.table": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5191802114861606]], [[0.48957704641327077]], [[0.3898478920837537]]], "std": [[[0.1942592025337505]], [[0.1938970418782138]], [[0.1992040059588571]]], "count": [447]}, "timestamp": {"min": [0.0], "max": [114.06666666666666], "mean": [57.033333333333346], "std": [32.93783145170217], "count": [3423]}, "frame_index": {"min": [0], "max": [3422], "mean": [1711.0], "std": [988.1349435510651], "count": [3423]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3423]}, "index": {"min": [0], "max": [3422], "mean": [1711.0], "std": [988.1349435510651], "count": [3423]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3423]}}}
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": 3423,
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.arm": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 640,
49
+ 480,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 640,
59
+ "video.width": 480,
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.table": {
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": "Grab the plush toy and put it on the plate"}
videos/chunk-000/observation.images.arm/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09315c700215571d979a3ee8262cc331cada5567f63df01334a8b0fa4c4b658e
3
+ size 10839117
videos/chunk-000/observation.images.table/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07774325b4ac06ce0d71fb0cf62b4d2bb978f223e08091cd44e1c0fbf043ed49
3
+ size 20075921