yusei926 commited on
Commit
8d0ca9f
·
verified ·
1 Parent(s): 688923e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -20
README.md CHANGED
@@ -4,9 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - robotics
8
- - lerobot
9
- - bridge_data_v2
10
  configs:
11
  - config_name: default
12
  data_files: data/*/*.parquet
@@ -28,16 +25,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
28
  ```json
29
  {
30
  "codebase_version": "v3.0",
31
- "robot_type": null,
32
- "total_episodes": 60064,
33
- "total_frames": 2255591,
34
- "total_tasks": 22199,
35
  "chunks_size": 1000,
36
  "data_files_size_in_mb": 100,
37
  "video_files_size_in_mb": 200,
38
- "fps": 5,
39
  "splits": {
40
- "train": "0:60064"
41
  },
42
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
@@ -46,22 +43,22 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
46
  "dtype": "video",
47
  "shape": [
48
  256,
49
- 256,
50
  3
51
  ],
52
  "names": [
53
  "height",
54
  "width",
55
- "channel"
56
  ],
57
  "info": {
 
58
  "video.height": 256,
59
- "video.width": 256,
 
60
  "video.codec": "av1",
61
  "video.pix_fmt": "yuv420p",
62
  "video.is_depth_map": false,
63
- "video.fps": 5,
64
- "video.channels": 3,
65
  "has_audio": false
66
  }
67
  },
@@ -70,18 +67,36 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
70
  "shape": [
71
  7
72
  ],
73
- "names": [
74
- "state_dim"
75
- ]
 
 
 
 
 
 
 
 
 
76
  },
77
  "action": {
78
  "dtype": "float32",
79
  "shape": [
80
  7
81
  ],
82
- "names": [
83
- "action_dim"
84
- ]
 
 
 
 
 
 
 
 
 
85
  },
86
  "timestamp": {
87
  "dtype": "float32",
 
4
  - robotics
5
  tags:
6
  - LeRobot
 
 
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
25
  ```json
26
  {
27
  "codebase_version": "v3.0",
28
+ "robot_type": "google_robot",
29
+ "total_episodes": 87212,
30
+ "total_frames": 3786400,
31
+ "total_tasks": 599,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 200,
35
+ "fps": 3,
36
  "splits": {
37
+ "train": "0:87212"
38
  },
39
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
43
  "dtype": "video",
44
  "shape": [
45
  256,
46
+ 320,
47
  3
48
  ],
49
  "names": [
50
  "height",
51
  "width",
52
+ "rgb"
53
  ],
54
  "info": {
55
+ "video.fps": 3.0,
56
  "video.height": 256,
57
+ "video.width": 320,
58
+ "video.channels": 3,
59
  "video.codec": "av1",
60
  "video.pix_fmt": "yuv420p",
61
  "video.is_depth_map": false,
 
 
62
  "has_audio": false
63
  }
64
  },
 
67
  "shape": [
68
  7
69
  ],
70
+ "names": {
71
+ "motors": [
72
+ "x",
73
+ "y",
74
+ "z",
75
+ "roll",
76
+ "pitch",
77
+ "yaw",
78
+ "gripper"
79
+ ]
80
+ },
81
+ "fps": 3
82
  },
83
  "action": {
84
  "dtype": "float32",
85
  "shape": [
86
  7
87
  ],
88
+ "names": {
89
+ "motors": [
90
+ "x",
91
+ "y",
92
+ "z",
93
+ "roll",
94
+ "pitch",
95
+ "yaw",
96
+ "gripper"
97
+ ]
98
+ },
99
+ "fps": 3
100
  },
101
  "timestamp": {
102
  "dtype": "float32",