Skip to content

Commit

Permalink
Merge pull request BVLC#161 from gheinrich/dev/explicit-class-mapping
Browse files Browse the repository at this point in the history
Explicit class mapping in DetectNet
  • Loading branch information
drnikolaev committed Jun 8, 2016
2 parents 883597f + 16abdb2 commit 846f3e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/kitti/detectnet_network.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ layer {
image_size_x: 1248
image_size_y: 384
crop_bboxes: true
object_class: { src: 1 dst: 0} # obj class 1 -> cvg index 0
}
detectnet_augmentation_param: {
crop_prob: 1
Expand Down Expand Up @@ -117,6 +118,7 @@ layer {
image_size_x: 1248
image_size_y: 384
crop_bboxes: false
object_class: { src: 1 dst: 0} # obj class 1 -> cvg index 0
}
transform_param: {
mean_value: 127
Expand Down

0 comments on commit 846f3e4

Please sign in to comment.