-
Notifications
You must be signed in to change notification settings - Fork 43
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
"posenet_decoder" for Windows #22
Comments
Hello @baghbidi can you please share the posenet_shared_lib.dll file here. Thanks! |
@hjonnala, here is the compiled DLL: Thanks! |
@hjonnala Any updates? |
edgetpu rutime 14 does not work on windows. So can you please try with release-frogfish and share the build instructions here: https://github.com/google-coral/libcoral/tags Thanks! |
Hey @hjonnala. Compiled it with frogfish release and still getting the same error |
Have you compiled it on Windows Machine or MacOS? Can you please share the build instruction steps to reproduce the issue.. Thanks! |
Built it on Windows:
|
Looking at the error, seems like you're missing some prerequisites:
I am using Bazel 4.2.1 |
@hjonnala any updates? |
Description
Hello.
I have been looking for the DLL version of posenet_decoder for Windows but since I couldn't find it online, I decided to build it using bazel.
Added this section to
coral/pose_estimation/BUILD
It gives me a DLL file but I cannot load it with
load_delegate
and getting this error:Any idea how I could solve this issue?
Click to expand!
Issue Type
Support, Feature Request
Operating System
Windows 10
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
Python 3.7
Relevant Log Output
No response
The text was updated successfully, but these errors were encountered: