Skip to content

mahaoxiang822/ActiveNGF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveNGF

Active Perception for Grasp Detection via Neural Graspness Field
Paper

Haoxiang Ma, Modi Shi, Boyang Gao, Di Huang
In NeurIPS'2024

Note

This repository is still under development and I will update it gradually in few weeks.

Introduction

This repository is official PyTorch implementation for our NeurIPS2024 paper. The code is based on ESLAM

Installation

Get the code.

git clone https://github.com/mahaoxiang822/ActiveNGF.git
cd ActiveNGF

Install packages via Pip.

pip install -r requirements.txt

Compile and install pointnet2 operators (code adapted from votenet).

cd pointnet2
python setup.py install

Download the pretrained graspness prediction model from Google Drive and put it under

ckpts/
---|graspness.tar

Run

Using the scene config file in config/ to run the pipeline. As an example, to run ActiveNGF on for the scene_0100, run:

python -W ignore run.py configs/GraspNet/scene_0100.yaml

ToDo

update evaluation code

Contact

You can contact the author through email: mahaoxiang822@buaa.edu.cn

Citing

If you find our work useful, please consider citing:

@inproceedings{ma2024activengf,
  author       = {Haoxiang Ma and
                  Modi Shi and
                  Boyang Gao and
                  Di Huang},
  title        = {Active Perception for Grasp Detection via Neural Graspness Field},
  booktitle    = {Annual Conference on Neural Information Processing Systems},
  year         = {2024},
}

About

Official implementation of NeurIPS2024 paper "Active Perception for Grasp Detection via Neural Graspness Field"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors