Skip to content
GitLab
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
e2440230
Commit
e2440230
authored
Jun 15, 2021
by
Tiago de Freitas Pereira
Browse files
Facenet memory demmanding
parent
4e2e9722
Pipeline
#51491
passed with stage
in 36 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/config/baseline/facenet_sanderberg.py
View file @
e2440230
...
...
@@ -6,10 +6,10 @@ annotation_type, fixed_positions, memory_demanding = lookup_config_from_database
)
def
load
(
annotation_type
,
fixed_positions
=
None
):
def
load
(
annotation_type
,
fixed_positions
=
None
,
memory_demanding
=
False
):
return
facenet_sanderberg_20170512_110547
(
annotation_type
,
fixed_positions
,
memory_demanding
)
pipeline
=
load
(
annotation_type
,
fixed_positions
)
pipeline
=
load
(
annotation_type
,
fixed_positions
,
memory_demanding
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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