Proto commits in TheLegendAli/DeepLab-Context

These 31 commits are when the Protocol Buffers files have changed:

Commit:0d1a253
Author:George Papandreou

one hot layer

The documentation is generated from this commit.

Commit:4f761ef
Author:George Papandreou

gain threshold

Commit:682e3ae
Author:George Papandreou

added 1-mean constraint to gains

Commit:327acce
Author:George Papandreou

gain layer

Commit:fcc0bf0
Author:George Papandreou

added relative error layer to evaluate goodness of fit for regression

Commit:b901335
Author:George Papandreou

added EuclideanLossParameter option to select among L2 and L2sqrt

Commit:d7229c2
Author:George Papandreou

(1) added support for image-level labels in image_sed_data_layer (2) ignore_overlay_layer for masking zero-paded image parts (3) new histogram layer to count the number of labels for majority vote classification

Commit:2ab2c80
Author:George Papandreou

Channel aggregator layer (useful for combining scores across datasets that have different label sets)

Commit:0b15138
Author:George Papandreou

adaptive bias for weak learning

Commit:37fec76
Author:George Papandreou

bias_channel and unique_label layers useful for weak label training

Commit:013b41e
Author:George Papandreou

bias channel layer (untested yet)

Commit:e635a0e
Author:George Papandreou

ImageDataLayer now supports multiple labels

Commit:ce8c555
Author:George Papandreou

dominant channel finding layer

Commit:ceda719
Author:Jay Chen

working on densecrf layer

Commit:63a17c6
Author:George Papandreou

mat read layer better

Commit:60032c2
Author:George Papandreou

mat read layer

Commit:932829b
Author:George Papandreou

allow image layer work with a list that does not specify label

Commit:fdb5933
Author:George Papandreou

jay: use user gpapan to commit codes for doing experiments on vgg128_noup

Commit:09b026a
Author:George Papandreou

matlab feat extraction code running

Commit:108cc84
Author:George Papandreou

merge local changes

Commit:17768d9
Author:George Papandreou

mat write code

Commit:8bd61d7
Author:George Papandreou

allowed interp to be specified by zoom factor

Commit:40ae75c
Author:George Papandreou

added padding layer (allows both zero-padding and cropping)

Commit:0d5e9fc
Author:Jay Chen

modify image_seg_data_layer and data_transformer: only crop_size is needed, no more max_expected_width/height

Commit:661340b
Author:Jay Chen

data_transformer for image and seg; seg_accuracy for PixelAccuracy; softmax_loss with weighted loss

Commit:8da0d64
Author:George Papandreou

integrated strict_dim option

Commit:af1445c
Author:George Papandreou

added interpolation layer

Commit:49319f1
Author:George Papandreou

git crap

Commit:c86ce8e
Author:Liang-Chieh Chen

change of permissions etc

Commit:b35b161
Author:George Papandreou

im2col with holes

Commit:afe4b30
Author:Jay Chen

birth