Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ gelsight_youngs_modulus_dataset
|
|
36 |
βββ {object_name}
|
37 |
βββ metadata.json
|
38 |
βββ grasp={grasp_number}
|
39 |
-
βββ augmentation={
|
40 |
βββ RGB.pkl
|
41 |
βββ depth.pkl
|
42 |
βββ RGB_markers.pkl
|
@@ -62,10 +62,10 @@ metadata = {
|
|
62 |
```
|
63 |
|
64 |
In the AUGMENTATION_NUMBER folder, data is provided in .pkl files. You will find the following named conventions...
|
65 |
-
- Tactile RGB images (without markers): `RGB.pkl`
|
66 |
-
- Tactile depth images (without markers): `depth.pkl`
|
67 |
-
- Tactile RGB images (with markers): `RGB_markers.pkl`
|
68 |
-
- Tactile depth images (with markers): `depth_markers.pkl`
|
69 |
- Sampled grasping contact forces: `forces.pkl`
|
70 |
- Sampled gripper widths: `widths.pkl`
|
71 |
- Elastic analytical model estimate: `elastic_estimate.pkl`
|
|
|
36 |
βββ {object_name}
|
37 |
βββ metadata.json
|
38 |
βββ grasp={grasp_number}
|
39 |
+
βββ augmentation={augmentation_number}
|
40 |
βββ RGB.pkl
|
41 |
βββ depth.pkl
|
42 |
βββ RGB_markers.pkl
|
|
|
62 |
```
|
63 |
|
64 |
In the AUGMENTATION_NUMBER folder, data is provided in .pkl files. You will find the following named conventions...
|
65 |
+
- Tactile RGB images (3 images, without markers): `RGB.pkl`
|
66 |
+
- Tactile depth images (3 images, without markers): `depth.pkl`
|
67 |
+
- Tactile RGB images (3 images, with markers): `RGB_markers.pkl`
|
68 |
+
- Tactile depth images (3 images, with markers): `depth_markers.pkl`
|
69 |
- Sampled grasping contact forces: `forces.pkl`
|
70 |
- Sampled gripper widths: `widths.pkl`
|
71 |
- Elastic analytical model estimate: `elastic_estimate.pkl`
|