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
6dd7d184
Commit
6dd7d184
authored
May 26, 2021
by
Laurent COLBOIS
Browse files
Putting MTCNN as default annotator everywhere
parent
773972d2
Pipeline
#51024
passed with stage
in 27 minutes and 29 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/config/baseline/gabor_graph.py
View file @
6dd7d184
...
...
@@ -86,6 +86,7 @@ def load(annotation_type, fixed_positions=None):
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"gray"
,
annotator
=
"mtcnn"
,
)
return
get_pipeline
(
face_cropper
,
transform_extra_arguments
)
...
...
bob/bio/face/config/baseline/lda.py
View file @
6dd7d184
...
...
@@ -42,6 +42,7 @@ def load(annotation_type, fixed_positions=None):
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"gray"
,
annotator
=
"mtcnn"
,
)
preprocessor
=
bob
.
bio
.
face
.
preprocessor
.
TanTriggs
(
...
...
bob/bio/face/config/baseline/lgbphs.py
View file @
6dd7d184
...
...
@@ -76,6 +76,7 @@ def load(annotation_type, fixed_positions=None):
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"gray"
,
annotator
=
"mtcnn"
,
)
return
get_pipeline
(
face_cropper
,
transform_extra_arguments
)
...
...
bob/bio/face/config/baseline/templates.py
View file @
6dd7d184
...
...
@@ -26,6 +26,7 @@ def arcface_baseline(embedding, annotation_type, fixed_positions=None):
cropped_positions
=
cropped_positions
,
fixed_positions
=
fixed_positions
,
color_channel
=
"rgb"
,
annotator
=
"mtcnn"
,
)
algorithm
=
Distance
()
...
...
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