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.gmm
Commits
b66ea6f3
Commit
b66ea6f3
authored
Oct 31, 2017
by
Tiago de Freitas Pereira
Browse files
Removed some garbage code
parent
fb3321c3
Pipeline
#13595
passed with stages
in 11 minutes and 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/bio/gmm/tools/utils.py
View file @
b66ea6f3
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
...
...
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