GithubHelp home page GithubHelp logo

dlr-rm / shape-completion Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 6.53 MB

Code and Datasets for 3D Shape Completion related publications

License: MIT License

Python 70.26% Cuda 7.47% C++ 20.76% CMake 0.65% Cython 0.63% C 0.15% GLSL 0.07%
3d-deep-learning 3d-reconstruction deep-learning robotics shape-completion deeplearning machine-learning machinelearning

shape-completion's Introduction

Shape Completion

This is the official repository for the following publications:

Title Authors Venue
Shape Completion with Prediction of Uncertain Regions Matthias Humt, Dominik Winkelbauer, Ulrich Hillenbrand IROS 2023

Shape completion only:

Title Authors Venue
Combining Shape Completion and Grasp Prediction for Fast and Versatile Grasping with a Multi-Fingered Hand Matthias Humt, Dominik Winkelbauer, Ulrich Hillenbrand, Berthold Bäumle Humanoids 2023

Code

The conf submodule contains configuration files for the project. Make sure to set paths to log and any dataset directories you want to use in dirs/default.yaml. More details can be found in the README.

The libs submodule contains various 3rd-party libraries with additional functionality not provided by existing Python packages. More details can be found in the README.

Coming soon.

The utils submodule contains utility functions and classes shared across the project. More details can be found in the README.

The dataset submodule includes classes and functions to manage and load datasets utilized by the models. More details can be found in the README.

Coming soon.

Coming soon.

Coming soon.

The visualization submodule includes utilities and scripts for visualizing model results, data, and other related visual content. More details can be found in the README.

The process submodule contains various miscellaneous scripts. In particular:

More details can be found in the README.

Datasets

Overview

This dataset contains rendered depth images, watertight meshes and occupancy as well as uncertain region labels for the mugs category (03797390) of the ShapeNetCore.v1 dataset.

It further contains optimized, watertight meshes and occupancy as well as uncertain region labels for the mugs found in the HB, LM, TYOL and YCBV datasets from the BOP challenge.

Structure

After downloading the shapenet.tar.gz and bop.tar.gz files as well as the original datasets, simply unpack and move the content to the corresponding directories. The structure should be as follows:

.
├── shapenet
│   └── 03797390
│       ├── 1038e4eac0e18dcce02ae6d2a21d494a
|       |   ├── blenderproc
│       │   ├── mesh
│       │   ├── model.binvox
│       │   ├── pointcloud.npz
│       │   ├── points.npz
│       │   └── samples
│       ├── 10c2b3eac377b9084b3c42e318f3affc
│       ├── 10f6e09036350e92b3f21f1137c3c347
|       ├── ...
|       ├── train.lst
|       ├── val.lst
|       └── test.lst
└── bop
    ├── hb
    ├── lm
    ├── tyol
    └── ycbv

Code

Python code for loading of the dataset is provided in datasets/shapenet.py and datasets/bop.py as well as datasets/fields.py.

Citation

If you find the provided dataset useful in your research, please use the following BibTex entry to cite the corresponding research paper:

@inproceedings{humt2023uncertain,
  author={Humt, Matthias and Winkelbauer, Dominik and Hillenbrand, Ulrich},
  booktitle={2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, 
  title={Shape Completion with Prediction of Uncertain Regions}, 
  year={2023},
  pages={1215-1221},
  doi={10.1109/IROS55552.2023.10342487}
}

shape-completion's People

Contributors

hummat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.