caffe-dilation icon indicating copy to clipboard operation
caffe-dilation copied to clipboard

What is the params of Image_label_data_layer?

Open ch977 opened this issue 9 years ago • 2 comments

ch977 avatar Jun 20 '16 12:06 ch977

could anyone tell me what is the params of Image_label_data_layer? Thank you for your help.

ch977 avatar Jun 20 '16 13:06 ch977

@ch977 in case you were looking for a list of the params, here they are: https://github.com/fyu/caffe-dilation/blob/master/src/caffe/proto/caffe.proto#L810

I would like to know an explanation of the params. Specifically, the label_slice param. It is used in the training prototxt, it seems like it would subsample the training data, but is it necessary if the label data matches the input data size? https://github.com/fyu/dilation/blob/master/network.py#L15

dozyc avatar Oct 23 '17 20:10 dozyc