https://github.com/martinkalema/traffic-light-detection
Real time traffic light detection
https://github.com/martinkalema/traffic-light-detection
artificial-intelligence computer-vision fasterrcnn-resnet50-fpn pytorch transfer-learning
Last synced: about 2 months ago
JSON representation
Real time traffic light detection
- Host: GitHub
- URL: https://github.com/martinkalema/traffic-light-detection
- Owner: MartinKalema
- License: apache-2.0
- Created: 2024-01-30T19:08:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T20:20:10.000Z (over 2 years ago)
- Last Synced: 2025-02-28T20:47:35.350Z (over 1 year ago)
- Topics: artificial-intelligence, computer-vision, fasterrcnn-resnet50-fpn, pytorch, transfer-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 263 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Traffic-Light-Detection
Traffic light detection is a critical component in computer vision systems, particularly in the context of autonomous vehicles, smart traffic management, and driver assistance systems. The primary goal is to accurately identify the presence and state (red, green, or yellow) of traffic lights in real-world scenes.
## Installation
clone this project using the bash command below
```
git clone https://github.com/MartinKalema/Traffic-Light-Detection
```