Thuongg2907 commited on
Commit
3fb419e
·
verified ·
1 Parent(s): 1f962c8

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:cb2489a987fa9c64f31cf579b9947beb26e131fca8b28e90809c66aeb1d30b0a
3
+ size 46635
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 631}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.910810470581055, -95.42870330810547, -42.87028503417969, 51.97743225097656, 1.2704401016235352, -0.14342117309570312], "max": [58.929161071777344, 46.083675384521484, 98.24469757080078, 80.89637756347656, 30.12515640258789, 28.922447204589844], "mean": [37.981998443603516, -4.483613967895508, 4.685616970062256, 66.89725494384766, 17.0300235748291, 16.159605026245117], "std": [22.04521942138672, 46.299983978271484, 45.63811492919922, 7.659099578857422, 8.93956470489502, 9.19929313659668], "count": [631]}, "observation.state": {"min": [-12.197092056274414, -94.9094009399414, -41.12318801879883, 52.68644714355469, 1.3919414281845093, 0.7638888955116272], "max": [58.4006462097168, 46.41932678222656, 97.4637680053711, 80.43303680419922, 29.768009185791016, 28.26388931274414], "mean": [37.20472717285156, -3.569650411605835, 7.200591564178467, 66.90164184570312, 16.850473403930664, 16.449073791503906], "std": [22.14113998413086, 47.46246337890625, 45.89932632446289, 7.631229400634766, 8.988126754760742, 8.840810775756836], "count": [631]}, "observation.images.front": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5426765081699346]], [[0.49400593300653595]], [[0.45571244607843137]]], "std": [[[0.22231713338037778]], [[0.2748595924499441]], [[0.2960310560646062]]], "count": [125]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5616904264705882]], [[0.5936188611111111]], [[0.6544798431372549]]], "std": [[[0.23010242382083512]], [[0.2706886959034921]], [[0.3028485049439244]]], "count": [125]}, "timestamp": {"min": [0.0], "max": [21.0], "mean": [10.499999999999998], "std": [6.07179270616732], "count": [631]}, "frame_index": {"min": [0], "max": [630], "mean": [315.0], "std": [182.1537811850196], "count": [631]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [631]}, "index": {"min": [0], "max": [630], "mean": [315.0], "std": [182.1537811850196], "count": [631]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [631]}}}
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": 631,
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:99bac232fb91a5502f5b9e35c83fa9504801ff9449a2d7dd4ed4e2105fedc0cf
3
+ size 2348888
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:b784b2c82aa4d4ef7979feb7e0c16ed2b6475022f472ff0c725ed9bce827ac06
3
+ size 8289216