traffic-light-detection-module icon indicating copy to clipboard operation
traffic-light-detection-module copied to clipboard

Module for detecting traffic lights in the CARLA autonomous driving simulator. Based on the YOLO v2 deep learning object detection model and implemented in keras, using the tensorflow backend.

Results 3 traffic-light-detection-module issues
Sort by recently updated
recently updated
newest added

I get the following error on running: Traceback (most recent call last): File "main.py", line 30, in main(arg_parser.parse_args()) File "main.py", line 13, in main yolo = YOLO(config) File "/Users/shriyavanvari/Documents/SJSU/Semester 1/CMPE...

(TensorFlow-GPU) C:\Users\lkit5\Development\traffic-light-detection-module>python generate_anchors.py -c config.json Objects omitted 19 Red light: 810 Green light: 947 1757 Traceback (most recent call last): File "generate_anchors.py", line 152, in main(args) File "generate_anchors.py", line 133,...