haduki33 commited on
Commit
30fee7b
·
verified ·
1 Parent(s): 0f5bb0d

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:2c33338809f909c075ab74955d71fcfe89e0101ac704a19a2d9c0ad112c9b749
3
+ size 71231
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["puting_Cube"], "length": 1154}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.593509674072266, -50.20379638671875, 15.543783187866211, 68.79978942871094, 8.526471138000488, 9.523262977600098], "max": [5.105452060699463, -12.25048828125, 34.195926666259766, 73.80367279052734, 14.375249862670898, 14.700834274291992], "mean": [-3.948118209838867, -28.482412338256836, 29.446365356445312, 71.26282501220703, 11.131967544555664, 11.45482063293457], "std": [3.7031164169311523, 8.694315910339355, 4.855818748474121, 1.082391619682312, 1.5440728664398193, 1.4182757139205933], "count": [1154]}, "observation.state": {"min": [-8.440840721130371, -98.15126037597656, 18.226600646972656, 57.521366119384766, 5.691879749298096, 4.677966117858887], "max": [4.902322292327881, -12.26890754699707, 98.29825592041016, 73.67521667480469, 14.039969444274902, 14.305085182189941], "mean": [-3.953826904296875, -28.154766082763672, 31.480215072631836, 71.21732330322266, 11.02001953125, 11.393086433410645], "std": [3.653575897216797, 10.29654598236084, 6.940249919891357, 1.3032962083816528, 1.5485327243804932, 1.436407208442688], "count": [1154]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8431372549019608]], [[0.8549019607843137]], [[0.8980392156862745]]], "mean": [[[0.6068909894329982]], [[0.6107747223466374]], [[0.5826890697057164]]], "std": [[[0.07712672525654517]], [[0.09105483198058476]], [[0.14279054290149548]]], "count": [197]}, "timestamp": {"min": [0.0], "max": [38.43333333333333], "mean": [19.216666666666665], "std": [11.104366008216967], "count": [1154]}, "frame_index": {"min": [0], "max": [1153], "mean": [576.5], "std": [333.13098024650907], "count": [1154]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1154]}, "index": {"min": [0], "max": [1153], "mean": [576.5], "std": [333.13098024650907], "count": [1154]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1154]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1154,
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": "puting_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:b5e420cc610c2b07febeab3e6157295d97e2382756ce80d28a86d758c28ae8fb
3
+ size 3032378