chuckcho / video-caffe

Video-friendly caffe -- comes with the most recent version of Caffe (as of Jan 2019), a video reader, 3D(ND) pooling layer, and an example training script for C3D network and UCF-101 data
Other
175 stars 93 forks source link

How is convolution computed over sequences? #92

Closed Nunah closed 7 years ago

Nunah commented 7 years ago

Hi,

I'm using the master branch (because I need the python wrapper to make python layers) and it works pretty well. Thank you for sharing your implementation!

But I'm not sure to understand how the convolution is performed over sequences. Can somebody explain to me how it works?

LongLong-Jing commented 7 years ago

Please refer to this paper about how 3D Convolutions works. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6165309

Nunah commented 7 years ago

Thank you very much!