radiuson commited on
Commit
382e5fd
·
verified ·
1 Parent(s): 2c63083

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:78702e215db5f9eb78ee2a8411b3ab458c4b8934fa84ee3464c094754ea70a68
3
+ size 109044
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": [-20.505542755126953, -99.03955078125, -15.755046844482422, 53.28449249267578, -13.041017532348633, -0.5144081115722656], "max": [63.922607421875, 19.349098205566406, 99.6991958618164, 99.43113708496094, 46.81766128540039, 33.22509002685547], "mean": [1.6449285745620728, -55.38045120239258, 55.463134765625, 78.6314697265625, -0.03016178496181965, 8.54708480834961], "std": [13.56830883026123, 45.336097717285156, 45.8452262878418, 11.535938262939453, 9.00072956085205, 11.779966354370117], "count": [1710]}, "observation.state": {"min": [-20.456802368164062, -98.5771484375, -12.050931930541992, 53.5775146484375, -12.584856033325195, 1.8324607610702515], "max": [63.6544189453125, 19.964427947998047, 99.18144989013672, 98.29642486572266, 46.318538665771484, 33.24607467651367], "mean": [1.5569326877593994, -55.18775177001953, 56.58312225341797, 78.69221496582031, -0.028856413438916206, 9.17856502532959], "std": [13.552876472473145, 45.87084197998047, 44.92878341674805, 11.507654190063477, 8.9542236328125, 11.689739227294922], "count": [1710]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4885247549019608]], [[0.4812745406338636]], [[0.46291492708718707]]], "std": [[[0.18866713285061323]], [[0.20858926573268047]], [[0.231395099361863]]], "count": [265]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7012978604020225]], [[0.649906847330127]], [[0.6470663337032926]]], "std": [[[0.12789704520233802]], [[0.15860618721408098]], [[0.168941830658608]]], "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:67365191fb5592e78a5a12091e03aa39f7e2c2a4a053c06619a5fbbbe34510a3
3
+ size 9492626
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:c87aa04f341e0d826abd2fde21a443d087abb1830499cf2060a61ae5551a645e
3
+ size 7118355