Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any plan to support 3D conv? #1735

Closed
MichaelXin opened this issue Jan 15, 2015 · 8 comments
Closed

Is there any plan to support 3D conv? #1735

MichaelXin opened this issue Jan 15, 2015 · 8 comments
Labels

Comments

@MichaelXin
Copy link

The Blob have height and width, but in some use cases it also need another dimention (e.g. frames, or time).
So I just want to know whether Caffe will support 3D (height, width and frame) convolution?

@ducha-aiki
Copy link
Contributor

It already supports - by channels.

@shelhamer
Copy link
Member

@MichaelXin sure -- with #1486 one could add a vol2col analogue of im2col for convolution or add explicit 3D convolution. cuDNN is likewise adding 3D conv and Caffe will integrate it.

As @ducha-aiki noted, the standard definition of convolution in conv. nets is actually 3D since it is across the spatial and channel dimensions.

@MichaelXin
Copy link
Author

@shelhamer @ducha-aiki Thank you very much! It`s really helpful !

@svanschalkwyk
Copy link

How would one go about 3D convoluting over something like a CAT scan or MRI?

@shelhamer
Copy link
Member

N-D convolution -- including 3-D -- is done in #2049.

@wolfbill
Copy link

wolfbill commented Sep 2, 2016

@shelhamer Do you use c3d of facebook ?

@wolfbill
Copy link

wolfbill commented Sep 2, 2016

@svanschalkwyk I am woking on it.Do you have any progress on it ?

@xjtuljy
Copy link

xjtuljy commented Sep 30, 2016

Have the PRs of N-D or 3-D been merged into caffe-master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants