diff --git a/bob/pad/face/preprocessor/VideoSparseCoding.py b/bob/pad/face/preprocessor/VideoSparseCoding.py index 63cade37086917ad324d826e592ece5ed2caa4f9..d4484adb95579e26fbf1abec3a3a1d6ee6266795 100644 --- a/bob/pad/face/preprocessor/VideoSparseCoding.py +++ b/bob/pad/face/preprocessor/VideoSparseCoding.py @@ -54,8 +54,8 @@ class VideoSparseCoding(Preprocessor, object): A list of filenames containing the dictionaries. The filenames must be listed in the following order: [file_name_pointing_to_frontal_dictionary, - file_name_pointing_to_horizontal_dictionary, - file_name_pointing_to_vertical_dictionary] + file_name_pointing_to_horizontal_dictionary, + file_name_pointing_to_vertical_dictionary] ``frame_step`` : :py:class:`int` Selected frames for processing with this step. If set to 1, all frames @@ -647,8 +647,8 @@ class VideoSparseCoding(Preprocessor, object): A list of filenames containing the dictionary. The filenames must be listed in the following order: [file_name_pointing_to_frontal_dictionary, - file_name_pointing_to_horizontal_dictionary, - file_name_pointing_to_vertical_dictionary] + file_name_pointing_to_horizontal_dictionary, + file_name_pointing_to_vertical_dictionary] **Returns:**