psg777 commited on
Commit
65c214b
·
verified ·
1 Parent(s): 14af6c8

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:0a73a05f1c61d1359d82033308cddda07fd347c366613c9ffd88f17c8ec7515d
3
+ size 54030
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube object and drop it in the blue box"], "length": 1395}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-29.164630889892578, -99.24748992919922, -34.86073684692383, 9.488449096679688, 65.39640808105469, 0.0], "max": [59.550559997558594, 32.94314193725586, 100.0, 72.27722930908203, 95.0065689086914, 40.558963775634766], "mean": [5.73925256729126, -20.11195182800293, 21.180957794189453, 50.16256332397461, 77.8271484375, 10.427712440490723], "std": [30.270782470703125, 53.24195861816406, 53.540504455566406, 26.22670555114746, 10.278607368469238, 13.999655723571777], "count": [1395]}, "observation.state": {"min": [-29.242948532104492, -98.89923858642578, -31.748878479003906, 10.75533676147461, 65.9432373046875, 1.716738224029541], "max": [59.030181884765625, 33.95427703857422, 99.0134506225586, 72.3316879272461, 94.82470703125, 38.9842643737793], "mean": [5.714844703674316, -18.86349105834961, 23.348268508911133, 50.3964958190918, 77.77403259277344, 14.637688636779785], "std": [30.405424118041992, 54.10302734375, 52.02062225341797, 25.78223991394043, 10.317818641662598, 13.129034996032715], "count": [1395]}, "observation.images.birdseyeview": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4967405481381149]], [[0.5014297573744411]], [[0.5000047281705079]]], "std": [[[0.13756114706958253]], [[0.1338594764923181]], [[0.13382290423043566]]], "count": [228]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4451156287624699]], [[0.4569227582846004]], [[0.46542073102998505]]], "std": [[[0.2559112879314698]], [[0.2536360182221044]], [[0.2594833112373785]]], "count": [228]}, "timestamp": {"min": [0.0], "max": [46.46666666666667], "mean": [23.233333333333334], "std": [13.423390309732016], "count": [1395]}, "frame_index": {"min": [0], "max": [1394], "mean": [697.0], "std": [402.70170929196047], "count": [1395]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1395]}, "index": {"min": [0], "max": [1394], "mean": [697.0], "std": [402.70170929196047], "count": [1395]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1395]}}}
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": 1395,
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.birdseyeview": {
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.gripper": {
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 black cube object and drop it in the blue box"}
videos/chunk-000/observation.images.birdseyeview/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebd62721372935ca5f175a81584e04cae0744a14f469c9ddf71cc1f982fdb58
3
+ size 3273881
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d7141bbec901a87d1b164e73e9be5fd479907e4576c61775801eb10d3f30e7
3
+ size 3796381