Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 931 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 931 Bytes

Parallel Background Subtraction

License

Background subtraction using OpenCV. parallelized using MPI.

Input output
Input Example Output Example

Installation

  • Install Python
  • Install MPI
  • Install Dependencies
py -m venv venv
venv/Scripts/pip install install -r requirements.txt

Usage

Place the video file in the input folder and update INPUT_FILE in __main__.py.

venv/Scripts/python -m remaining-be-champions

License

This project is licensed under the MIT License - see the LICENSE file for details