Skip to content

Commit

Permalink
Merge pull request BVLC#5 from andrewkae/DEV-26710
Browse files Browse the repository at this point in the history
DEV-26710: Remove OHEM layer from Curalate Caffe
  • Loading branch information
mbassov authored Jun 28, 2017
2 parents 873f27f + b455230 commit de4d61a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 231 deletions.
57 changes: 0 additions & 57 deletions include/caffe/layers/box_annotator_ohem_layer.hpp

This file was deleted.

87 changes: 0 additions & 87 deletions src/caffe/layers/box_annotator_ohem_layer.cpp

This file was deleted.

82 changes: 0 additions & 82 deletions src/caffe/layers/box_annotator_ohem_layer.cu

This file was deleted.

10 changes: 5 additions & 5 deletions src/caffe/proto/caffe.proto
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ message LayerParameter {
optional AccuracyParameter accuracy_param = 102;
optional ArgMaxParameter argmax_param = 103;
optional BatchNormParameter batch_norm_param = 139;
optional BoxAnnotatorOHEMParameter box_annotator_ohem_param = 150;
// optional BoxAnnotatorOHEMParameter box_annotator_ohem_param = 150;
optional BiasParameter bias_param = 141;
optional ConcatParameter concat_param = 104;
optional ContrastiveLossParameter contrastive_loss_param = 105;
Expand Down Expand Up @@ -531,10 +531,10 @@ message BatchNormParameter {
optional float eps = 3 [default = 1e-5];
}

message BoxAnnotatorOHEMParameter {
required uint32 roi_per_img = 1; // number of rois for training
optional int32 ignore_label = 2 [default = -1]; // ignore_label in scoring
}
// message BoxAnnotatorOHEMParameter {
// required uint32 roi_per_img = 1; // number of rois for training
// optional int32 ignore_label = 2 [default = -1]; // ignore_label in scoring
// }

message BiasParameter {
// The first axis of bottom[0] (the first input Blob) along which to apply
Expand Down

0 comments on commit de4d61a

Please sign in to comment.