aliberts HF staff commited on
Commit
1e00e98
·
verified ·
1 Parent(s): 26441c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +84 -1
README.md CHANGED
@@ -4,5 +4,88 @@ 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": 150,
16
+ "total_frames": 3970,
17
+ "total_tasks": 8,
18
+ "total_videos": 150,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 5,
22
+ "splits": {
23
+ "train": "0:150"
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": 21,
35
+ "action": 8,
36
+ "observation.images.image": {
37
+ "width": 640,
38
+ "height": 480,
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
+ "motor_8",
53
+ "motor_9",
54
+ "motor_10",
55
+ "motor_11",
56
+ "motor_12",
57
+ "motor_13",
58
+ "motor_14",
59
+ "motor_15",
60
+ "motor_16",
61
+ "motor_17",
62
+ "motor_18",
63
+ "motor_19",
64
+ "motor_20"
65
+ ],
66
+ "action": [
67
+ "motor_0",
68
+ "motor_1",
69
+ "motor_2",
70
+ "motor_3",
71
+ "motor_4",
72
+ "motor_5",
73
+ "motor_6",
74
+ "motor_7"
75
+ ]
76
+ },
77
+ "videos": {
78
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
79
+ "observation.images.image": {
80
+ "video.fps": 5.0,
81
+ "video.width": 640,
82
+ "video.height": 480,
83
+ "video.channels": 3,
84
+ "video.codec": "av1",
85
+ "video.pix_fmt": "yuv420p",
86
+ "video.is_depth_map": false,
87
+ "has_audio": false
88
+ }
89
+ }
90
+ }
91
+ ```