jorgem0 / traffic_counter
Using Python and OpenCV to count cars on a highway.
☆60Updated 4 years ago
Alternatives and similar repositories for traffic_counter:
Users that are interested in traffic_counter are comparing it to the libraries listed below
- Simple vehicle detection and counting with python and open cv final test☆54Updated 7 years ago
- ☆67Updated 4 years ago
- This is a simple vehile detection project using Computer Vision☆69Updated 3 years ago
- Real-time PPE detection and tracking using YOLO v3 and deep_sort☆117Updated 9 months ago
- Run a Jupyter Notebook to detect, track, and count cars in a video using Maximo Visual Insights (formerly PowerAI Vision) and OpenCV☆326Updated 2 years ago
- Detect and track vehicles on a video stream and count those going through a defined line.☆92Updated 6 years ago
- Hobby project to track vehicles that are over speeding and violating red light☆300Updated 3 years ago
- This project aims to count every vehicle (motorcycle, bus, car, cycle, truck, train) detected in the input video using YOLOv3 object-dete…☆151Updated 4 years ago
- Vehicle counting in a conjusted traffic road where background subtraction gives lower performance.☆39Updated 5 years ago
- ☆11Updated 4 years ago
- A traffic counter designed using the OpenCV library for Python 3.5. This project was carried out as part of the Government Data Science A…☆109Updated 6 years ago
- YoLo is a CNN architecture which specialize in object detection. I am using tutorial from https://www.pyimagesearch.com/2018/11/12/yolo-o…