anmspro / Traffic-Signal-Violation-Detection-System

A Computer Vision based Traffic Signal Violation Detection System from video footage using YOLOv3 & Tkinter. (GUI Included)
GNU General Public License v3.0
431 stars 165 forks source link

Why does the output video red light turn blue #10

Closed Lhpmove closed 1 year ago

anmspro commented 1 year ago

It happens due to OpenCV's feature to represent color as BGR format which mismatches with most of tools using RGB format.