Skip to content

init_inference Issue #135

@cw-258

Description

@cw-258

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions