Git Product home page Git Product logo

deformable-shape-completion-with-graph-convolutional-autoencoders-public's Introduction

deformable-shape-completion-with-graph-convolutional-autoencoders-public's People

Contributors

fabyday avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

deformable-shape-completion-with-graph-convolutional-autoencoders-public's Issues

Performance compared to original paper

This is a very valuable repo!
Great work reproducing the approach from the "Deformable Shape Completion with Graph Convolutional Autoencoders" paper.
I'm working on some related works about 3D shape learning and I'm curous to know if the results from the reproduced model comparable to the results reported in the original paper?

Decoding concept

Hello. I am trying to build a similar architecture (as yours in the attached image) purely for 3d point cloud reconstruction. My main concern is the absence of a Graph Unpooling layer in the decoder.

Having done Global Mean Pooling in the encoder, let's say I get a vector of (batch_size, 128) and my original point cloud count is 5000. Would it be correct to up-sample by using nn.Linear(128,128*5000) and then reshaping into (batch_size, 5000,128) ? I am a bit new to Graph Networks, I am able to use Message Passing for node dimensions change and Graph Pooling techniques such as SAGPool for down-sampling, my main obstacle is the decoding part where I have to up-scale the latent vectors again using either de-convolution or up-sampling hence the reason I am asking. Thanks in advance !

Deformable Architecture

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.