Background subtraction using OpenCV. parallelized using MPI.
Input | output |
---|---|
- Install Python
- Install MPI
- Install Dependencies
py -m venv venv
venv/Scripts/pip install install -r requirements.txt
Place the video file in the input folder and update INPUT_FILE
in __main__.py
.
venv/Scripts/python -m remaining-be-champions
This project is licensed under the MIT License - see the LICENSE file for details