Code Monkey home page Code Monkey logo

icg_benchmark's Introduction

Grasping Benchmarks

VGN Benchmark environment for grasping in cluttered environments.

About The Project

MIT License Product Name Screen Shot

This repo contains a easy to use and modular implementation of the benchmark environment for grasping in cluttered environments introduces by Breyer et. al [1]. Note that we incoorperate slight modifications as done by Huang et. al [2] to allow the network to skip and acquire a new viewpoint.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

Installing the benchmark environment

# Clone the repo

# Install the requirements
pip install -r requirements.txt

# Install the package
pip install -e .

# Download the datasets and checkpoints
python scripts/download_data.py

(back to top)

Usage

Benchmark different Networks

ICG-Net

# Evaluate in packed scene
python scripts/test_icgnet.py --scene packed --object-set packed/test

# Evaluate in pile scene
python scripts/test_icgnet.py --scene pile --object-set pile/test

Edge-Grasp Network

# Evaluate in packed scene
python scripts/test_edge.py --method edge-vn --scene packed --object-set packed/test

# Evaluate in pile scene
python scripts/test_edge.py --method edge-vn --scene pile --object-set pile/test

VN-Edge-Grasp Network

# Evaluate in packed scene
python scripts/test_edge.py --method edge-vn --scene packed --object-set packed/test

# Evaluate in pile scene
python scripts/test_edge.py --method edge-vn --scene pile --object-set pile/test

GIGA Network

# Evaluate in packed scene
python scripts/test_giga.py --scene packed --object-set packed/test

# Evaluate in pile scene
python scripts/test_giga.py --scene pile --object-set pile/test

Usage

Will be updated soon.

(back to top)

License

Distributed under the BSD-2 License. See LICENSE.txt for more information.

(back to top)

Citing

If you use this code in your research, please cite the following paper:

@article{zurbrugg2024icgnet,
  title={ICGNet: A Unified Approach for Instance-Centric Grasping},
  author={Zurbr{\"u}gg, Ren{\'e} and Liu, Yifan and Engelmann, Francis and Kumar, Suryansh and Hutter, Marco and Patil, Vaishakh and Yu, Fisher},
  journal={arXiv preprint arXiv:2401.09939},
  year={2024}
}

Also consider citing the original work by Breyer et. al that introduced the benchmark environment:

@inproceedings{breyer2020volumetric,
 title={Volumetric Grasping Network: Real-time 6 DOF Grasp Detection in Clutter},
 author={Breyer, Michel and Chung, Jen Jen and Ott, Lionel and Roland, Siegwart and Juan, Nieto},
 booktitle={Conference on Robot Learning},
 year={2020},
}

icg_benchmark's People

Contributors

renezurbruegg avatar

Watchers

 avatar

icg_benchmark's Issues

Import utils failed No module named 'icg_benchmark.third_party.libmcubes.mcubes'

(/home/commonsense/anaconda3/envs/metaworld/icg_cu121) (ml) commonsense@aigpu0707:~/data/VLG/icgnet/icg_benchmark$ python scripts/test_icgnet.py --scene packed --object-set packed/test
Failed to import icg_net dependencies. Make sure you have the icg_net package installed. No module named 'icg_net'
Failed to import icg_net dependencies. Make sure you have the icg_net package installed. name 'ICGNetModule' is not defined
import libkdtree fail
import utils failed No module named 'icg_benchmark.third_party.libmcubes.mcubes'
pybullet build time: Nov 28 2023 23:45:17
Traceback (most recent call last):
  File "/home/commonsense/data/VLG/icgnet/icg_benchmark/scripts/test_icgnet.py", line 3, in <module>
    from icg_benchmark.grasping.planners import ICGNetPlanner
ImportError: cannot import name 'ICGNetPlanner' from 'icg_benchmark.grasping.planners

I have followed the instructions from README.MD, but I am facing an error.
I guess it is related to renezurbruegg/icg_net#1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.