davisking/dlib

3D convolution and pooling

Aperta

#989 aperta il 30 nov 2017

 (7 commenti) (1 reazione) (0 assegnatari)C++ (3442 fork)batch import
help wanted

Metriche repository

Star
 (14.434 stelle)
Metriche merge PR
 (Merge medio 3h 56m) (2 PR mergiate in 30 g)

Descrizione

I am currently looking for CNN training tools for windows with c++. dlib seems to be a good choice as the example clearly illustrate how ResNet is implemented.

However, I am looking for applications for 3D image segmentation which requires 3D pooling and convolution (somehow it is called 4D convolution in this link

This function is supported in caffe2, tensorflow and pytorch. Any plan to implement for a higher dimension CNN operations?

Guida contributor