Skip to content
Snippets Groups Projects
Commit e2440230 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Facenet memory demmanding

parent 4e2e9722
No related branches found
No related tags found
1 merge request!112Feature extractors
Pipeline #51491 passed
...@@ -6,10 +6,10 @@ annotation_type, fixed_positions, memory_demanding = lookup_config_from_database ...@@ -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( return facenet_sanderberg_20170512_110547(
annotation_type, fixed_positions, memory_demanding annotation_type, fixed_positions, memory_demanding
) )
pipeline = load(annotation_type, fixed_positions) pipeline = load(annotation_type, fixed_positions, memory_demanding)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment