Hi,
In this repo, You will see how to detect vehicles that stopped in a given video.
Install all requirements
pip install -r requirements.txt
sudo apt install apt install libgl1-mesa-glx
python stopped_car_detect.py
You can now run the docker file directly and it will give you the exact same result
docker build -t stopped_car .
then after building
docker run stopped_car
- I want to add the functionality to save images of vehicles that have stopped into a folder.
- I want to dockerize this file - Done
- Change the image on the readme file
- Remove TG from sort and remove skimage from requirements file - Done