davisking/dlib

3D convolution and pooling

开放

#989 创建于 2017年11月30日

 (7 条评论) (1 个反应) (0 位负责人)C++ (3,442 个派生)batch import
help wanted

仓库指标

星标
 (14,434 个星标)
PR 合并指标
 (平均合并 3小时 56分钟) (30 天内合并 2 个 PR)

描述

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?

贡献者指南