Skip to content

Commit

Permalink
dnn/samples: add googlenet to model zoo
Browse files Browse the repository at this point in the history
  • Loading branch information
berak committed Jan 17, 2019
1 parent 8396ae6 commit 6596eab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions samples/dnn/models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ squeezenet:
classes: "classification_classes_ILSVRC2012.txt"
sample: "classification"

# Googlenet from https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet
googlenet:
model: "bvlc_googlenet.caffemodel"
config: "bvlc_googlenet.prototxt"
mean: [104, 117, 123]
scale: 1.0
width: 224
height: 224
rgb: false
classes: "classification_classes_ILSVRC2012.txt"
sample: "classification"

################################################################################
# Semantic segmentation models.
################################################################################
Expand Down

0 comments on commit 6596eab

Please sign in to comment.