alexgkendall / caffe-segnet

Implementation of SegNet: A Deep Convolutional Encoder-Decoder Architecture for Semantic Pixel-Wise Labelling
http://mi.eng.cam.ac.uk/projects/segnet/
Other
1.08k stars 452 forks source link

Error using Image Data Layer in SegNet model #133

Open vsuryamurthy opened 6 years ago

vsuryamurthy commented 6 years ago

I am trying to do image classification by finetuning the pre-trained SegNet model. Has anyone tried using the image data layer with the segnet model? I have the following error when I do that: screenshot from 2018-03-29 10-11-54

@alexgkendall In general, can I change the input data layer to something other than dense image data layer in the net.prototxt file?