-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
Comments
It already supports - by channels. |
@MichaelXin sure -- with #1486 one could add a As @ducha-aiki noted, the standard definition of convolution in conv. nets is actually 3D since it is across the spatial and channel dimensions. |
@shelhamer @ducha-aiki Thank you very much! It`s really helpful ! |
How would one go about 3D convoluting over something like a CAT scan or MRI? |
N-D convolution -- including 3-D -- is done in #2049. |
@shelhamer Do you use c3d of facebook ? |
@svanschalkwyk I am woking on it.Do you have any progress on it ? |
Have the PRs of N-D or 3-D been merged into caffe-master? |
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?
The text was updated successfully, but these errors were encountered: