GithubHelp home page GithubHelp logo

sparse_rpn about second.pytorch HOT 3 OPEN

traveller59 avatar traveller59 commented on July 21, 2024
sparse_rpn

from second.pytorch.

Comments (3)

traveller59 avatar traveller59 commented on July 21, 2024

I have implemented the sparse rpn but the running speed is greatly decreased. for 2D RPN you can try SBNet, the SparseConvNet is slow when the sparsity grows ( the normal sparse conv increase sparsity rapidly).

from second.pytorch.

roma-goodok avatar roma-goodok commented on July 21, 2024

SparseConvNet is slow when the sparsity grows ( the normal sparse conv increase sparsity rapidly).

Just to be sure, sparsity (share of empty voxels) or density (share of non empty voxels) ? May be I am wrong, but my undesrtanding that SparseConvNet is slow when sparsity becomes low (as it mentioned in the SBNet papers) and normal sparse conv without submanifold/blocks decrease sparsity rapidly.

from second.pytorch.

traveller59 avatar traveller59 commented on July 21, 2024

@roma-goodok you are right, that's my mistake...
One of the major reason why SparseConvNet conv performance is rule generation (used for gather-gemm-scatter algorithm of sparse conv) is very slow (run on CPU). less sparsity of data, more rule generation time.

from second.pytorch.

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.