Closed angelicaCruz closed 1 year ago
Not code related
It seems to be related with this: https://github.com/ibaiGorordo/pyKinectAzure/issues/59
The issue is probably with ctypes, because that line you mentioned is just creating a ctypes pointer:
To get a better idea, can you provide more info:
import ctypes
print(ctypes.__version__)
The CUDA onnx provider load was missing. I have just added it for Windows (I will check Linux later).
this happened due to env setting actually. I missed the tracker part lol. I was closing this but I forgot. Thanks though!! Do you happen to know where I can set the depth limit? I am trying to use you wrapper and the tracker to some in-bed pose estimation but I noticed that when I go in bed, the tracker stops working. If I lay on the floor, it works okay-ish but never works in bed situation. It may be that there is no sample in the training where people are laying down or the depth of the bed is calculated badly buy idk. These are speculations I am making.
I don't know if this is an issue on my end but I am running the updated code and I and I get segmentation fault when running body tracker related examples. I can record a video and play it but I cannot process it with the body tracking example anymore.
It appears to be something around the create function in tracker.py. It seem to be on line 67:
tracker_handle = _k4abt.k4abt_tracker_t()
and after that line I gettracker_handle.contents Traceback (most recent call last): File "<string>", line 1, in <module> ValueError: NULL pointer access
Thanks!