youliangtan commited on
Commit
eed190d
·
verified ·
1 Parent(s): 4269faf

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:e47793e2ff7f0564aadd20c29f6f673d32ad1bdfcd9046ecc401fe2e7053220b
3
+ size 79823
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab pens and place into pen holder"], "length": 1358}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-42.280372619628906, -99.32001495361328, -48.09782791137695, -58.44269561767578, -79.78022003173828, 0.07874015718698502], "max": [21.271028518676758, 74.6706314086914, 94.3840560913086, 77.77777862548828, 3.0525031089782715, 28.42519760131836], "mean": [1.1983534097671509, -8.767745971679688, 24.36992835998535, 31.13774299621582, -35.75752258300781, 10.97028636932373], "std": [12.818912506103516, 36.902740478515625, 33.54219055175781, 36.50337219238281, 18.021745681762695, 10.125484466552734], "count": [1358]}, "observation.state": {"min": [-41.91638946533203, -98.95470428466797, -49.14645004272461, -57.14902877807617, -79.43833923339844, 0.6835269927978516], "max": [20.97669219970703, 66.55052185058594, 97.4842758178711, 77.45140075683594, 2.857142925262451, 27.887901306152344], "mean": [1.1911708116531372, -7.694441795349121, 25.783723831176758, 31.383411407470703, -35.725624084472656, 12.14305305480957], "std": [12.803622245788574, 36.821495056152344, 33.628089904785156, 35.98003387451172, 17.925037384033203, 8.681325912475586], "count": [1358]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.4794216583868226]], [[0.4544594873823969]], [[0.44506802478091384]]], "std": [[[0.14721736405252117]], [[0.15766033739200527]], [[0.17698789703823173]]], "count": [223]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5491554366701838]], [[0.5318288554397843]], [[0.5232474940648906]]], "std": [[[0.18358061794060745]], [[0.19854596550237302]], [[0.23701752914124102]]], "count": [223]}, "timestamp": {"min": [0.0], "max": [45.233333333333334], "mean": [22.616666666666667], "std": [13.067357549762438], "count": [1358]}, "frame_index": {"min": [0], "max": [1357], "mean": [678.5], "std": [392.02072649287305], "count": [1358]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1358]}, "index": {"min": [0], "max": [1357], "mean": [678.5], "std": [392.02072649287305], "count": [1358]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1358]}}}
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": 1358,
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.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": "Grab pens and place into pen holder"}
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:af1dc303aff9c3db728c277b30d6d7fe637020dd578df4f08d536581552a75db
3
+ size 9529859
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:d9d291d0110db59bb171dbee454dda0d8d96f130556812cf163c30e39a150927
3
+ size 6541223