Thuongg2907 commited on
Commit
aac0a58
·
verified ·
1 Parent(s): c3e9713

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92d05728cc41c6a1657ce22288b5e96dbd3730f4320907feaf3307d9ec5e2d35
3
- size 150112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200b4dc6ea89bae786d3b6bb6c0bf811fbd90b928bdfa106aad710d02e29bc0b
3
+ size 242282
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 3447}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-78.84436798095703, -96.09977722167969, -74.67324829101562, 49.55636978149414, -10.6944580078125, -0.4438555836677551], "max": [66.86321258544922, 56.71464538574219, 98.86309051513672, 84.43441772460938, 31.81590461730957, 28.74339485168457], "mean": [23.27985191345215, -27.080162048339844, 26.738191604614258, 64.92613220214844, 8.195993423461914, 13.308513641357422], "std": [28.091535568237305, 46.37632751464844, 47.365875244140625, 8.932391166687012, 8.623422622680664, 9.725557327270508], "count": [3447]}, "observation.state": {"min": [-78.0290756225586, -100.0, -71.01449584960938, 50.20048141479492, -10.573870658874512, 0.0], "max": [64.78190612792969, 58.23986053466797, 98.27898406982422, 84.20208740234375, 31.623931884765625, 27.98611068725586], "mean": [22.994953155517578, -25.615732192993164, 28.44462776184082, 65.08346557617188, 8.163496017456055, 14.03432559967041], "std": [27.973316192626953, 47.04109191894531, 46.77361297607422, 8.823131561279297, 8.591340065002441, 9.381540298461914], "count": [3447]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5513957514520285]], [[0.5163623825458171]], [[0.4868461177343989]]], "std": [[[0.22195420974961644]], [[0.26693809693324766]], [[0.28594638063512673]]], "count": [449]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5476418543568132]], [[0.5854080841412288]], [[0.6489662389733176]]], "std": [[[0.23826906693879762]], [[0.27901843121534015]], [[0.3108071596450188]]], "count": [449]}, "timestamp": {"min": [0.0], "max": [137.84], "mean": [68.92], "std": [39.80252588299726], "count": [3447]}, "frame_index": {"min": [0], "max": [3446], "mean": [1723.0], "std": [995.0631470749314], "count": [3447]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3447]}, "index": {"min": [0], "max": [3446], "mean": [1723.0], "std": [995.0631470749314], "count": [3447]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3447]}}}
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": 3447,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
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.front": {
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": 25,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
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": 25,
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": "Grasp a lego block and put it in the bin"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b98a4198bbce79f9f4172bfb997ff84800727bee1b683768076661196bd2d0
3
+ size 13236615
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ebf872e1b46dc3067edc629b6cb15a92b845203b736dff095ac94c4de9abc5b
3
+ size 45594082