alexlenail / NN-SVG

Publication-ready NN-architecture schematics.
http://alexlenail.me/NN-SVG/
MIT License
4.49k stars 579 forks source link

3D CNN #24

Open boyden opened 5 years ago

boyden commented 5 years ago

Could this repository add a new feature that can draw 3D CNN architecture?

alexlenail commented 5 years ago

If you can prove that this is a frequently desired figure type, I'm willing to review a PR.

boyden commented 5 years ago

3D CNN is frequently used in the medical image process. For instance, MRI, CT images are all 3D images that have three dimensions. There are also some papers using 3D CNN to do video classification which treat the time dimension as the third dimension!

michaelklachko commented 5 years ago

Could you point to example 3D CNN diagrams?

WinnieLaugh commented 4 years ago

Maybe like the one with 3D ShapeNets: A Deep Representation for Volumatric Shapes? https://people.csail.mit.edu/khosla/papers/cvpr2015_wu.pdf

image