Vehicle speed estimation using the optical flow algorithm from a mono camera(CCTV)
-
Updated
Feb 14, 2026 - Python
Vehicle speed estimation using the optical flow algorithm from a mono camera(CCTV)
Speed Estimate
This project estimates the speed of vehicles in a video using YOLOv10 for object detection and DeepSORT for object tracking. It calculates speed based on pixel distance and perspective transformation, overlaying the results and bounding boxes on the output video.
Add a description, image, and links to the vehicle-speed-estimation topic page so that developers can more easily learn about it.
To associate your repository with the vehicle-speed-estimation topic, visit your repo's landing page and select "manage topics."