niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Converting Opencv Matrix to Caffe data format? #50

Open erogol opened 9 years ago

erogol commented 9 years ago

As I searched from the original caffe repo. people developed a way to do it but it is removed from the main branch for some reason. I see that in this version of caffee there are opencv bindings and I suspect that there can be a way of reading opencv images into caffe format for any prediction. Is there any way to do it?