We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone
we have trouble with this error, I've checked the PATH, and to be sure, we've export PATH="/path/to/module"
can anybody help? I appreciate that, I guess it should be easy to resolve
The text was updated successfully, but these errors were encountered:
You can set the path manually when you initialize the libraries doing something like this:
pykinect.initialize_libraries(track_body=True, module_k4abt_path=path_to_your_library)
Sorry, something went wrong.
I encounter another probelm :/
examples git:(master) ✗ python examplePlaybackBodyTracker.py [1] 13889 segmentation fault (core dumped) python examplePlaybackBodyTracker.py
can anybody help?
I encounter another probelm :/ examples git:(master) ✗ python examplePlaybackBodyTracker.py [1] 13889 segmentation fault (core dumped) python examplePlaybackBodyTracker.py can anybody help?
I also met segmentation fault (core dumped), could you solve it yet?
#87 #59 Add init_onnx_provider
5d7b920
No branches or pull requests
Hi everyone
we have trouble with this error, I've checked the PATH, and to be sure, we've export PATH="/path/to/module"
can anybody help? I appreciate that, I guess it should be easy to resolve
The text was updated successfully, but these errors were encountered: