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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where can I find the specific code converting cv_imgs (16xCxHxW) to top[0] (1xCx16xHxW).

haohao900618 opened this issue · comments

@chuckcho Dear Chuckcho, thanks for work! I have read the code of VideoDataLayer step by step, but I cannot find the specific code which completes converting vectorcv::Mat cv_imgs (16xCxHxW) to top(0) (NxCx16xHxW). Can you give me a guider to find the code. Thanks a lot!