From 467b7999bacc7e68d88d6cd3d3cdc5b174ffb798 Mon Sep 17 00:00:00 2001 From: Olegs NIKISINS <onikisins@italix03.idiap.ch> Date: Fri, 29 Sep 2017 15:25:12 +0200 Subject: [PATCH] Fixed an indentation issue in the doc of VideoSparseCoding --- bob/pad/face/preprocessor/VideoSparseCoding.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bob/pad/face/preprocessor/VideoSparseCoding.py b/bob/pad/face/preprocessor/VideoSparseCoding.py index 63cade37..d4484adb 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:** -- GitLab