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
438 stars 166 forks source link

Dependencies install Error #18

Open Muhammadsaqibsharif opened 7 months ago

Muhammadsaqibsharif commented 7 months ago

There was a Dependencies Issue you need to run requirements.txt file that 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

Muhammadsaqibsharif commented 7 months ago

You will get requirements.txt in the repo place in the main project file then install complete dependencies from that file using command as mention above