lukasruff / Deep-SVDD-PyTorch

A PyTorch implementation of the Deep SVDD anomaly detection method
MIT License
698 stars 197 forks source link

3D data & architectures #20

Open ibro45 opened 4 years ago

ibro45 commented 4 years ago

Hi,

I would like to extend the framework to work with 3D (medical) images (e.g. size 128x128x128). Since choice of the autoencoder's architecture is important, I was wondering if you would be able to give some brief insight or intuition on how to approach it.

Thank you!