Skip to content
Snippets Groups Projects
Commit 2bca590f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[VideoPadFile] fix load method

parent d6b1a86c
No related branches found
No related tags found
1 merge request!110Porting to dask pipelines
......@@ -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
......
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