Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -161,7 +161,7 @@ static_pcd: point cloud from the static camera view, shape: (200, 200, 3)
|
|
| 161 |
static_rgb: RGB image from the static camera view, shape: (200, 200, 3)
|
| 162 |
gripper_pcd: point cloud from the wrist camera view, shape: (84, 84, 3)
|
| 163 |
gripper_rgb: RGB image from the wrist camera view, shape: (84, 84, 3)
|
| 164 |
-
annotation_id: episode annotation identifier
|
| 165 |
```
|
| 166 |
|
| 167 |
**Note:** `static_cam_ex_mat` and `gripper_cam_ex_mat` are deprecated and are no longer used in the current pipeline.
|
|
|
|
| 161 |
static_rgb: RGB image from the static camera view, shape: (200, 200, 3)
|
| 162 |
gripper_pcd: point cloud from the wrist camera view, shape: (84, 84, 3)
|
| 163 |
gripper_rgb: RGB image from the wrist camera view, shape: (84, 84, 3)
|
| 164 |
+
annotation_id: episode annotation identifier, type: int
|
| 165 |
```
|
| 166 |
|
| 167 |
**Note:** `static_cam_ex_mat` and `gripper_cam_ex_mat` are deprecated and are no longer used in the current pipeline.
|