Coder Social home page Coder Social logo

Comments (8)

1zb avatar 1zb commented on July 17, 2024

The forward of ConvOffset2D contains two part: deformable_im2col and gemm. To generalize it to 3D version, the function deformable_im2col needs a rewrite (deformable_im3d2col).

Similarly, in backward propagation, following functions should be implemented:

  1. deformable_col2im3d_coord
  2. deformable_col2im3d

In the near future, I may take a try, but don't expect too much.

from deformable-convolution-pytorch.

bkvie avatar bkvie commented on July 17, 2024

What would 3d conv change, isn't the offset applied all layers anyways?

from deformable-convolution-pytorch.

jmarsil avatar jmarsil commented on July 17, 2024

Has anyone given this a shot yet?

from deformable-convolution-pytorch.

KrakenLeaf avatar KrakenLeaf commented on July 17, 2024

Hi, you can take a look at: https://github.com/KrakenLeaf/deform_conv_pytorch
Let me know if you find any bugs :)

from deformable-convolution-pytorch.

jmarsil avatar jmarsil commented on July 17, 2024

@KrakenLeaf awesome, awesome, awesome, I'll integrate this into one of my auto segmentation pipelines and let you know!!

from deformable-convolution-pytorch.

salmank255 avatar salmank255 commented on July 17, 2024

Hi @KrakenLeaf,
The 3d deformable convolution is amazing. What about 3d deformable RoI pooling? Do you have the 3d version of pooling layer? if yes please share it.

Thanks

from deformable-convolution-pytorch.

KrakenLeaf avatar KrakenLeaf commented on July 17, 2024

Hi @salmank255 ,
Thanks, but unfortunately I did not implement 3D deformable ROI pooling yet.
But this is definitely something to look at.

from deformable-convolution-pytorch.

salmank255 avatar salmank255 commented on July 17, 2024

Yeah @KrakenLeaf, I am working on it, but didn't complete it yet. If you convert it, please let me know.
Thanks

from deformable-convolution-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.