tscohen / GrouPy

Group Equivariant Convolutional Neural Networks
http://ta.co.nl
Other
349 stars 85 forks source link

Implementation of GConv3D #20

Open valentin-pinkau opened 4 years ago

valentin-pinkau commented 4 years ago

Hey Taco, The paper 3D G-CNNs for Pulmonary Nodule Detection refers to this repository for an opensource implementation of the GConv3D function. I found the 2D variant, but no 3D GConv.

Is there a plan to release the code for the GConv3D function?

Thank you!

marysia commented 4 years ago

Hi! The implementation for the 3D GConvs is available at here.

If you're looking for the Python3 supported version, see here.

frederikfaye commented 4 years ago

Hi @marysia, thanks so much! Your second link is dead, I believe it should be https://github.com/marysia/GrouPy/tree/3d-gconv-python3 instead.