aliberts HF staff commited on
Commit
4829c59
1 Parent(s): cf79dab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +130 -1
README.md CHANGED
@@ -4,5 +4,134 @@ task_categories:
4
  tags:
5
  - LeRobot
6
  ---
7
- This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  tags:
5
  - LeRobot
6
  ---
7
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
 
9
+ [meta/info.json](meta/info.json)
10
+ ```json
11
+ {
12
+ "codebase_version": "v2.0",
13
+ "data_path": "data/chunk-{episode_chunk:03d}/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
14
+ "robot_type": "unknown",
15
+ "total_episodes": 30,
16
+ "total_frames": 7150,
17
+ "total_tasks": 1,
18
+ "total_videos": 60,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 50,
22
+ "splits": {
23
+ "train": "0:30"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.cam_left",
31
+ "observation.images.cam_right"
32
+ ],
33
+ "image_keys": [],
34
+ "shapes": {
35
+ "observation.state": 19,
36
+ "action": 40,
37
+ "observation.images.cam_left": {
38
+ "width": 640,
39
+ "height": 360,
40
+ "channels": 3
41
+ },
42
+ "observation.images.cam_right": {
43
+ "width": 640,
44
+ "height": 360,
45
+ "channels": 3
46
+ }
47
+ },
48
+ "names": {
49
+ "observation.state": [
50
+ "motor_0",
51
+ "motor_1",
52
+ "motor_2",
53
+ "motor_3",
54
+ "motor_4",
55
+ "motor_5",
56
+ "motor_6",
57
+ "motor_7",
58
+ "motor_8",
59
+ "motor_9",
60
+ "motor_10",
61
+ "motor_11",
62
+ "motor_12",
63
+ "motor_13",
64
+ "motor_14",
65
+ "motor_15",
66
+ "motor_16",
67
+ "motor_17",
68
+ "motor_18"
69
+ ],
70
+ "action": [
71
+ "motor_0",
72
+ "motor_1",
73
+ "motor_2",
74
+ "motor_3",
75
+ "motor_4",
76
+ "motor_5",
77
+ "motor_6",
78
+ "motor_7",
79
+ "motor_8",
80
+ "motor_9",
81
+ "motor_10",
82
+ "motor_11",
83
+ "motor_12",
84
+ "motor_13",
85
+ "motor_14",
86
+ "motor_15",
87
+ "motor_16",
88
+ "motor_17",
89
+ "motor_18",
90
+ "motor_19",
91
+ "motor_20",
92
+ "motor_21",
93
+ "motor_22",
94
+ "motor_23",
95
+ "motor_24",
96
+ "motor_25",
97
+ "motor_26",
98
+ "motor_27",
99
+ "motor_28",
100
+ "motor_29",
101
+ "motor_30",
102
+ "motor_31",
103
+ "motor_32",
104
+ "motor_33",
105
+ "motor_34",
106
+ "motor_35",
107
+ "motor_36",
108
+ "motor_37",
109
+ "motor_38",
110
+ "motor_39"
111
+ ]
112
+ },
113
+ "videos": {
114
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
115
+ "observation.images.cam_left": {
116
+ "video.fps": 50.0,
117
+ "video.width": 640,
118
+ "video.height": 360,
119
+ "video.channels": 3,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "has_audio": false
124
+ },
125
+ "observation.images.cam_right": {
126
+ "video.fps": 50.0,
127
+ "video.width": 640,
128
+ "video.height": 360,
129
+ "video.channels": 3,
130
+ "video.codec": "av1",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "has_audio": false
134
+ }
135
+ }
136
+ }
137
+ ```