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

Is it possible to use python layer as input? #94

Closed elysion122 closed 7 years ago

elysion122 commented 7 years ago

My training data is a sequence,and label is an image. I'm not good at C++. To use Nd convolution layer, is it possible to write a python data layer as input ?? If possible, What is the shape of output array in python data layer ?? Thank you.

chuckcho commented 7 years ago

haven't tried this. should be doable.