sherryxychen commited on
Commit
3f64b61
·
verified ·
1 Parent(s): 7faedc7

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:7d30c6729ab6152dcf72b5bd90cf8fd5531cc648c329ea180b807854dcd823bb
3
+ size 125613
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the eraser and put it in the plastic container."], "length": 1788}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.029224395751953, -98.36885070800781, -16.914531707763672, 43.316795349121094, -33.52582550048828, -0.5195512771606445], "max": [35.05094909667969, 44.49314498901367, 96.19878387451172, 90.54286193847656, 9.335987091064453, 38.32469177246094], "mean": [-1.4270243644714355, 5.8156514167785645, 11.64477252960205, 70.03504943847656, -8.710339546203613, 12.80202579498291], "std": [7.924537181854248, 29.209253311157227, 23.489879608154297, 7.081521511077881, 8.67171573638916, 14.328402519226074], "count": [1788]}, "observation.state": {"min": [-12.60377311706543, -98.46678161621094, -16.810150146484375, 44.3236198425293, -33.18681335449219, 2.052238702774048], "max": [33.73584747314453, 41.056217193603516, 96.46578979492188, 90.0826416015625, 13.45543384552002, 37.593284606933594], "mean": [-1.3098639249801636, 6.408188343048096, 12.718186378479004, 70.07987976074219, -8.618315696716309, 13.209271430969238], "std": [8.08813190460205, 29.486019134521484, 23.907718658447266, 7.105589389801025, 8.521842956542969, 13.607315063476562], "count": [1788]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.41313386616812176]], [[0.3800077770919803]], [[0.35919686560755687]]], "std": [[[0.17069106954632307]], [[0.17361068197391838]], [[0.18771168117100426]]], "count": [274]}, "observation.images.right": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4393597104443967]], [[0.43040998908687567]], [[0.4297282207134679]]], "std": [[[0.18385510972766267]], [[0.17442171682502913]], [[0.1692709638571392]]], "count": [274]}, "timestamp": {"min": [0.0], "max": [59.56666666666667], "mean": [29.78333333333333], "std": [17.205035330993677], "count": [1788]}, "frame_index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}, "index": {"min": [0], "max": [1787], "mean": [893.5], "std": [516.1510599298103], "count": [1788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1788]}}}
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": 1788,
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.front": {
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.right": {
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 eraser and put it in the plastic container."}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88922307cdab7d768dcc06872dd4abe72d47db72bec2258fec13420f7b5b74f1
3
+ size 20262292
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:cc7977159d11d21810e0717d7c0d2338ca404d2836194f75984f5a3c16a803cc
3
+ size 15172887