--- license: mit language: - en tags: - code - robotics - manipulation - modulus - youngs - youngs modulus - compliance - hardness - tactile - tactile sensing - robotic manipulation - gelsight --- GelSight Young's Modulus Dataset ============== Dataset of tactile images collected over grasping common objects labelled with the objects' Young's Moduli. All images are collected using GelSight Wedges, both with and without displacement markers. Associated code is available [HERE](https://github.com/GelSight-lab/EstimateModulus/tree/main). Dataset Organization --------------- Data is split into folder using the following structure... /OBJECT_NAME/GRASP_NUMBER/AUGMENTATION_NUMBER/___.pkl 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. 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. In the AUGMENTATION_NUMBER folder, data is provided in .pkl files. You will find the following named conventions... - Tactile RGB images (without markers): _diff.pkl - Tactile depth images (without markers): _depth.pkl - Tactile RGB images (with markers): _diff_markers.pkl - Tactile depth images (with markers): _depth_markers.pkl - Sampled grasping contact forces: _forces.pkl - Sampled gripper widths: _widths.pkl