Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied: './ckpt/checkpoint' #10

Open
jeevottamlokurti opened this issue Mar 21, 2020 · 0 comments
Open

Permission denied: './ckpt/checkpoint' #10

jeevottamlokurti opened this issue Mar 21, 2020 · 0 comments

Comments

@jeevottamlokurti
Copy link

jeevottamlokurti commented Mar 21, 2020

Traceback (most recent call last):
File "./flow", line 6, in
cliHandler(sys.argv)
File "C:\SDCPD\Traffic_sign_detection_YOLO-master\Traffic_sign_detection_YOLO-master\darkflow\darkflow\cli.py", line 26, in cliHandler
tfnet = TFNet(FLAGS)
File "C:\SDCPD\Traffic_sign_detection_YOLO-master\Traffic_sign_detection_YOLO-master\darkflow\darkflow\net\build.py", line 76, in init
self.setup_meta_ops()
File "C:\SDCPD\Traffic_sign_detection_YOLO-master\Traffic_sign_detection_YOLO-master\darkflow\darkflow\net\build.py", line 151, in setup_meta_ops
if self.FLAGS.load != 0: self.load_from_ckpt()
File "C:\SDCPD\Traffic_sign_detection_YOLO-master\Traffic_sign_detection_YOLO-master\darkflow\darkflow\net\help.py", line 23, in load_from_ckpt
with open(os.path.join(self.FLAGS.backup, 'checkpoint'), 'r') as f:
PermissionError: [Errno 13] Permission denied: './ckpt/checkpoint'

even tried running cmd promt as administrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant