Skip to content

A traffic light detector module that utilizes Faster R-CNN ResNet101 (COCO)

License

Notifications You must be signed in to change notification settings

imciflam/traffic-lights-detector

Repository files navigation

Traffic Light Detector

Data preprocessing:

  1. Assuming that the starting dataset has a form of videos, run
python split_video.py --pathIn *the path to a video*

to split videos into frames.

  1. Rename resulting images
python rename_pics.py
  1. In order to change images' contrast, run
python change_contrast.py

Making predictions:

  1. Put your images to test_images folder
  2. Run
python main.py

Result:

alt text

About

A traffic light detector module that utilizes Faster R-CNN ResNet101 (COCO)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published