ethanCSL commited on
Commit
f827b27
·
verified ·
1 Parent(s): f6b2c4f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -25
README.md CHANGED
@@ -11,6 +11,13 @@ configs:
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
 
 
 
 
 
 
14
  ## Dataset Description
15
 
16
 
@@ -24,50 +31,93 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
- "robot_type": "koch_follower",
29
- "total_episodes": 3,
30
- "total_frames": 1780,
31
  "total_tasks": 1,
32
- "total_videos": 6,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
 
 
35
  "fps": 30,
36
  "splits": {
37
- "train": "0:3"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
44
  "shape": [
45
- 6
46
  ],
47
  "names": [
48
- "shoulder_pan.pos",
49
- "shoulder_lift.pos",
50
- "elbow_flex.pos",
51
- "wrist_flex.pos",
52
- "wrist_roll.pos",
53
- "gripper.pos"
 
 
 
 
 
 
 
 
 
 
54
  ]
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
58
  "shape": [
59
- 6
60
  ],
61
  "names": [
62
- "shoulder_pan.pos",
63
- "shoulder_lift.pos",
64
- "elbow_flex.pos",
65
- "wrist_flex.pos",
66
- "wrist_roll.pos",
67
- "gripper.pos"
 
 
 
 
 
 
 
 
 
 
68
  ]
69
  },
70
- "observation.images.front": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  "dtype": "video",
72
  "shape": [
73
  480,
@@ -90,7 +140,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
90
  "has_audio": false
91
  }
92
  },
93
- "observation.images.top": {
94
  "dtype": "video",
95
  "shape": [
96
  480,
 
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=ethanCSL/test">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
  ## Dataset Description
22
 
23
 
 
31
  [meta/info.json](meta/info.json):
32
  ```json
33
  {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "umeow_openarm_follower",
36
+ "total_episodes": 1,
37
+ "total_frames": 106,
38
  "total_tasks": 1,
 
 
39
  "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
  "fps": 30,
43
  "splits": {
44
+ "train": "0:1"
45
  },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
  "features": {
49
  "action": {
50
  "dtype": "float32",
51
  "shape": [
52
+ 16
53
  ],
54
  "names": [
55
+ "RJ1.pos",
56
+ "LJ1.pos",
57
+ "RJ2.pos",
58
+ "LJ2.pos",
59
+ "RJ3.pos",
60
+ "LJ3.pos",
61
+ "RJ4.pos",
62
+ "LJ4.pos",
63
+ "RJ5.pos",
64
+ "LJ5.pos",
65
+ "RJ6.pos",
66
+ "LJ6.pos",
67
+ "RJ7.pos",
68
+ "LJ7.pos",
69
+ "RJ8.pos",
70
+ "LJ8.pos"
71
  ]
72
  },
73
  "observation.state": {
74
  "dtype": "float32",
75
  "shape": [
76
+ 16
77
  ],
78
  "names": [
79
+ "RJ1.pos",
80
+ "LJ1.pos",
81
+ "RJ2.pos",
82
+ "LJ2.pos",
83
+ "RJ3.pos",
84
+ "LJ3.pos",
85
+ "RJ4.pos",
86
+ "LJ4.pos",
87
+ "RJ5.pos",
88
+ "LJ5.pos",
89
+ "RJ6.pos",
90
+ "LJ6.pos",
91
+ "RJ7.pos",
92
+ "LJ7.pos",
93
+ "RJ8.pos",
94
+ "LJ8.pos"
95
  ]
96
  },
97
+ "observation.images.right_camera": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.height": 480,
111
+ "video.width": 640,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 30,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.left_camera": {
121
  "dtype": "video",
122
  "shape": [
123
  480,
 
140
  "has_audio": false
141
  }
142
  },
143
+ "observation.images.body_camera": {
144
  "dtype": "video",
145
  "shape": [
146
  480,