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
bob
bob.pad.face
Commits
ca8b82e3
Commit
ca8b82e3
authored
Apr 03, 2019
by
Anjith GEORGE
Browse files
Removes unnecessary logger warning
parent
a260437b
Pipeline
#28870
passed with stage
in 45 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/pad/face/preprocessor/FaceCropAlign.py
View file @
ca8b82e3
...
...
@@ -624,7 +624,6 @@ class FaceCropAlign(Preprocessor):
# sanity check:
if
not
self
.
rgb_output_flag
and
len
(
image
.
shape
)
!=
2
:
logger
.
warning
(
"This image has 3 channels"
)
if
self
.
normalization_function
is
not
None
:
import
bob.ip.color
image
=
bob
.
ip
.
color
.
rgb_to_gray
(
image
)
...
...
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