Thuongg2907 commited on
Commit
477d394
·
verified ·
1 Parent(s): 372dba8

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:0f785b85bcf04c170c17bbad22f4df172b77530f4be4a70adca6e2b2dff88634
3
+ size 28616
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 387}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.009157180786133, -95.86186981201172, -10.65581226348877, 52.836509704589844, 0.8844232559204102, -0.114898681640625], "max": [57.236473083496094, 27.21603775024414, 96.97261047363281, 81.95825958251953, 29.515186309814453, 27.27374267578125], "mean": [18.940580368041992, -52.59773635864258, 54.108219146728516, 60.85712814331055, 9.543456077575684, 9.597299575805664], "std": [21.954626083374023, 46.93939208984375, 44.06356430053711, 7.735487461090088, 10.496295928955078, 10.521334648132324], "count": [387]}, "observation.state": {"min": [-13.408723831176758, -100.0, -7.6086955070495605, 53.96952819824219, -1.3919414281845093, 0.0], "max": [56.62358474731445, 26.66091537475586, 97.91666412353516, 81.47554016113281, 29.27960968017578, 26.38888931274414], "mean": [19.002662658691406, -51.781246185302734, 55.42709732055664, 61.26679611206055, 9.435901641845703, 10.24854850769043], "std": [21.869112014770508, 47.834930419921875, 43.47543716430664, 7.550431251525879, 10.49190616607666, 10.355693817138672], "count": [387]}, "observation.images.front": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5672245445261438]], [[0.5190314133986929]], [[0.49179116625816993]]], "std": [[[0.2023925386822333]], [[0.2641992239435918]], [[0.2815828714739677]]], "count": [100]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5664762847222222]], [[0.6039279289215687]], [[0.6614482638888889]]], "std": [[[0.22888793613153638]], [[0.2693373164287888]], [[0.3016175323275677]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.866666666666667], "mean": [6.433333333333333], "std": [3.723896804075995], "count": [387]}, "frame_index": {"min": [0], "max": [386], "mean": [193.0], "std": [111.71690412227984], "count": [387]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [387]}, "index": {"min": [0], "max": [386], "mean": [193.0], "std": [111.71690412227984], "count": [387]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [387]}}}
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": 387,
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
+ 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": 30,
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": 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": "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:11cf9bf025db30dd7bf60d025020462c7d12aeb389c86b547e898d4e90456176
3
+ size 1622676
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:206414205fd1486f8b6aba078224a73f6276fdd4d83a1ef3fa1b8b24abb90468
3
+ size 4645670