e2evideo
E2EVideo and Image Preprocessing for DL: Domain Independent Pipeline
This project provides general modules for video and images preprocessing and feature extraction. Those are domain independent, but can be tailored towards specific problems by passing optional attributes to the different modules.
Author Faiga Alawad 2023, Last updated Sep 2023.
1# pylint: disable=C0301 2 3""" 4E2EVideo and Image Preprocessing for DL: Domain Independent Pipeline 5 6This project provides general modules for video and images preprocessing and feature 7extraction. 8Those are domain independent, but can be tailored towards specific problems by passing 9optional attributes to the different modules. 10 11Author Faiga Alawad 2023, Last updated Sep 2023. 12""" 13__version__ = "0.0.0" 14__author__ = "Faiga Alawad"