2D and 3D deformable CNN Autoencoders on EEG spectrums for classification task ( Major Depressive Disorder vs Helathy Control)
-
DeformConv3D implementation in deform_conv.py module is used from the repository https://github.com/kondratevakate/3d-deformable-convolutions
-
DeformConv2D implementation in deform_conv.py module is used from the repository https://github.com/developer0hye/PyTorch-Deformable-Convolution-v2