WillMandil001 commited on
Commit
62df39d
·
verified ·
1 Parent(s): 3d6968e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -41
README.md CHANGED
@@ -31,7 +31,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
31
  "codebase_version": "v3.0",
32
  "robot_type": "panda",
33
  "total_episodes": 200,
34
- "total_frames": 4969,
35
  "total_tasks": 1,
36
  "chunks_size": 1000,
37
  "data_files_size_in_mb": 100,
@@ -41,10 +41,10 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
41
  "train": "0:200"
42
  },
43
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
- "video_path": null,
45
  "features": {
46
  "observation.images.image": {
47
- "dtype": "image",
48
  "shape": [
49
  256,
50
  256,
@@ -54,16 +54,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
54
  "height",
55
  "width",
56
  "channel"
57
- ]
58
- },
59
- "raw_action": {
60
- "dtype": "float32",
61
- "shape": [
62
- 8
63
  ],
64
- "names": [
65
- "x,y,z, rx,ry,rz,rw"
66
- ]
 
 
 
 
 
 
 
67
  },
68
  "timestamp": {
69
  "dtype": "float32",
@@ -106,7 +107,14 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
106
  8
107
  ],
108
  "names": [
109
- "x,y,z, r,p,y, left_finger, right_finger"
 
 
 
 
 
 
 
110
  ]
111
  },
112
  "action": {
@@ -115,34 +123,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
115
  7
116
  ],
117
  "names": [
118
- "x,y,z, roll,pitch,yaw, gripper"
119
- ]
120
- },
121
- "observation.direct_obs": {
122
- "dtype": "float32",
123
- "shape": [
124
- 24
125
- ],
126
- "names": [
127
- "direct_obs"
128
- ]
129
- },
130
- "observation.privileged_obs": {
131
- "dtype": "float32",
132
- "shape": [
133
- 136
134
- ],
135
- "names": [
136
- "privileged_obs"
137
- ]
138
- },
139
- "observation.latent_encoding": {
140
- "dtype": "float32",
141
- "shape": [
142
- 10
143
- ],
144
- "names": [
145
- "latent_encoding"
146
  ]
147
  }
148
  }
 
31
  "codebase_version": "v3.0",
32
  "robot_type": "panda",
33
  "total_episodes": 200,
34
+ "total_frames": 4563,
35
  "total_tasks": 1,
36
  "chunks_size": 1000,
37
  "data_files_size_in_mb": 100,
 
41
  "train": "0:200"
42
  },
43
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
45
  "features": {
46
  "observation.images.image": {
47
+ "dtype": "video",
48
  "shape": [
49
  256,
50
  256,
 
54
  "height",
55
  "width",
56
  "channel"
 
 
 
 
 
 
57
  ],
58
+ "info": {
59
+ "video.height": 256,
60
+ "video.width": 256,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 20,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
  },
69
  "timestamp": {
70
  "dtype": "float32",
 
107
  8
108
  ],
109
  "names": [
110
+ "x",
111
+ "y",
112
+ "z",
113
+ "roll",
114
+ "pitch",
115
+ "yaw",
116
+ "left_finger",
117
+ "right_finger"
118
  ]
119
  },
120
  "action": {
 
123
  7
124
  ],
125
  "names": [
126
+ "x",
127
+ "y",
128
+ "z",
129
+ "roll",
130
+ "pitch",
131
+ "yaw",
132
+ "gripper"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  ]
134
  }
135
  }