Doug Morrison, Peter Corke and Juxi Leitner

IEEE Robotics and Automation Letters (RA-L), accepted April 2020.

Preprint: https://arxiv.org/abs/2003.01314

IEEE Xplore: https://ieeexplore.ieee.org/document/9085936/

Code: https://github.com/dougsm/egad/


fig-hero

EGAD is a dataset of over 2000 geometrically diverse object meshes created specifically with robotic grasping and manipulation in mind (above left).

Diverse and extensive training data are critical to training modern robotic systems to grasp, and yet many systems are trained on small or non-diverse datasets repurposed from other domains. We used evoluationary algorithms to create a set of objects which uniformly span the object space of simple to complex, and easy to difficult to grasp, with a focus on geometric diversity. The objects are all easily 3D-printable, making 1:1 sim-to-real transfer possible.

We specify an evaluation set of 49 diverse objects with a gradient of complexity and difficulty which can be used to evaluate robotic grasping systems in the real world (above right).


Object Model Download

Training Object Model Set (2282 .obj models): egad_train_set.zip (260MB)

Evaluation Object Model Set (49 .obj models): egad_eval_set.zip (6MB)

For viewing and manipulating object meshes, we recommend meshlab or the trimesh python library.

A note on naming conventions

The zip files above contain sets of .obj mesh files.

Files are labelled corresponding to their position in the search space grid, as a letter and a number. The letter corresponds to the 75th percentile grasp quality, where a higher letter corresponds to more difficult to grasp. The number corresponds to the complexity of the object, where a higher number corresponds to more complex.

The Evaluation set is labelled in a 7x7 grid using the same conventions as the paper. A0.obj is the simplest, easiest to grasp object, through to G6.obj, the most complex, difficult to grasp object.

For the Training set, objects are labelled in a 25x25 grid. There up to 4 meshes per cell, so a third digit corresponds to this index. A00_[0-3].obj corresponds to the simplest, easiest to grasp cell in the search space, and Y25_[0-3].obj corresponds to the most complex, most difficult to grasp cell. (NB: The highest filled cell is X25)

Scaling Objects and 3D Printing

We provide a script and instructions here for scaling the objects to a specific gripper size.


Dex-Net Compatible Data

We also provide a database of objects in the Dex-Net HDF5 format. This file can be accessed and manipulated using the Dex-Net command line tool, the extensive documentation for which can be found here. Using the Dex-Net API, you can sample and rank grasps on the objects using a wide variety of grippers and quality metrics, and additionally export data for training visual grasp detection algorithms.

Download Link: egad.hdf5 (19GB)

The database contains pre-computed antipodal grasps annotated with robust Ferrari Canny quality metrics for all objects in EGAD.

fig-dex


Visualisation

The figures below compare the EGAD dataset to the popular Dex-Net and YCB object datasets in the space of simple to complex (left to right) and easy to difficult to grasp (bottom to top). Compared to these datsets, EGAD has much higher coverage of the object space as well as higher inter-object geometric diversity. See the paper for more details.

Click the images below to access high-resolution versions of the images.

egad-dataset dexnet2-dataset egad-dataset


Videos

Grasping experiments performed using Franka-Emika Panda robot and GG-CNN (10x speedup). We performed 20 grasp attempts on each of the evaluation objects, which allow us to perform an in-depth analysis of the strenghts and limitations of GG-CNN. See the paper for more details.

EGAD is generated using evolutionary algorithms, where we uniformly fill the search space of objects across complexity and difficulty. This video shows the progress of the dataset creation over 200,000 evolutionary steps.


Dataset Creation

Please see the master branch for instructions on running the code for generating an Evolved dataset of objects. We provide a Singularity container to easy deployment and reproduction.


Citation

If you use this work, please cite:

@article{morrison2020egad,
  author={D. {Morrison} and P. {Corke} and J. {Leitner}},
  journal={IEEE Robotics and Automation Letters}, 
  title={EGAD! An Evolved Grasping Analysis Dataset for Diversity and Reproducibility in Robotic Manipulation}, 
  year={2020},
  volume={5},
  number={3},
  pages={4368-4375}
}

Research Supported By

acrv_logo.png     qut_logo.png


References and Acknowledgements

This project wouldn’t have been possible without the following libraries: