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

ctypes.ArgumentError when calling DLL #2609

Open
0de554K opened this issue May 19, 2023 · 3 comments
Open

ctypes.ArgumentError when calling DLL #2609

0de554K opened this issue May 19, 2023 · 3 comments

Comments

@0de554K
Copy link

0de554K commented May 19, 2023

net = load_net("cfg/tiny-yolo.cfg", "tiny-yolo.weights", 0)

Here need to be byte objects as arguments e.g b"path-to-net" not a str

@ai-naymul
Copy link

@FyodorK Hi I would love to work on this, could you please assign me this issue?

@0de554K
Copy link
Author

0de554K commented May 19, 2023

Sorry, I'm not a repo owner.

@ai-naymul
Copy link

Sorry, I'm not a repo owner.

Oh..got it.

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

3 participants
@0de554K @ai-naymul and others