An open API service indexing awesome lists of open source software.

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

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.

## Stack
python pandas pytorch

## Installation
clone this project using the bash command below
```
git clone https://github.com/MartinKalema/Traffic-Light-Detection
```