Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
ff00c454
Commit
ff00c454
authored
May 12, 2021
by
Laurent COLBOIS
Browse files
Remove useless argument in legacy baselines call to make_cropper
parent
3ba8d3cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/config/baseline/gabor_graph.py
View file @
ff00c454
...
...
@@ -81,7 +81,6 @@ def load(annotation_type, fixed_positions=None):
# Cropping
face_cropper
,
transform_extra_arguments
=
make_cropper
(
cropped_image_size
=
cropped_image_size
,
annotation_type
=
annotation_type
,
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"gray"
,
...
...
bob/bio/face/config/baseline/lda.py
View file @
ff00c454
...
...
@@ -37,7 +37,6 @@ def load(annotation_type, fixed_positions=None):
# Cropping
face_cropper
,
transform_extra_arguments
=
make_cropper
(
cropped_image_size
=
cropped_image_size
,
annotation_type
=
annotation_type
,
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"gray"
,
...
...
bob/bio/face/config/baseline/lgbphs.py
View file @
ff00c454
...
...
@@ -71,7 +71,6 @@ def load(annotation_type, fixed_positions=None):
# Cropping
face_cropper
,
transform_extra_arguments
=
make_cropper
(
cropped_image_size
=
cropped_image_size
,
annotation_type
=
annotation_type
,
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"gray"
,
...
...
Write
Preview
Supports
Markdown
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