Porting the MANO hand model to GraspIt! simulator
Yana Hasson, Gül Varol, Dimitris Tzionas, Igor Kalevatykh, Michael J. Black, Ivan Laptev, Cordelia Schmid, CVPR 2019
This package uses a ROS interface for the GraspIt! simulator.
To install and setup this interface follow the instructions at https://github.com/graspit-simulator/graspit_interface.
git clone https://github.com/ikalevatykh/mano_grasp.git
cd mano_grasp
python setup.py install --user --graspit_dir=$GRASPIT
Model ManoHand will be automatically copied to $GRASPIT directory during the installation.
To copy a model without the code installation use the command:
python setup.py --copy_model_only --graspit_dir=$GRASPIT
Start ROS master in one terminal:
roscore
Then in a second terminal start generator:
python -m mano_grasp.generate_grasps --models phone glass --path_out PATH_TO_DATASET
Use
python -m mano_grasp.generate_grasps --help
to see all available options.
If you find this code useful for your research, consider citing:
@INPROCEEDINGS{hasson19_obman,
title = {Learning joint reconstruction of hands and manipulated objects},
author = {Hasson, Yana and Varol, G{\"u}l and Tzionas, Dimitris and Kalevatykh, Igor and Black, Michael J. and Laptev, Ivan and Schmid, Cordelia},
booktitle = {CVPR},
year = {2019}
}