Luca15095 commited on
Commit
7994484
·
verified ·
1 Parent(s): 58fc646

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ ---
6
+ {
7
+ "codebase_version": "v3.0",
8
+ "robot_type": "so101_follower",
9
+ "total_episodes": 33,
10
+ "total_frames": 36513,
11
+ "total_tasks": 1,
12
+ "chunks_size": 1000,
13
+ "data_files_size_in_mb": 100,
14
+ "video_files_size_in_mb": 500,
15
+ "fps": 30,
16
+ "splits": {
17
+ "train": "0:33"
18
+ },
19
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
20
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
21
+ "features": {
22
+ "action": {
23
+ "dtype": "float32",
24
+ "names": [
25
+ "shoulder_pan.pos",
26
+ "shoulder_lift.pos",
27
+ "elbow_flex.pos",
28
+ "wrist_flex.pos",
29
+ "wrist_roll.pos",
30
+ "gripper.pos"
31
+ ],
32
+ "shape": [
33
+ 6
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "dtype": "float32",
38
+ "names": [
39
+ "shoulder_pan.pos",
40
+ "shoulder_lift.pos",
41
+ "elbow_flex.pos",
42
+ "wrist_flex.pos",
43
+ "wrist_roll.pos",
44
+ "gripper.pos"
45
+ ],
46
+ "shape": [
47
+ 6
48
+ ]
49
+ },
50
+ "observation.images.front": {
51
+ "dtype": "video",
52
+ "shape": [
53
+ 1080,
54
+ 1920,
55
+ 3
56
+ ],
57
+ "names": [
58
+ "height",
59
+ "width",
60
+ "channels"
61
+ ],
62
+ "info": {
63
+ "video.height": 1080,
64
+ "video.width": 1920,
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "video.fps": 30,
69
+ "video.channels": 3,
70
+ "has_audio": false
71
+ }
72
+ },
73
+ "observation.images.top": {
74
+ "dtype": "video",
75
+ "shape": [
76
+ 1080,
77
+ 1920,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channels"
84
+ ],
85
+ "info": {
86
+ "video.height": 1080,
87
+ "video.width": 1920,
88
+ "video.codec": "av1",
89
+ "video.pix_fmt": "yuv420p",
90
+ "video.is_depth_map": false,
91
+ "video.fps": 30,
92
+ "video.channels": 3,
93
+ "has_audio": false
94
+ }
95
+ },
96
+ "timestamp": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "frame_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "episode_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "task_index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ }
131
+ }
132
+ }