davisking/dlib

3D convolution and pooling

Aberta

#989 aberto em 30 de nov. de 2017

 (7 comentários) (1 reação) (0 responsável)C++ (3.442 forks)batch import
help wanted

Métricas do repositório

Stars
 (14.434 estrelas)
Métricas de merge de PR
 (Mesclagem média 3h 56m) (2 fundiu PRs em 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?

Guia do colaborador