mburgjr commited on
Commit
e02e902
1 Parent(s): d92a001

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -25,4 +25,20 @@ Dataset of tactile images collected over grasping common objects labelled with t
25
  Associated code is available [HERE](https://github.com/GelSight-lab/EstimateModulus/tree/main).
26
 
27
  Dataset Organization
28
- ---------------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  Associated code is available [HERE](https://github.com/GelSight-lab/EstimateModulus/tree/main).
26
 
27
  Dataset Organization
28
+ ---------------
29
+
30
+ Data is split into folder using the following structure...
31
+
32
+ /OBJECT_NAME/GRASP_NUMBER/AUGMENTATION_NUMBER/___.pkl
33
+
34
+ Each object is grasped a number of times, and each of these grasps is downsampled to 3 frames and shifted to create different data augmentations of the same grasp.
35
+
36
+ In the OBJECT_NAME folder, metadata for each object is provided in a .json file, including the object's shape, material, and Young's Modulus.
37
+
38
+ In the AUGMENTATION_NUMBER folder, data is provided in .pkl files. You will find the following named conventions...
39
+ - Tactile RGB images (without markers): _diff.pkl
40
+ - Tactile depth images (without markers): _depth.pkl
41
+ - Tactile RGB images (with markers): _diff_markers.pkl
42
+ - Tactile depth images (with markers): _depth_markers.pkl
43
+ - Sampled grasping contact forces: _forces.pkl
44
+ - Sampled gripper widths: _widths.pkl