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 167 forks source link

PermissionError: [Errno 13] Permission denied: #7

Closed Riba741 closed 2 years ago

Riba741 commented 4 years ago

PermissionError: [Errno 13] Permission denied: 'C:\Users\Riba\Downloads\New folder\Traffic-Signal-Violation-Detection-System-master' whats the problem here help me out

anmspro commented 4 years ago

Try running Anaconda Prompt as admin. If that doesn't work then change the permissions of the directory you want to save to so that all users have read and write permissions.

See this thread - https://stackoverflow.com/questions/36434764/permissionerror-errno-13-permission-denied/36469464