simulamet-host / video_analytics

E2Evideo: End to End Video and Image Pre-processing and Analysis Tool
https://link.springer.com/chapter/10.1007/978-3-031-53302-0_19
MIT License
7 stars 0 forks source link
action-recognition computer-vision deep-learning feature-extraction

E2E Video and Image Preprocessing for DL: Domain Independent Pipeline

Python 3.8 Test codecov.io

Pylint contributions welcome Documentation Documentation

πŸ“– Description

e2evideo is a versatile Python package designed for video and image pre-processing and analysis πŸŽ₯πŸ“Έ. It comprises domain-independent modules that can be customized to suit specific tasks in various fields of computer vision.

package overview

πŸ› οΈ Installation

To install e2evideo, clone the Git repository, navigate to the directory, and run:

pip install .

πŸš€ Features :

video_preprocessing

image_preprocessing

feature_extractor

πŸ’» Usage

Import the package and utilize its modules as required:

import e2evideo
# Your code here

πŸ“š Documentation

For more detailed instructions and examples, refer to the Documentation.

🀝 Contributing

Contributions to E2Evideo are welcome! If you would like to contribute, please fork the repository and create a pull request.

contibute

πŸ“œ License

E2Evideo is available under the MIT License πŸ“„.

πŸ“ƒ Citation

For academic use, please cite the package as follows:

@inproceedings{10.1007/978-3-031-53302-0_19,
    author = {Alawad, Faiga and Halvorsen, P{\aa}l and Riegler, Michael A.},
    booktitle = {MultiMedia Modeling},
    editor = {Rudinac, Stevan and Hanjalic, Alan and Liem, Cynthia and Worring, Marcel and J{\'o}nsson, Bj{\"o}rn Þ{\'o}r and Liu, Bei and Yamakata, Yoko},
    isbn = {978-3-031-53302-0},
    pages = {258--264},
    publisher = {Springer Nature Switzerland},
    title = {E2Evideo: End to End Video and Image Pre-processing and Analysis Tool},
    year = {2024}}