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 to get my own train_mean.binaryproto by the caffe? #76

Closed fanguu closed 6 years ago

fanguu commented 7 years ago

I want to know how to make rain_mean.binaryproto of my data sets, and I want to make sure that the three mean values are R,G and B channel respectively in the train_test.prototxt. qq 20161211153108

chuckcho commented 6 years ago

look at the original C3D author's note to generate a mean cube. it turns out that just RGB mean pixel values are sufficient.