caffe-dilation
caffe-dilation copied to clipboard
What is the params of Image_label_data_layer?
could anyone tell me what is the params of Image_label_data_layer? Thank you for your help.
@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