davisking/dlib

3D convolution and pooling

オープン

#989 opened on 2017/11/30

 (7 件のコメント) (1 件のリアクション) (0 人の担当者)C++ (3,442 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (14,434 個のスター)
PR merge metrics
 (平均マージ 3h 56m) (30d で 2 merged PRs)

説明

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?

コントリビューターガイド