hexops-graveyard/Azure-Kinect-Python

Issue in running simple_sample.py

davidemfabris opened this issue · 0 comments

Good afternoon, after running the following in the command I get the error reported below.

CMD:
(python37) C:\Users\david\OneDrive - Politecnico di Milano\PhD\Projects\Suhner\Python>python simple_sample.py

ERROR:
C:\ProgramData\Anaconda3\envs\python37\lib\site-packages\k4a/../vendor/azure_kinect/windows/amd64/
[2021-07-08 14:02:17.527] [error] [t=3648] [K4ABT] ..\src\TrackerHost\TrackerHost.cpp (167): Create(). Cannot find DNN model at: ☺
[2021-07-08 14:02:17.536] [error] [t=3648] [K4ABT] ..\src\sdk\k4abt.cpp (38): tracker->Create(sensor_calibration, config) returned failure in k4abt_tracker_create()
Body tracker initialization failed!
File "simple_sample.py", line 72, in
"Body tracker initialization failed!")
File "simple_sample.py", line 20, in VERIFY
traceback.print_stack()

I was hoping you could help me.
Thank you in advance.

Davide Maria Fabris