Commit bbc6b95c authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #13644 from berak:dnn_samples_googlenet

parents 49de982e 6596eab6
...@@ -90,6 +90,18 @@ squeezenet: ...@@ -90,6 +90,18 @@ squeezenet:
classes: "classification_classes_ILSVRC2012.txt" classes: "classification_classes_ILSVRC2012.txt"
sample: "classification" 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. # Semantic segmentation models.
################################################################################ ################################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment