Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aliberts HF staff commited on
Commit
b1cc248
1 Parent(s): be0df22

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +113 -1
README.md CHANGED
@@ -4,5 +4,117 @@ 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": 20,
16
+ "total_frames": 22937,
17
+ "total_tasks": 20,
18
+ "total_videos": 40,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 5,
22
+ "splits": {
23
+ "train": "0:20"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.wrist_image",
31
+ "observation.images.image"
32
+ ],
33
+ "image_keys": [],
34
+ "shapes": {
35
+ "observation.state": 30,
36
+ "action": 12,
37
+ "observation.images.wrist_image": {
38
+ "width": 64,
39
+ "height": 64,
40
+ "channels": 3
41
+ },
42
+ "observation.images.image": {
43
+ "width": 64,
44
+ "height": 64,
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
+ "motor_19",
70
+ "motor_20",
71
+ "motor_21",
72
+ "motor_22",
73
+ "motor_23",
74
+ "motor_24",
75
+ "motor_25",
76
+ "motor_26",
77
+ "motor_27",
78
+ "motor_28",
79
+ "motor_29"
80
+ ],
81
+ "action": [
82
+ "motor_0",
83
+ "motor_1",
84
+ "motor_2",
85
+ "motor_3",
86
+ "motor_4",
87
+ "motor_5",
88
+ "motor_6",
89
+ "motor_7",
90
+ "motor_8",
91
+ "motor_9",
92
+ "motor_10",
93
+ "motor_11"
94
+ ]
95
+ },
96
+ "videos": {
97
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
98
+ "observation.images.wrist_image": {
99
+ "video.fps": 5.0,
100
+ "video.width": 64,
101
+ "video.height": 64,
102
+ "video.channels": 3,
103
+ "video.codec": "av1",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "has_audio": false
107
+ },
108
+ "observation.images.image": {
109
+ "video.fps": 5.0,
110
+ "video.width": 64,
111
+ "video.height": 64,
112
+ "video.channels": 3,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "has_audio": false
117
+ }
118
+ }
119
+ }
120
+ ```