lamborghini3030 commited on
Commit
860bd82
·
verified ·
1 Parent(s): 8b4135f

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:a3333a6f7016e9a00b5add1fb2875a165a6e328c5173b2783f29de8ab1afddb1
3
+ size 28516
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grab_red_cube"], "length": 600}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-75.59548950195312, -100.0, 22.39347267150879, 32.90870666503906, -85.73870849609375, 0.3808073103427887], "max": [-23.944839477539062, -0.21213406324386597, 99.81867980957031, 99.15074157714844, -71.86813354492188, 71.74409484863281], "mean": [-46.58439636230469, -70.74463653564453, 73.36085510253906, 84.03495788574219, -79.03076171875, 6.619489669799805], "std": [12.000338554382324, 36.28982162475586, 28.943159103393555, 17.358440399169922, 5.987019062042236, 14.561432838439941], "count": [600]}, "observation.state": {"min": [-75.80101013183594, -100.0, 29.40108871459961, 34.29751968383789, -85.68986511230469, 2.0470054149627686], "max": [-24.620573043823242, -0.5852842926979065, 98.82032775878906, 98.67768859863281, -70.8913345336914, 69.1432876586914], "mean": [-46.73591232299805, -69.8204345703125, 73.85604095458984, 79.22692108154297, -78.6588134765625, 10.203226089477539], "std": [11.95138168334961, 36.89451599121094, 26.5643367767334, 14.186322212219238, 6.145948886871338, 14.014296531677246], "count": [600]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5158237544788348]], [[0.4454227997443238]], [[0.3774319712274258]]], "std": [[[0.2622181068377838]], [[0.23116257676261026]], [[0.21971763648631473]]], "count": [121]}, "timestamp": {"min": [0.0], "max": [19.966666666666665], "mean": [9.983333333333333], "std": [5.77349467313695], "count": [600]}, "frame_index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [600]}, "index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [600]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 600,
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
+ "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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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": "grab_red_cube"}
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:9e1468c6bd65561245b410b94951ef40d9347a0d97b72bf81bc8a5687beaa146
3
+ size 24117904