mburgjr commited on
Commit
6b8c191
1 Parent(s): e02e902

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -35,6 +35,17 @@ Each object is grasped a number of times, and each of these grasps is downsample
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
 
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
+ object_metadata = {
39
+ 'object_name' : None,
40
+ 'youngs_modulus' : None,
41
+ 'material' : None,
42
+ 'shape' : None,
43
+ 'shore_00_hardness' : None,
44
+ 'shore_A_hardness' : None,
45
+ 'shore_D_hardness' : None,
46
+ 'used_in_training' : False
47
+ }
48
+
49
  In the AUGMENTATION_NUMBER folder, data is provided in .pkl files. You will find the following named conventions...
50
  - Tactile RGB images (without markers): _diff.pkl
51
  - Tactile depth images (without markers): _depth.pkl