GithubHelp home page GithubHelp logo

paulwong16 / pointcloud-completion-in-pytorch Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 9 KB

Some fancy pointcloud completion model implemented in PyTorch

Python 100.00%
pointcloud pointcloud-completion pytorch

pointcloud-completion-in-pytorch's Introduction

Pointcloud-Completion-in-PyTorch

Some fancy pointcloud completion model (most of them have TensorFlow version released by authors) implemented in PyTorch. Currently I only provided .py files for each model, so there is no specific PyTorch version requirements, and should be easy to be added into your own projects. (I might release a simple dataloader for famous datasets like ShapeNet, Completion3D benchmark in future)

Only one thing to be noticed, the input type is Float Tensor with a size of [B, N=2048, 3] (B for batch_size and N for number of points), the output is set to 16384 points with same dimensions as input (however, you can set to some other numbers by changing, e.g. leaves and levels in TopNet).

Enjoy it! :)

Authors' Implementation

My Implementation

  • FoldingNet: models/FoldingNet.py
  • PCN: models/PCN.py
  • TopNet: models/TopNet.py
  • AtlasNet: models/atlas_net.py
  • And more to be updated

Code Release Soon.

pointcloud-completion-in-pytorch's People

Contributors

paulwong16 avatar

Stargazers

 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.