├── LICENSE ├── Object_Detection.py ├── README.md └── yolov3_testing.cfg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/initdebugs/Beginner-Traffic-Light-Detection-OpenCV-YOLOv3/HEAD/LICENSE -------------------------------------------------------------------------------- /Object_Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/initdebugs/Beginner-Traffic-Light-Detection-OpenCV-YOLOv3/HEAD/Object_Detection.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/initdebugs/Beginner-Traffic-Light-Detection-OpenCV-YOLOv3/HEAD/README.md -------------------------------------------------------------------------------- /yolov3_testing.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/initdebugs/Beginner-Traffic-Light-Detection-OpenCV-YOLOv3/HEAD/yolov3_testing.cfg --------------------------------------------------------------------------------