GithubHelp home page GithubHelp logo

rcnet's Introduction

Requirements:

  • PyTorch 0.3/0.4
  • Python 3.6+
  • CUDA 8.0 (Not sure if CUDA > 8.0 will work. This depends on PyTorch.)

Usage and file structures:

# classification data
wget https://shapenet.cs.stanford.edu/media/modelnet40_normal_resampled.zip

# segmentation data
wget https://shapenet.cs.stanford.edu/media/shapenetcore_partanno_segmentation_benchmark_v0_normal.zip
  • The dataloader for classification task is in file utils/datasets.py. The dataloader for segmentation task is in file utils/part_dataset.py.
  • utils/pointnet.py1 provides some modules, which are about spatial transformer (STN).
  • utils/orderpoints.py provides functions for partitioning the ambient space into structured beam. Currently the code is not the most efficient. For more efficient version, please refer to here.
  • utils/provider provides functions for some basic data augmentation, such at random jitter, random scale, etc.
  • Directory utils/gen_point_cloud includes some codes (you may not need) for converting mesh into point clouds. It relies on pyntcloud library.

Reference:

@inproceedings{wu2019point,
  title={Point cloud processing via recurrent set encoding},
  author={Wu, Pengxiang and Chen, Chao and Yi, Jingru and Metaxas, Dimitris},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={33},
  pages={5441--5449},
  year={2019}
}

rcnet's People

Stargazers

 avatar  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.