mtitg commited on
Commit
a0f66b6
·
verified ·
1 Parent(s): 6a8fe3a

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:bdf12badf5a91e178a05f7da91537ea97cd25f3e99696d32810f411d3b0af961
3
+ size 28650
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["One hot vector test"], "length": 552}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-21.2261962890625, -99.66429138183594, 7.629427909851074, 66.16510772705078, -20.634920120239258, 0.0], "max": [5.434277534484863, 3.1472933292388916, 93.64214324951172, 91.13460540771484, -4.175824165344238, 55.565948486328125], "mean": [-3.027956962585449, -46.942352294921875, 49.42335510253906, 77.21807861328125, -9.809940338134766, 17.00201988220215], "std": [9.770870208740234, 43.23448944091797, 36.54304885864258, 5.718338966369629, 5.124743938446045, 17.287988662719727], "count": [552]}, "observation.state": {"min": [-20.943025588989258, -99.24018859863281, 12.42709732055664, 66.69322967529297, -20.244199752807617, 0.6711409687995911, 1.0, 0.0], "max": [5.38310432434082, 4.178978443145752, 99.91027069091797, 91.15538024902344, -4.566544532775879, 54.9664421081543, 1.0, 0.0], "mean": [-2.913365125656128, -45.64567947387695, 52.58787155151367, 77.19926452636719, -9.868670463562012, 17.370603561401367, 1.0, 0.0], "std": [9.700000762939453, 44.110084533691406, 36.23808670043945, 5.617103099822998, 5.032094955444336, 16.906862258911133, 0.0, 0.0], "count": [552]}, "observation.images.wrist": {"min": [[[0.15294117647058825]], [[0.2]], [[0.28627450980392155]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.8172642919630979]], [[0.7834643794464689]], [[0.7652103812395165]]], "std": [[[0.08511215137194832]], [[0.14042203771072245]], [[0.15955983224076636]]], "count": [113]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5799458705679912]], [[0.5472280423968998]], [[0.5381438089247499]]], "std": [[[0.1582550397890938]], [[0.17924133246344534]], [[0.20575204790300997]]], "count": [113]}, "timestamp": {"min": [0.0], "max": [18.366666666666667], "mean": [9.183333333333334], "std": [5.311613760500734], "count": [552]}, "frame_index": {"min": [0], "max": [551], "mean": [275.5], "std": [159.348412815022], "count": [552]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [552]}, "index": {"min": [0], "max": [551], "mean": [275.5], "std": [159.348412815022], "count": [552]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [552]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 552,
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
+ 8
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.wrist": {
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.above": {
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": "One hot vector test"}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb1182e1cf0e191b285c50f6d68234199f5c20fc3a534382b3ef8d33a5d6d5b
3
+ size 7952075
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:de1d1ff34ed64ec867ce503a40e79e45edba0624265a374fe08636cedeb0f934
3
+ size 1346533