io-ai-data commited on
Commit
b489bbb
·
verified ·
1 Parent(s): 130ba17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -16
README.md CHANGED
@@ -8,13 +8,16 @@ tags:
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
 
 
 
11
  ---
12
 
13
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
 
15
  ## Dataset Description
16
 
17
- - **Homepage:** https://io-ai.tech
18
  - **License:** apache-2.0
19
 
20
  ## Dataset Structure
@@ -24,50 +27,90 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  {
25
  "codebase_version": "v2.1",
26
  "robot_type": "custom_arm",
27
- "total_episodes": 20,
28
- "total_frames": 5134,
29
- "total_tasks": 20,
30
- "total_videos": 0,
31
- "total_chunks": 1,
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
- "train": "0:20"
36
  },
37
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
38
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
39
  "features": {
40
  "observation.images.camera_01": {
41
- "dtype": "image",
42
  "shape": [
43
  480,
44
  640,
45
  3
46
- ]
 
 
 
 
 
 
 
 
 
 
47
  },
48
  "observation.images.camera_02": {
49
- "dtype": "image",
50
  "shape": [
51
  480,
52
  640,
53
  3
54
- ]
 
 
 
 
 
 
 
 
 
 
55
  },
56
  "observation.images.camera_03": {
57
- "dtype": "image",
58
  "shape": [
59
  480,
60
  640,
61
  3
62
- ]
 
 
 
 
 
 
 
 
 
 
63
  },
64
  "observation.images.camera_04": {
65
- "dtype": "image",
66
  "shape": [
67
  480,
68
  640,
69
  3
70
- ]
 
 
 
 
 
 
 
 
 
 
71
  },
72
  "observation.state": {
73
  "dtype": "float64",
 
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
11
+ language:
12
+ - en
13
+ - zh
14
  ---
15
 
16
+ The dataset was collected and open-sourced by [IO Intelligence](https://io-ai.tech), and exported in the [LeRobot](https://github.com/huggingface/lerobot) format provided by the [IO Data Platform](https://io-ai.tech/platform/guides/).
17
 
18
  ## Dataset Description
19
 
20
+ - **Homepage:** [io-ai.tech](https://io-ai.tech)
21
  - **License:** apache-2.0
22
 
23
  ## Dataset Structure
 
27
  {
28
  "codebase_version": "v2.1",
29
  "robot_type": "custom_arm",
30
+ "total_episodes": 1099,
31
+ "total_frames": 246816,
32
+ "total_tasks": 323,
33
+ "total_videos": 4396,
34
+ "total_chunks": 2,
35
  "chunks_size": 1000,
36
  "fps": 30,
37
  "splits": {
38
+ "train": "0:1099"
39
  },
40
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
  "features": {
43
  "observation.images.camera_01": {
44
+ "dtype": "video",
45
  "shape": [
46
  480,
47
  640,
48
  3
49
+ ],
50
+ "info": {
51
+ "video.height": 480,
52
+ "video.width": 640,
53
+ "video.codec": "av1",
54
+ "video.pix_fmt": "yuv420p",
55
+ "video.is_depth_map": false,
56
+ "video.fps": 30,
57
+ "video.channels": 3,
58
+ "has_audio": false
59
+ }
60
  },
61
  "observation.images.camera_02": {
62
+ "dtype": "video",
63
  "shape": [
64
  480,
65
  640,
66
  3
67
+ ],
68
+ "info": {
69
+ "video.height": 480,
70
+ "video.width": 640,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "video.fps": 30,
75
+ "video.channels": 3,
76
+ "has_audio": false
77
+ }
78
  },
79
  "observation.images.camera_03": {
80
+ "dtype": "video",
81
  "shape": [
82
  480,
83
  640,
84
  3
85
+ ],
86
+ "info": {
87
+ "video.height": 480,
88
+ "video.width": 640,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 30,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
  },
97
  "observation.images.camera_04": {
98
+ "dtype": "video",
99
  "shape": [
100
  480,
101
  640,
102
  3
103
+ ],
104
+ "info": {
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.codec": "av1",
108
+ "video.pix_fmt": "yuv420p",
109
+ "video.is_depth_map": false,
110
+ "video.fps": 30,
111
+ "video.channels": 3,
112
+ "has_audio": false
113
+ }
114
  },
115
  "observation.state": {
116
  "dtype": "float64",