aliberts HF staff commited on
Commit
4d36b25
1 Parent(s): fd6ea61

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +80 -1
README.md CHANGED
@@ -4,5 +4,84 @@ 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": 170,
16
+ "total_frames": 7148,
17
+ "total_tasks": 17,
18
+ "total_videos": 340,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 5,
22
+ "splits": {
23
+ "train": "0:170"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.image",
31
+ "observation.images.wrist_image"
32
+ ],
33
+ "image_keys": [],
34
+ "shapes": {
35
+ "observation.state": 1,
36
+ "action": 8,
37
+ "observation.images.image": {
38
+ "width": 64,
39
+ "height": 64,
40
+ "channels": 3
41
+ },
42
+ "observation.images.wrist_image": {
43
+ "width": 64,
44
+ "height": 64,
45
+ "channels": 3
46
+ }
47
+ },
48
+ "names": {
49
+ "observation.state": [
50
+ "motor_0"
51
+ ],
52
+ "action": [
53
+ "motor_0",
54
+ "motor_1",
55
+ "motor_2",
56
+ "motor_3",
57
+ "motor_4",
58
+ "motor_5",
59
+ "motor_6",
60
+ "motor_7"
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": 5.0,
67
+ "video.width": 64,
68
+ "video.height": 64,
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
+ "observation.images.wrist_image": {
76
+ "video.fps": 5.0,
77
+ "video.width": 64,
78
+ "video.height": 64,
79
+ "video.channels": 3,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "has_audio": false
84
+ }
85
+ }
86
+ }
87
+ ```