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

Fix loading of replaymobile

parent 023c6c00
No related branches found
No related tags found
1 merge request!80Patch extraction from images
...@@ -108,7 +108,7 @@ class ReplayMobilePadFile(VideoPadFile): ...@@ -108,7 +108,7 @@ class ReplayMobilePadFile(VideoPadFile):
Video data stored in the FrameContainer, see Video data stored in the FrameContainer, see
``bob.bio.video.utils.FrameContainer`` for further details. ``bob.bio.video.utils.FrameContainer`` for further details.
""" """
directory = directory or self.original_directory
video_data_array = self.f.load( video_data_array = self.f.load(
directory=directory, extension=extension) directory=directory, extension=extension)
......
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