ibaiGorordo / pyKinectAzure

Python library to run Kinect Azure DK SDK functions
MIT License
454 stars 113 forks source link

Error while using exampleBodySegmentation.py #45

Closed Avita0207 closed 2 years ago

Avita0207 commented 2 years ago

Hello! It may be difficult to understand in English from the translation, but I'm sorry. I'm a college student who is now starting to touch Azure Kinect. I was looking for Azure Kinect to work with python and found your great library.

So, I tried using "exampleBodySegmentation.py", but the following error occurred. image In order to solve this problem, I saw a case of a similar error like URL in github memory before and decided to see it and put it into practice.

https://githubmemory.com/repo/ibaiGorordo/pyKinectAzure/issues/15 Here, it was said that it was solved by updating Windows and lowering the AzureKinectSDK to v10.0, so I thought I would do it, but I am in trouble because the AzureKinectSDK v10.0 can not be installed. I would be grateful if you could tell me how to solve it as soon as possible. Thank you.

ibaiGorordo commented 2 years ago

Hi!

I think the problem might be different.

Avita0207 commented 2 years ago

happy New Year!

I'm sorry I couldn't reply because I've been back to my hometown for a long time.

When I checked it, Cuda DNN could not be installed. I think that the two you have presented are completed. Does the "Azure Kinect Body Tracking SDK example" mean "k4abt_simple_3d_viewer.exe"? If this is the case, it is working. Also, when I installed Cuda DNN and tried it, I got an error like this.

image (1)

I know it's an error with no attributes, but I don't know the solution. I'm new to python, so I'm sorry for the in convenience, but I'd appreciate it if you could help me.

Thank you.

ibaiGorordo commented 2 years ago

Sorry for the delay. There was a issue in the code. The example should work well now.

Avita0207 commented 2 years ago

Thank you!

Thanks to you, you can now move the sample!

Thank you very much!