aliberts HF staff commited on
Commit
33e51e5
1 Parent(s): 01a9f8f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
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": 3000,
16
+ "total_frames": 149985,
17
+ "total_tasks": 1,
18
+ "total_videos": 3000,
19
+ "total_chunks": 4,
20
+ "chunks_size": 1000,
21
+ "fps": 20,
22
+ "splits": {
23
+ "train": "0:3000"
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": 7,
35
+ "action": 7,
36
+ "observation.images.image": {
37
+ "width": 128,
38
+ "height": 128,
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
+ ],
52
+ "action": [
53
+ "motor_0",
54
+ "motor_1",
55
+ "motor_2",
56
+ "motor_3",
57
+ "motor_4",
58
+ "motor_5",
59
+ "motor_6"
60
+ ]
61
+ },
62
+ "videos": {
63
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/{video_key}_episode_{episode_index:06d}.mp4",
64
+ "observation.images.image": {
65
+ "video.fps": 20.0,
66
+ "video.width": 128,
67
+ "video.height": 128,
68
+ "video.channels": 3,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "has_audio": false
73
+ }
74
+ }
75
+ }
76
+ ```