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.pad.face
Commits
2bca590f
Commit
2bca590f
authored
Nov 25, 2020
by
Amir MOHAMMADI
Browse files
[VideoPadFile] fix load method
parent
d6b1a86c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/face/database/database.py
View file @
2bca590f
...
...
@@ -57,9 +57,9 @@ class VideoPadFile(PadFile):
path
=
self
.
make_path
(
self
.
original_directory
,
self
.
original_extension
)
video
=
bob
.
bio
.
video
.
VideoAsArray
(
path
,
selection_style
=
frame_selector
.
selection_style
,
max_number_of_frames
=
frame_selector
.
max_number_of_frames
,
step_size
=
frame_selector
.
step_size
,
selection_style
=
self
.
selection_style
,
max_number_of_frames
=
self
.
max_number_of_frames
,
step_size
=
self
.
step_size
,
)
return
video
...
...
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