dopaul commited on
Commit
e7ec3c1
·
verified ·
1 Parent(s): 2b41358

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:cf8d03fcf1e8aad3bf41c17aee76be18121928a141f6e10c5d1a1058a05de25c
3
+ size 20422
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move the chess piece from red to blue"], "length": 373}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.9331247806549072, -95.84040832519531, 0.09066183120012283, -99.75430297851562, -11.40415096282959, 0.18214936554431915], "max": [19.358623504638672, 8.743633270263672, 100.0, 99.59049987792969, 5.836385726928711, 23.497268676757812], "mean": [4.959207057952881, -64.6891098022461, 71.23248291015625, -7.1128106117248535, -3.0418975353240967, 6.808867931365967], "std": [3.796924591064453, 35.66160202026367, 34.01212692260742, 71.38928985595703, 4.518607139587402, 9.057809829711914], "count": [373]}, "observation.state": {"min": [-3.0973451137542725, -95.81063842773438, 4.20244026184082, -99.76095581054688, -11.452991485595703, 0.9810333847999573], "max": [19.247787475585938, 9.844993591308594, 99.09625244140625, 98.00796508789062, 4.566544532775879, 23.283191680908203], "mean": [4.895331859588623, -63.70925521850586, 72.77728271484375, -6.592125415802002, -3.1178414821624756, 7.95048713684082], "std": [3.7600903511047363, 36.7926139831543, 32.54232406616211, 71.37277221679688, 4.436223030090332, 8.315752983093262], "count": [373]}, "observation.images.context": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5273688970588236]], [[0.5738543001089325]], [[0.5941206726579521]]], "std": [[[0.23739411180664619]], [[0.21877677350278907]], [[0.24068133906752903]]], "count": [100]}, "observation.images.arm": {"min": [[[0.09019607843137255]], [[0.07058823529411765]], [[0.08235294117647059]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6091587309368192]], [[0.6193923039215686]], [[0.6214174645969499]]], "std": [[[0.20032189877827553]], [[0.17134846178423785]], [[0.1776493342589308]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.4], "mean": [6.199999999999998], "std": [3.5891812746394156], "count": [373]}, "frame_index": {"min": [0], "max": [372], "mean": [186.0], "std": [107.67543823918248], "count": [373]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [373]}, "index": {"min": [0], "max": [372], "mean": [186.0], "std": [107.67543823918248], "count": [373]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [373]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 373,
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.context": {
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.arm": {
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": "Move the chess piece from red to blue"}
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:537eb87d4b33b4221ff8d8aec210892aa41ff8b7e5d003a8c0a01c953a2c0716
3
+ size 5542424
videos/chunk-000/observation.images.context/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dceff0d08018783f351851050801d066c220ef3c9e73f576b7cd3b5996acc01
3
+ size 27871467