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.video
Commits
de475ee1
Commit
de475ee1
authored
Mar 14, 2018
by
Amir MOHAMMADI
Browse files
Account for empty frame containers too
parent
a0bbe9e8
Pipeline
#17661
passed with stage
in 20 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/video/extractor/Wrapper.py
View file @
de475ee1
...
...
@@ -86,6 +86,10 @@ class Wrapper (bob.bio.base.extractor.Extractor):
if
extracted
is
not
None
:
# add features to new frame container
fc
.
add
(
index
,
extracted
,
quality
)
if
not
len
(
fc
):
return
None
return
fc
...
...
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