This project is based on the speed estimation tutorial from Roboflow supervision and the speed estimation example.
I've created a speed estimation app that uses a real-time traffic camera on YouTube. You can see the base video here.
This app use Yolov8 model S converted in Openvino Format and perfom detection @25 FPS on a Dell Latitude 5530 Laptop
This project requires Python 3.11. After cloning the repository, install the necessary dependencies with the following command:
pip install -r requirements.txtYou can run this project using the provided Jupyter notebook or the Python program. Make sure you have installed all the required dependencies before running it.