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

Add requirements.txt and Path Change #19

Closed Muhammadsaqibsharif closed 5 months ago

Muhammadsaqibsharif commented 5 months ago

Changed the path in the files plus There was a Dependencies Issue you need to run requirements.txt file from terminal before running the project Place requirements.txt into the main project file and then open Terminal and Run This Command: pip install -r requirements.txt