GithubHelp home page GithubHelp logo

Comments (3)

laoreja avatar laoreja commented on May 20, 2024

Also, why do you only do spatial transformer on xy dimensions, but not on xyz dimensions?

from superpoint_graph.

loicland avatar loicland commented on May 20, 2024

Hi,

the biais is trainable, as a parameter of the proj layer (doc on pytorch). We add the identity matrix afterwards, which amounts to the same thing as https://github.com/charlesq34/pointnet/blob/d64d2398e55b24f69e95ecb549ff7d4581ffc21e/models/transform_nets.py#L47

Projections are initialized at zero because we want to initialize the transform at identity.

We only transform on xy because we don't want the network to change the vertical orientation of superpoints. A wall and a ceiling have the same shape, barring their vertical orientation. Of course the network could learn not to rotate on z if need be, but we save parameters with this insight.

However, feel free to experiment with initilialization and feature transform and report potential improvements!

from superpoint_graph.

laoreja avatar laoreja commented on May 20, 2024

I see. Thank you very much for your quick reply!

from superpoint_graph.

Related Issues (20)

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.