helper2424 commited on
Commit
3d4d5f4
·
verified ·
1 Parent(s): 7d2bbd8

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:e0f9040103fd5889770846c75e31518b7648e3fe9d6ed3d79049a52ac058833f
3
+ size 33169
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move white T shaped white object into the blue circle"], "length": 440}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-27.1605224609375, -76.07463073730469, 34.81690216064453, 38.199466705322266, -6.064788341522217, 1.3424615859985352], "max": [-5.694636344909668, -14.202064514160156, 85.17184448242188, 52.63496017456055, 4.287476539611816, 24.744739532470703], "mean": [-16.418909072875977, -35.60371398925781, 52.13175964355469, 44.279273986816406, -0.6472756862640381, 6.9850945472717285], "std": [4.646930694580078, 15.599250793457031, 12.032698631286621, 3.6017754077911377, 2.2996950149536133, 7.505171775817871], "count": [440]}, "observation.state": {"min": [-26.68840217590332, -75.23645782470703, 39.42307662963867, 39.141204833984375, -5.689865589141846, 2.222222328186035], "max": [-6.287843704223633, -13.4995698928833, 86.10140228271484, 51.94054412841797, 4.029304027557373, 23.827159881591797], "mean": [-16.525815963745117, -34.077781677246094, 55.33992004394531, 44.649776458740234, -0.6339218020439148, 6.867993354797363], "std": [4.577662467956543, 15.832250595092773, 11.778437614440918, 3.5617239475250244, 2.27337384223938, 7.048798561096191], "count": [440]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46504678104575164]], [[0.3733125265522876]], [[0.28562757557189544]]], "std": [[[0.2593851543822519]], [[0.20093173242745255]], [[0.13364270496399744]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.633333333333333], "mean": [7.3166666666666655], "std": [4.233891039378946], "count": [440]}, "frame_index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [440]}, "index": {"min": [0], "max": [439], "mean": [219.5], "std": [127.01673118136839], "count": [440]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [440]}}}
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": 440,
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
+ 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
+ "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": "Move white T shaped white object into the blue circle"}
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:e325d242d00b222cc14464f87be0cf99f7db43beb3631aeef4e4077b605947b8
3
+ size 5875994