andrewcole712 commited on
Commit
2112a77
·
verified ·
1 Parent(s): d4fd953

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:0de7f5876b3b64d7f3b81fcff7e678f2f0fd7e3d79fe1e1fc9a449452d764cf5
3
+ size 18284
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Camera position test"], "length": 292}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-40.4296875, 81.38671875, 63.193359375, -1.494140625, 52.294921875, -1.4814814329147339], "max": [23.37890625, 187.646484375, 165.849609375, 97.470703125, 81.5625, 15.473251342773438], "mean": [-5.145514488220215, 110.3713607788086, 102.97891998291016, 57.72457504272461, 65.06253814697266, 10.235923767089844], "std": [21.86429214477539, 31.757287979125977, 34.99661636352539, 20.06932258605957, 10.80404281616211, 6.746795177459717], "count": [292]}, "observation.state": {"min": [-40.166015625, 80.947265625, 66.005859375, 2.724609375, 52.55859375, 3.4482758045196533], "max": [23.115234375, 188.26171875, 164.794921875, 96.943359375, 83.759765625, 15.296198844909668], "mean": [-5.076887607574463, 109.87261199951172, 104.59556579589844, 58.54268264770508, 65.22808837890625, 11.34343433380127], "std": [21.921323776245117, 32.98659896850586, 34.941654205322266, 19.019981384277344, 10.943181991577148, 5.227801322937012], "count": [292]}, "observation.images.webcam_topdown": {"min": [[[0.0196078431372549]], [[0.054901960784313725]], [[0.047058823529411764]]], "max": [[[0.9882352941176471]], [[0.9803921568627451]], [[0.996078431372549]]], "mean": [[[0.4477325510620915]], [[0.44898890727124185]], [[0.4242521527777778]]], "std": [[[0.22089122752021995]], [[0.22237723471208815]], [[0.24146033315863263]]], "count": [100]}, "observation.images.webcam_front_angle": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9725490196078431]], [[1.0]]], "mean": [[[0.4407029799836601]], [[0.43902190972222227]], [[0.4015191727941177]]], "std": [[[0.2301796015036689]], [[0.23046605244922055]], [[0.2588516963600441]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.7], "mean": [4.8500000000000005], "std": [2.8097548331166227], "count": [292]}, "frame_index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [292]}, "index": {"min": [0], "max": [291], "mean": [145.5], "std": [84.2926449934987], "count": [292]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [292]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 292,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.webcam_topdown": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.webcam_front_angle": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Camera position test"}
videos/chunk-000/observation.images.webcam_front_angle/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7995eec87e3255e7b9ddbfef2b692aa9c34e96c9092fbebeb2f087e7321defcd
3
+ size 1212353
videos/chunk-000/observation.images.webcam_topdown/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:540fbe7029d3b8257afb06a164bada37fd2dc243ed13ddd5a3d9a251b9f6bc4d
3
+ size 870638