8000 fix on python 3.8+ ctypes changes on CDLL by dekkmarsvin · Pull Request #5662 · AlexeyAB/darknet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix on python 3.8+ ctypes changes on CDLL #5662

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

Merged
merged 3 commits into from
Aug 26, 2023
Merged

Conversation

dekkmarsvin
Copy link

i got the error
FileNotFoundError: Could not find module for CDLL
looks like add a winmode parameter can fix it.

8000
mini fix
FileNotFoundError: Could not find module
darknet.py Outdated
@@ -524,4 +524,4 @@ def performBatchDetect(thresh= 0.25, configPath = "./cfg/yolov4.cfg", weightPath
if __name__ == "__main__":

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • [ ]

@AlexeyAB AlexeyAB added the ToDo RoadMap label Jul 25, 2020
@cenit cenit merged commit 2fa6307 into AlexeyAB:master Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ToDo RoadMap
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0