aliberts HF staff commited on
Commit
2d2df69
·
verified ·
1 Parent(s): b5f072c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +99 -1
README.md CHANGED
@@ -4,5 +4,103 @@ 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": 456,
16
+ "total_frames": 44875,
17
+ "total_tasks": 1,
18
+ "total_videos": 912,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 5,
22
+ "splits": {
23
+ "train": "0:456"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.image_additional_view",
31
+ "observation.images.image"
32
+ ],
33
+ "image_keys": [],
34
+ "shapes": {
35
+ "observation.state": 13,
36
+ "action": 15,
37
+ "observation.images.image_additional_view": {
38
+ "width": 128,
39
+ "height": 128,
40
+ "channels": 3
41
+ },
42
+ "observation.images.image": {
43
+ "width": 128,
44
+ "height": 128,
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
+ ],
64
+ "action": [
65
+ "motor_0",
66
+ "motor_1",
67
+ "motor_2",
68
+ "motor_3",
69
+ "motor_4",
70
+ "motor_5",
71
+ "motor_6",
72
+ "motor_7",
73
+ "motor_8",
74
+ "motor_9",
75
+ "motor_10",
76
+ "motor_11",
77
+ "motor_12",
78
+ "motor_13",
79
+ "motor_14"
80
+ ]
81
+ },
82
+ "videos": {
83
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
84
+ "observation.images.image_additional_view": {
85
+ "video.fps": 5.0,
86
+ "video.width": 128,
87
+ "video.height": 128,
88
+ "video.channels": 3,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "has_audio": false
93
+ },
94
+ "observation.images.image": {
95
+ "video.fps": 5.0,
96
+ "video.width": 128,
97
+ "video.height": 128,
98
+ "video.channels": 3,
99
+ "video.codec": "av1",
100
+ "video.pix_fmt": "yuv420p",
101
+ "video.is_depth_map": false,
102
+ "has_audio": false
103
+ }
104
+ }
105
+ }
106
+ ```