Giter VIP home page Giter VIP logo

rsnet's Introduction

Introduction

This is the official inplementation of Recurrent Slice Networks for 3D Segmentation on Point Clouds (RSNet), which is going to appear in CVPR 2018.

RSNet is a powerful and conceptually simple network for 3D point cloud segmentation tasks. It is fast and memory-efficient. In this repository, we release codes for training a RSNet on the S3DIS segmentation dataset. Training on other datasets can be easily achieved by following the same process.

Citation

If you find our work useful in your research, please consider citing:

    @article{huang2018recurrent,
        title={Recurrent Slice Networks for 3D Segmentation on Point Clouds},
        author={Huang, Qiangui and Wang, Weiyue and Neumann, Ulrich},
        journal={arXiv preprint arXiv:1802.04402},
        year={2018}
    }

Dependencies

  • python (tested on python2.7)
  • PyTorch (tested on 0.3.0)
  • cffi
  • h5py

Installation

  1. Clone this repository.
  2. Compile source codes for slice pooling/unpooling layers by following the readme file in layers

Data Preparation

  1. Process the S3DIS dataset by following the readme file in data.

Train

  1. Launch training by the command below:
$ python train.py

Type python train.py --help for detailed input options. Be default, it will start the training by using Area 5 as testing set and others as training set.

During training, visualizations (.obj files) of intermediate predictions will be dumped into the folder results after each epoch. And they will be evaluated and saved in test_log.txt.

License

Codes in this repository are released under MIT License (see LICENSE file for details).

rsnet's People

Contributors

qianguih avatar

Watchers

James Cloos avatar paper2code - bot 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.