Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
bbc6b95c
Commit
bbc6b95c
authored
Jan 17, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13644 from berak:dnn_samples_googlenet
parents
49de982e
6596eab6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
models.yml
samples/dnn/models.yml
+12
-0
No files found.
samples/dnn/models.yml
View file @
bbc6b95c
...
...
@@ -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.
################################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment