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

Removed some garbage code

parent fb3321c3
No related branches found
No related tags found
1 merge request!13Propagated --allow-missing-files to the UBM training
Pipeline #
import bob.bio.base
import numpy
import os
import logging
logger = logging.getLogger("bob.bio.gmm")
def add_jobs(args, submitter, local_job_adder):
"""Adds all (desired) jobs of the tool chain to the grid, or to the local list to be executed."""
......@@ -68,7 +65,7 @@ def base(algorithm):
return algorithm.algorithm if is_video_extension(algorithm) else algorithm
def read_feature(extractor, feature_file, allow_missing_files = False):
def read_feature(extractor, feature_file):
feature = extractor.read_feature(feature_file)
try:
import bob.bio.video
......
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