Mahtab360 commited on
Commit
9e577a9
·
verified ·
1 Parent(s): c551dba

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:4903bd99c8530cb768537d2607a8d02b468b8135719e5859b12904395023a03d
3
+ size 58848
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube (inference test)"], "length": 837}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-26.724308013916016, -99.54771423339844, -100.8519515991211, 52.83599853515625, -4.607827186584473, -0.2624673843383789], "max": [13.332818031311035, 67.31439208984375, 93.52592468261719, 100.68321228027344, 3.798962116241455, 28.866376876831055], "mean": [-5.165909290313721, -19.37849998474121, 17.898216247558594, 73.75502014160156, -0.22487547993659973, 7.663609027862549], "std": [10.374500274658203, 57.77217483520508, 62.25897979736328, 10.969915390014648, 2.1331369876861572, 8.934144973754883], "count": [837]}, "observation.state": {"min": [-25.691699981689453, -99.26638793945312, -97.83589172363281, 53.39130401611328, -4.4799580574035645, 0.0], "max": [12.692138671875, 67.90463256835938, 99.45896911621094, 98.60869598388672, 3.694000482559204, 28.472702026367188], "mean": [-5.309601783752441, -18.76218605041504, 20.185304641723633, 73.74832153320312, -0.20248305797576904, 7.652315616607666], "std": [10.178411483764648, 58.930747985839844, 61.79065704345703, 10.732654571533203, 2.08793044090271, 8.733840942382812], "count": [837]}, "observation.images.upper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.43706488509382246]], [[0.4855749183006536]], [[0.516082692915876]]], "std": [[[0.29682656654415734]], [[0.2764037331577992]], [[0.272456449464868]]], "count": [155]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35322390364748046]], [[0.3696324320050601]], [[0.3863253294328484]]], "std": [[[0.29227724291326934]], [[0.2818188827534894]], [[0.290016789587869]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [27.866666666666667], "mean": [13.933333333333334], "std": [8.054030506982663], "count": [837]}, "frame_index": {"min": [0], "max": [836], "mean": [418.0], "std": [241.62091520947988], "count": [837]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [837]}, "index": {"min": [0], "max": [836], "mean": [418.0], "std": [241.62091520947988], "count": [837]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [837]}}}
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": 837,
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.upper": {
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 the black cube (inference test)"}
videos/chunk-000/observation.images.upper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fd07c53f781817a5acd89c36f412a29fc23f370f4a0359bdcd8d83539c2fe6
3
+ size 7745022
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:d7db4334f6007968222473c6c5e7fd75af1fd42d787d5b5bce42d0684ef507c3
3
+ size 4188725