Skip to content
Snippets Groups Projects
Commit 9f227362 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[preprocessor, extractor] added the import in the __init__ file

parent ad6adb1d
No related branches found
No related tags found
1 merge request!53WIP: rPPG as features for PAD
Pipeline #
...@@ -7,6 +7,7 @@ from .FrameDiffFeatures import FrameDiffFeatures ...@@ -7,6 +7,7 @@ from .FrameDiffFeatures import FrameDiffFeatures
from .Chrom import Chrom from .Chrom import Chrom
from .SSR import SSR from .SSR import SSR
from .Li import Li
def __appropriate__(*args): def __appropriate__(*args):
......
...@@ -3,6 +3,7 @@ from .ImageFaceCrop import ImageFaceCrop ...@@ -3,6 +3,7 @@ from .ImageFaceCrop import ImageFaceCrop
from .FrameDifference import FrameDifference from .FrameDifference import FrameDifference
from .VideoSparseCoding import VideoSparseCoding from .VideoSparseCoding import VideoSparseCoding
from .CopyVideo import CopyVideo
def __appropriate__(*args): def __appropriate__(*args):
"""Says object was actually declared here, and not in the import module. """Says object was actually declared here, and not in the import module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment