stevenoh2003 commited on
Commit
d38e410
·
verified ·
1 Parent(s): 6aa3209

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:49c8cf106d5006fa4d827b87963d28a9b7487d25cf78cac7a0b38b3b9ccaf52b
3
+ size 24710
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["put usb on juice box_2"], "length": 445}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.205078125, 77.51953125, 60.8203125, 64.423828125, 67.412109375, 4.224137783050537], "max": [21.181640625, 200.390625, 173.935546875, 92.373046875, 96.240234375, 34.568965911865234], "mean": [2.663184642791748, 132.6090545654297, 126.02867126464844, 74.82928466796875, 83.57351684570312, 13.630949974060059], "std": [11.796059608459473, 44.4180793762207, 34.22544860839844, 8.181093215942383, 7.461699962615967, 6.947619915008545], "count": [445]}, "observation.state": {"min": [-14.765625, 77.16796875, 63.10546875, 65.0390625, 68.115234375, 5.734485626220703], "max": [21.357421875, 200.126953125, 174.638671875, 91.845703125, 96.064453125, 32.28593826293945], "mean": [2.528090000152588, 131.74664306640625, 127.2164535522461, 74.6063003540039, 83.83210754394531, 14.489171981811523], "std": [11.843036651611328, 44.84235763549805, 33.50599670410156, 7.779662609100342, 7.2299041748046875, 5.98099422454834], "count": [445]}, "observation.images.laptop": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.6235294117647059]], [[0.6431372549019608]], [[0.6313725490196078]]], "mean": [[[0.5287762357026144]], [[0.5468490890522877]], [[0.5266366156045752]]], "std": [[[0.07352988797520696]], [[0.07419306409377421]], [[0.07333990994799128]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.8], "mean": [7.4], "std": [4.282003684673281], "count": [445]}, "frame_index": {"min": [0], "max": [444], "mean": [222.0], "std": [128.46011054019843], "count": [445]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [445]}, "index": {"min": [0], "max": [444], "mean": [222.0], "std": [128.46011054019843], "count": [445]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [445]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 445,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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.laptop": {
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "put usb on juice box_2"}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f545b928baf692fe8eab9136a671f9d7372cba6943aefbea082b27a24eb7548
3
+ size 296909