radiuson commited on
Commit
74075d2
·
verified ·
1 Parent(s): 72b2968

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:e4688cbe7c42eb75fe5e5ff8d6e74f13d9559089c70c0c642751e4b1c8e93d35
3
+ size 115790
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the red cube into the box"], "length": 1710}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-24.433347702026367, -98.61056518554688, -33.484195709228516, 52.83032989501953, -12.424124717712402, 0.5769481658935547], "max": [63.29853439331055, 19.653488159179688, 101.77845764160156, 98.70036315917969, 44.169105529785156, 32.93967056274414], "mean": [8.088869094848633, -48.54156494140625, 46.76970672607422, 79.51564025878906, 4.523280620574951, 7.875482082366943], "std": [18.474905014038086, 46.299407958984375, 47.932979583740234, 12.383435249328613, 11.441696166992188, 10.638667106628418], "count": [1710]}, "observation.state": {"min": [-24.13108253479004, -98.13249969482422, -28.603910446166992, 53.23679733276367, -11.749347686767578, 1.4397906064987183], "max": [62.859981536865234, 19.875499725341797, 99.27239990234375, 97.87052917480469, 43.70757293701172, 32.91884994506836], "mean": [7.985794544219971, -48.26765823364258, 48.277618408203125, 79.62213134765625, 4.455689907073975, 9.47380542755127], "std": [18.459596633911133, 46.920082092285156, 46.85093307495117, 12.33511734008789, 11.374810218811035, 10.638532638549805], "count": [1710]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49154579787889996]], [[0.48470504763226047]], [[0.47107661317671723]]], "std": [[[0.18544494411174123]], [[0.20169419585375573]], [[0.22038582616726898]]], "count": [265]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6883191338327784]], [[0.6128000632013811]], [[0.6037728627142681]]], "std": [[[0.15439205664036845]], [[0.2070804350482162]], [[0.21658134657667222]]], "count": [265]}, "timestamp": {"min": [0.0], "max": [56.96666666666667], "mean": [28.483333333333334], "std": [16.454479858306293], "count": [1710]}, "frame_index": {"min": [0], "max": [1709], "mean": [854.5], "std": [493.6343957491887], "count": [1710]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1710]}, "index": {"min": [0], "max": [1709], "mean": [854.5], "std": [493.6343957491887], "count": [1710]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1710]}}}
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": 1710,
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.top": {
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.height": 480,
59
+ "video.width": 640,
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.wrist": {
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": "Put the red cube into the box"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4c9e9ac39fe285ddbad7cf6b6582a809f15b01bc6d3c5804ea8b7fc71e68a5
3
+ size 11359665
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89df83cd26aefa9f0cfd9ed2e8b4c06547b65e23c31575247a9f709cce88a67
3
+ size 8220803