Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aliberts HF staff commited on
Commit
7d9f3b3
1 Parent(s): dcc7ac5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -4,5 +4,74 @@ 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": 2955,
16
+ "total_frames": 241059,
17
+ "total_tasks": 1,
18
+ "total_videos": 2955,
19
+ "total_chunks": 3,
20
+ "chunks_size": 1000,
21
+ "fps": 10,
22
+ "splits": {
23
+ "train": "0:2955"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.image"
31
+ ],
32
+ "image_keys": [],
33
+ "shapes": {
34
+ "observation.state": 8,
35
+ "action": 7,
36
+ "observation.images.image": {
37
+ "width": 160,
38
+ "height": 120,
39
+ "channels": 3
40
+ }
41
+ },
42
+ "names": {
43
+ "observation.state": [
44
+ "motor_0",
45
+ "motor_1",
46
+ "motor_2",
47
+ "motor_3",
48
+ "motor_4",
49
+ "motor_5",
50
+ "motor_6",
51
+ "motor_7"
52
+ ],
53
+ "action": [
54
+ "motor_0",
55
+ "motor_1",
56
+ "motor_2",
57
+ "motor_3",
58
+ "motor_4",
59
+ "motor_5",
60
+ "motor_6"
61
+ ]
62
+ },
63
+ "videos": {
64
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
65
+ "observation.images.image": {
66
+ "video.fps": 10.0,
67
+ "video.width": 160,
68
+ "video.height": 120,
69
+ "video.channels": 3,
70
+ "video.codec": "av1",
71
+ "video.pix_fmt": "yuv420p",
72
+ "video.is_depth_map": false,
73
+ "has_audio": false
74
+ }
75
+ }
76
+ }
77
+ ```