Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aliberts HF staff commited on
Commit
cfc8da9
·
verified ·
1 Parent(s): f54a234

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +101 -1
README.md CHANGED
@@ -4,5 +4,105 @@ 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": 100,
16
+ "total_frames": 32212,
17
+ "total_tasks": 47,
18
+ "total_videos": 300,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 15,
22
+ "splits": {
23
+ "train": "0:100"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.exterior_image_1_left",
31
+ "observation.images.exterior_image_2_left",
32
+ "observation.images.wrist_image_left"
33
+ ],
34
+ "image_keys": [],
35
+ "shapes": {
36
+ "observation.state": 7,
37
+ "action": 7,
38
+ "observation.images.exterior_image_1_left": {
39
+ "width": 320,
40
+ "height": 180,
41
+ "channels": 3
42
+ },
43
+ "observation.images.exterior_image_2_left": {
44
+ "width": 320,
45
+ "height": 180,
46
+ "channels": 3
47
+ },
48
+ "observation.images.wrist_image_left": {
49
+ "width": 320,
50
+ "height": 180,
51
+ "channels": 3
52
+ }
53
+ },
54
+ "names": {
55
+ "observation.state": [
56
+ "motor_0",
57
+ "motor_1",
58
+ "motor_2",
59
+ "motor_3",
60
+ "motor_4",
61
+ "motor_5",
62
+ "motor_6"
63
+ ],
64
+ "action": [
65
+ "motor_0",
66
+ "motor_1",
67
+ "motor_2",
68
+ "motor_3",
69
+ "motor_4",
70
+ "motor_5",
71
+ "motor_6"
72
+ ]
73
+ },
74
+ "videos": {
75
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
76
+ "observation.images.exterior_image_1_left": {
77
+ "video.fps": 15.0,
78
+ "video.width": 320,
79
+ "video.height": 180,
80
+ "video.channels": 3,
81
+ "video.codec": "av1",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.is_depth_map": false,
84
+ "has_audio": false
85
+ },
86
+ "observation.images.exterior_image_2_left": {
87
+ "video.fps": 15.0,
88
+ "video.width": 320,
89
+ "video.height": 180,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ },
96
+ "observation.images.wrist_image_left": {
97
+ "video.fps": 15.0,
98
+ "video.width": 320,
99
+ "video.height": 180,
100
+ "video.channels": 3,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "has_audio": false
105
+ }
106
+ }
107
+ }
108
+ ```