Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
py-faster-rcnn
Commits
28a7c0bf
Commit
28a7c0bf
authored
Dec 08, 2015
by
Ross Girshick
Browse files
document pixel mean
parent
f0ccb513
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/fast_rcnn/config.py
View file @
28a7c0bf
...
...
@@ -176,7 +176,8 @@ __C.TEST.RPN_MIN_SIZE = 16
__C
.
DEDUP_BOXES
=
1.
/
16.
# Pixel mean values (BGR order) as a (1, 1, 3) array
# These are the values originally used for training VGG16
# We use the same pixel mean for all networks even though it's not exactly what
# they were trained with
__C
.
PIXEL_MEANS
=
np
.
array
([[[
102.9801
,
115.9465
,
122.7717
]]])
# For reproducibility
...
...
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