-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hi, I am trying to run the dlc_live.init_inference() step but am having some issues.
I checked that my image (frame) was converted into a numpy array.
When I run the code, I get the following error.
dlc_live.init_inference(frame)
639 def __init__(self, name, mode):
--> 640 super().init(open(name, mode))
PermissionError: [Errno 13] Permission denied: 'C:\Users\username\Documents\my_dlc_model'
I have checked that the folder is writable and tried moving everything to a new folder but still seem to run into the same issue.
Has anybody else ran into this issue?
Metadata
Metadata
Assignees
Labels
No labels