From 9f22736268a4ca1689d57dd5e2a40675d394e218 Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH <guillaume.heusch@idiap.ch> Date: Fri, 16 Feb 2018 15:06:18 +0100 Subject: [PATCH] [preprocessor, extractor] added the import in the __init__ file --- bob/pad/face/extractor/__init__.py | 1 + bob/pad/face/preprocessor/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bob/pad/face/extractor/__init__.py b/bob/pad/face/extractor/__init__.py index 2e9d2abe..aa7f2ea2 100644 --- a/bob/pad/face/extractor/__init__.py +++ b/bob/pad/face/extractor/__init__.py @@ -7,6 +7,7 @@ from .FrameDiffFeatures import FrameDiffFeatures from .Chrom import Chrom from .SSR import SSR +from .Li import Li def __appropriate__(*args): diff --git a/bob/pad/face/preprocessor/__init__.py b/bob/pad/face/preprocessor/__init__.py index d2b91b80..1ad3d4aa 100644 --- a/bob/pad/face/preprocessor/__init__.py +++ b/bob/pad/face/preprocessor/__init__.py @@ -3,6 +3,7 @@ from .ImageFaceCrop import ImageFaceCrop from .FrameDifference import FrameDifference from .VideoSparseCoding import VideoSparseCoding +from .CopyVideo import CopyVideo def __appropriate__(*args): """Says object was actually declared here, and not in the import module. -- GitLab