aliberts HF staff commited on
Commit
50bdb0a
·
verified ·
1 Parent(s): c21a2b3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +66 -1
README.md CHANGED
@@ -4,5 +4,70 @@ 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/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
14
+ "robot_type": "unknown",
15
+ "total_episodes": 110,
16
+ "total_frames": 26113,
17
+ "total_tasks": 216,
18
+ "fps": 5,
19
+ "splits": {
20
+ "train": "0:110"
21
+ },
22
+ "keys": [
23
+ "observation.state",
24
+ "action"
25
+ ],
26
+ "video_keys": [
27
+ "observation.images.image"
28
+ ],
29
+ "image_keys": [],
30
+ "shapes": {
31
+ "observation.state": 7,
32
+ "action": 7,
33
+ "observation.images.image": {
34
+ "width": 224,
35
+ "height": 224,
36
+ "channels": 3
37
+ }
38
+ },
39
+ "names": {
40
+ "observation.state": [
41
+ "motor_0",
42
+ "motor_1",
43
+ "motor_2",
44
+ "motor_3",
45
+ "motor_4",
46
+ "motor_5",
47
+ "motor_6"
48
+ ],
49
+ "action": [
50
+ "motor_0",
51
+ "motor_1",
52
+ "motor_2",
53
+ "motor_3",
54
+ "motor_4",
55
+ "motor_5",
56
+ "motor_6"
57
+ ]
58
+ },
59
+ "videos": {
60
+ "videos_path": "videos/{video_key}_episode_{episode_index:06d}.mp4",
61
+ "observation.images.image": {
62
+ "video.fps": 5.0,
63
+ "video.width": 224,
64
+ "video.height": 224,
65
+ "video.channels": 3,
66
+ "video.codec": "av1",
67
+ "video.pix_fmt": "yuv420p",
68
+ "video.is_depth_map": false,
69
+ "has_audio": false
70
+ }
71
+ }
72
+ }
73
+ ```