davisking/dlib

3D convolution and pooling

Open

#989 opened on Nov 30, 2017

View on GitHub
 (7 comments) (1 reaction) (0 assignees)C++ (3,314 forks)batch import
help wanted

Repository metrics

Stars
 (12,570 stars)
PR merge metrics
 (Avg merge 3h 56m) (2 merged PRs in 30d)

Description

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?

Contributor guide