Practical system using Python and OpenCV to detect stationary vehicles in a video stream. Leveraging YOLO open source models and object tracking algorithms to identify stationary vehicles by marking them with red bounding boxes while distinguishing moving vehicles with green boxes.
git clone [email protected]:CodeRic28/stopped_vehicle_detection.git
cd stopped_vehicle_detection
pip install -r requirements.txt
python main.py --input Videos/<name-of-the-input-file.extension> --output output/<name-of-the-output-file.mp4>