Beginner-Traffic-Light-Detection-OpenCV-YOLOv3
sort
Our great sponsors
Beginner-Traffic-Light-Detection-OpenCV-YOLOv3 | sort | |
---|---|---|
3 | 4 | |
20 | 2,853 | |
- | - | |
0.8 | 0.0 | |
about 1 year ago | 5 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Beginner-Traffic-Light-Detection-OpenCV-YOLOv3
- Beginner tutorial for Traffic Light Detection using Opencv and YOLOv3
- Traffic Light Detection for Beginners Using OpenCV and YOLOv3
-
I made a traffic light detection program with a self-trained dataset
This is my first CV project. I made a Python program that identifies Traffic Lights in video's. The dataset I made consists of hundreds of images of Traffic lights I made myself using my Dashcam. The training was done with a Google Colab GPU.Please take a look at my project and let me know what you think! (https://github.com/initdebugs/Beginner-Traffic-Light-Detection-OpenCV-YOLOv3)
sort
- How to track an object between detections with a kalman filter?
-
[P] Gait Recognition in the wild
The model is an ST-GCN trained in a completely unsupervised manner, from a LOT of skeleton sequences. Pose estimation was performed with AlphaPose, and tracked using SORT.
-
Is it possible to track objects on the go?
Yes it is possible! It's an addition to object detection, so I suggest you look for "object detection tracking". You can find articles like this one which refers to Python libraries like this one.
-
I made a traffic light detection program with a self-trained dataset
congratz! that's a great project. since you have the detector operating on videos, you could add a simple tracking-by-detection method like SORT. https://github.com/abewley/sort#using-sort-in-your-own-project it's really easy to use, and creates temporally constistent tracks by associating detections in successive frames.
What are some alternatives?
imagezmq - A set of Python classes that transport OpenCV images from one computer to another using PyZMQ messaging.
yolo-tf2 - yolo(all versions) implementation in keras and tensorflow 2.x
SkunkBooth - Text based command line webcam photobooth app
opencv-steel-darts - Automatic scoring system for steel darts using OpenCV, a Raspberry Pi 3 Model B and two webcams.
Batch-crop-images - A tool for cropping similar images in a batch with an interface.
deep_sort - Simple Online Realtime Tracking with a Deep Association Metric
AlphaPose - Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
YOLO-Mosaic - Perform mosaic image augmentation on data for training a YOLO model
rock_paper_scissors - Rock, paper, scissors - beginner python project