lzh123123 commited on
Commit
cc096af
·
verified ·
1 Parent(s): a454914

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:881a01f183e64c6554e8f5244cfefaf4d64b79646eddae2fb7a8dd70df6c7d1e
3
+ size 24786
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 862}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.37890625, 192.216796875, 108.017578125, -38.759765625, -182.900390625, 0.0], "max": [-13.18359375, 192.392578125, 182.197265625, 75.322265625, -158.37890625, 0.6185566782951355], "mean": [-15.783912658691406, 192.2994842529297, 174.9219512939453, 56.155887603759766, -180.31285095214844, 0.10931173712015152], "std": [1.9714195728302002, 0.025416551157832146, 18.853971481323242, 36.269004821777344, 5.983072757720947, 0.19809964299201965], "count": [862]}, "observation.state": {"min": [-23.291015625, 191.77734375, 108.80859375, -37.705078125, -175.78125, 0.14114326238632202], "max": [-13.271484375, 192.919921875, 182.021484375, 74.970703125, -158.5546875, 0.35285815596580505], "mean": [-15.605378150939941, 192.6376190185547, 174.91241455078125, 55.643489837646484, -174.4352569580078, 0.1468745619058609], "std": [2.0124242305755615, 0.17207545042037964, 18.57017707824707, 36.295955657958984, 3.9484877586364746, 0.03401990607380867], "count": [862]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6051910017675833]], [[0.6016180439943273]], [[0.5919639675052412]]], "std": [[[0.32347946114238374]], [[0.3232124985212399]], [[0.3114869410814248]]], "count": [159]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5062384991470382]], [[0.5221469303654376]], [[0.5650112246680643]]], "std": [[[0.29576565763453005]], [[0.2911903260685761]], [[0.2728788099394175]]], "count": [159]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}}}
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": 862,
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.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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "mpeg4",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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": "mpeg4",
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": "Grasp a lego block and put it in the bin."}
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:9638d8f923624116c4c4cd416771f02baa195f80dceb1e335e996b44c3590226
3
+ size 3838973
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7a2cbe51c0107cc422f2b8e96ccd84c366375424b1e32561cbd467110eeb3c
3
+ size 3625209