ronitsinha / speed-detectorLinks
A Python/OpenCV car speed detector
☆142Updated 4 years ago
Alternatives and similar repositories for speed-detector
Users that are interested in speed-detector are comparing it to the libraries listed below
Sorting:
- Vehicle Speed Check☆264Updated 3 years ago
- Hobby project to track vehicles that are over speeding and violating red light☆302Updated 3 years ago
- This project imlements the following tasks in the project: 1. Vehicle counting, 2. Lane detection. 3.Lane change detection and 4.speed es…☆315Updated 2 years ago
- Using Python and OpenCV to count cars on a highway.☆62Updated 5 years ago
- Run a Jupyter Notebook to detect, track, and count cars in a video using Maximo Visual Insights (formerly PowerAI Vision) and OpenCV☆327Updated 2 years ago
- This project aims to count every vehicle (motorcycle, bus, car, cycle, truck, train) detected in the input video using YOLOv3 object-dete…☆155Updated 5 years ago
- Detecting Cars in real time and identifying the speed of cars and tracking☆65Updated 6 years ago
- The system takes video footage of a highway as input and provides statistics like the count of vehicles and an average estimated speed of…☆61Updated 6 years ago
- ☆67Updated 5 years ago
- The main objective of this project is to identify overspeed vehicles, using Deep Learning and Machine Learning Algorithms. After acquisit…☆166Updated 2 years ago
- Detect and track vehicles on a video stream and count those going through a defined line.☆99Updated 6 years ago
- object detection in video☆99Updated 2 years ago
- The System consists of two main components. Vehicle detection model and A graphical user interface (GUI)☆164Updated 10 months ago
- Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.☆340Updated 2 years ago
- According to YOLOv3 and SORT algorithms, counting multi-type vehicles. Implemented by Pytorch.