zhuoyang20 commited on
Commit
a94a76f
·
verified ·
1 Parent(s): 94661a0

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:ba1284c096822f22f29c119992d99b86a14fa820e1dc95411ce1e08b7e819cfb
3
+ size 93070
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the box from small to large"], "length": 1877}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-46.001583099365234, -98.64620971679688, -99.54545593261719, 45.62853240966797, -30.182767868041992, 0.0], "max": [37.371337890625, 59.29602813720703, 100.0, 99.65202331542969, 12.95039176940918, 46.58085250854492], "mean": [-10.830419540405273, 1.2595385313034058, -13.473945617675781, 78.86165618896484, -5.8613691329956055, 10.62710952758789], "std": [21.020002365112305, 47.19355392456055, 55.3785285949707, 11.092889785766602, 10.49195671081543, 13.847282409667969], "count": [1877]}, "observation.state": {"min": [-45.64564514160156, -97.5465316772461, -94.56768035888672, 48.1611213684082, -28.10744857788086, 1.0803511142730713], "max": [36.486488342285156, 61.082908630371094, 99.00407409667969, 98.68651580810547, 12.478632926940918, 45.8474006652832], "mean": [-11.125022888183594, 4.124191761016846, -9.942219734191895, 79.468505859375, -6.048126220703125, 13.269736289978027], "std": [21.00949478149414, 47.915489196777344, 53.51441192626953, 10.671274185180664, 10.554219245910645, 13.334135055541992], "count": [1877]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6310203722814661]], [[0.5929618067499904]], [[0.5385647307265986]]], "std": [[[0.15372726062412784]], [[0.15631067686493721]], [[0.15825680381300458]]], "count": [285]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49325149352138514]], [[0.4649745642701525]], [[0.46806078622482133]]], "std": [[[0.24686411305952077]], [[0.23872821056227206]], [[0.26851860408775297]]], "count": [285]}, "timestamp": {"min": [0.0], "max": [62.53333333333333], "mean": [31.266666666666666], "std": [18.061438357881567], "count": [1877]}, "frame_index": {"min": [0], "max": [1876], "mean": [938.0], "std": [541.843150736447], "count": [1877]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1877]}, "index": {"min": [0], "max": [1876], "mean": [938.0], "std": [541.843150736447], "count": [1877]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1877]}}}
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": 1877,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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": "Pick the box from small to large"}
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:32584c979101e26cbaa6e5172ccadc4cedab8d6984fbbc01e4e71160cc04a558
3
+ size 42410668
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:07cfc28d59f7bdcf7c4960f2b9088c1556f503a2aa102c9a8e2eb8efb7622f39
3
+ size 17992766