All Projects → graspnet → graspnetAPI

graspnet / graspnetAPI

Licence: other
Toolbox for our GraspNet-1Billion dataset.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to graspnetAPI

grasp multiObject
Robotic grasp dataset for multi-object multi-grasp evaluation with RGB-D data. This dataset is annotated using the same protocal as Cornell Dataset, and can be used as multi-object extension of Cornell Dataset.
Stars: ✭ 59 (-43.81%)
Mutual labels:  grasping, grasp
robotic-grasping
Antipodal Robotic Grasping using GR-ConvNet. IROS 2020.
Stars: ✭ 131 (+24.76%)
Mutual labels:  grasping
graspnet-baseline
Baseline model for "GraspNet-1Billion: A Large-Scale Benchmark for General Object Grasping" (CVPR 2020)
Stars: ✭ 146 (+39.05%)
Mutual labels:  grasping
obman render
[cvpr19] Code to generate images from the ObMan dataset, synthetic renderings of hands holding objects (or hands in isolation)
Stars: ✭ 61 (-41.9%)
Mutual labels:  grasping
multi-contact-grasping
This project implements a simulated grasp-and-lift process in V-REP using the Barrett Hand, with an interface through a python remote API.
Stars: ✭ 52 (-50.48%)
Mutual labels:  grasping
PROBOT Anno
ROS Packages for PROBOT Anno.
Stars: ✭ 75 (-28.57%)
Mutual labels:  grasping
GrabNet
GrabNet: A Generative model to generate realistic 3D hands grasping unseen objects (ECCV2020)
Stars: ✭ 146 (+39.05%)
Mutual labels:  grasping
drl grasping
Deep Reinforcement Learning for Robotic Grasping from Octrees
Stars: ✭ 160 (+52.38%)
Mutual labels:  grasping
kuka rl
Reinforcement Learning Experiments using PyBullet
Stars: ✭ 65 (-38.1%)
Mutual labels:  grasping
graspit
The GraspIt! simulator
Stars: ✭ 142 (+35.24%)
Mutual labels:  grasping
graspnetAPI
API for large scale benchmark of robotic grasping: GraspNet-1Billion: https://graspnet.net
Stars: ✭ 33 (-68.57%)
Mutual labels:  grasping
graspit interface
A GraspIt! plugin exposing a ROS interface via graspit-ros
Stars: ✭ 29 (-72.38%)
Mutual labels:  grasping
gpg
Generate grasp pose candidates in point clouds
Stars: ✭ 81 (-22.86%)
Mutual labels:  grasping
mvp grasp
Multi-Viewpoint Picking (ICRA 2019)
Stars: ✭ 158 (+50.48%)
Mutual labels:  grasping
handle detector
ROS package to localize handles in 3D point clouds
Stars: ✭ 24 (-77.14%)
Mutual labels:  grasping
good robot
"Good Robot! Now Watch This!": Repurposing Reinforcement Learning for Task-to-Task Transfer; and “Good Robot!”: Efficient Reinforcement Learning for Multi-Step Visual Tasks with Sim to Real Transfer
Stars: ✭ 84 (-20%)
Mutual labels:  grasping
icra20-hand-object-pose
[ICRA 2020] Robust, Occlusion-aware Pose Estimation for Objects Grasped by Adaptive Hands
Stars: ✭ 42 (-60%)
Mutual labels:  grasping
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-72.38%)
Mutual labels:  grasp
awesome-grasping
A curated list of awesome grasping libraries and resources
Stars: ✭ 66 (-37.14%)
Mutual labels:  grasp

graspnetAPI

PyPI version

Dataset

Visit the GraspNet Website to get the dataset.

Install

You can install using pip.

pip install graspnetAPI

You can also install from source.

git clone https://github.com/graspnet/graspnetAPI.git
cd graspnetAPI
pip install .

Document

Refer to online document for more details.
PDF Document is available, too.

You can also build the doc manually.

cd docs
pip install -r requirements.txt
bash build_doc.sh

LaTeX is required to build the pdf, but html can be built anyway.

Grasp Definition

The frame of our gripper is defined as

Examples

cd examples

# change the path of graspnet root

# How to load labels from graspnet.
python3 exam_loadGrasp.py

# How to convert between 6d and rectangle grasps.
python3 exam_convert.py

# Check the completeness of the data.
python3 exam_check_data.py

# you can also run other examples

Please refer to our document for more examples.

Citation

Please cite these papers in your publications if it helps your research:

@inproceedings{fang2020graspnet,
  title={GraspNet-1Billion: A Large-Scale Benchmark for General Object Grasping},
  author={Fang, Hao-Shu and Wang, Chenxi and Gou, Minghao and Lu, Cewu},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition(CVPR)},
  pages={11444--11453},
  year={2020}
}

Change Log

1.2.6

  • Add transformation for Grasp and GraspGroup.

1.2.7

  • Add inpainting for depth image.

1.2.8

  • Minor fix bug on loadScenePointCloud.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].