aliberts HF staff commited on
Commit
1d5d5fc
1 Parent(s): 84978ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +102 -1
README.md CHANGED
@@ -4,5 +4,106 @@ 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": 102,
16
+ "total_frames": 7490,
17
+ "total_tasks": 1,
18
+ "total_videos": 306,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 10,
22
+ "splits": {
23
+ "train": "0:102"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.hand_image",
31
+ "observation.images.image2",
32
+ "observation.images.image"
33
+ ],
34
+ "image_keys": [],
35
+ "shapes": {
36
+ "observation.state": 8,
37
+ "action": 7,
38
+ "observation.images.hand_image": {
39
+ "width": 224,
40
+ "height": 224,
41
+ "channels": 3
42
+ },
43
+ "observation.images.image2": {
44
+ "width": 224,
45
+ "height": 224,
46
+ "channels": 3
47
+ },
48
+ "observation.images.image": {
49
+ "width": 224,
50
+ "height": 224,
51
+ "channels": 3
52
+ }
53
+ },
54
+ "names": {
55
+ "observation.state": [
56
+ "motor_0",
57
+ "motor_1",
58
+ "motor_2",
59
+ "motor_3",
60
+ "motor_4",
61
+ "motor_5",
62
+ "motor_6",
63
+ "motor_7"
64
+ ],
65
+ "action": [
66
+ "motor_0",
67
+ "motor_1",
68
+ "motor_2",
69
+ "motor_3",
70
+ "motor_4",
71
+ "motor_5",
72
+ "motor_6"
73
+ ]
74
+ },
75
+ "videos": {
76
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
77
+ "observation.images.hand_image": {
78
+ "video.fps": 10.0,
79
+ "video.width": 224,
80
+ "video.height": 224,
81
+ "video.channels": 3,
82
+ "video.codec": "av1",
83
+ "video.pix_fmt": "yuv420p",
84
+ "video.is_depth_map": false,
85
+ "has_audio": false
86
+ },
87
+ "observation.images.image2": {
88
+ "video.fps": 10.0,
89
+ "video.width": 224,
90
+ "video.height": 224,
91
+ "video.channels": 3,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "has_audio": false
96
+ },
97
+ "observation.images.image": {
98
+ "video.fps": 10.0,
99
+ "video.width": 224,
100
+ "video.height": 224,
101
+ "video.channels": 3,
102
+ "video.codec": "av1",
103
+ "video.pix_fmt": "yuv420p",
104
+ "video.is_depth_map": false,
105
+ "has_audio": false
106
+ }
107
+ }
108
+ }
109
+ ```