Hi everyone,
I am using the Unity 2022.2.18f1 with a Zed 2 to run the body tracking example.
-zed sdk 4.0.3
-Cuda 12.1
I have optimized all the model with this command ./“ZED Diagnostic.exe” -aio from the tutorial.
The Zed diagnostic tool said that everything is fine.
The Zed depth viewer works also in Neural mode.
The body tracking c++ sample also works using DEPTH_MODE::NEURAL and BODY_FORMAT::BODY_70.
Nevertheless every time I run the Unity samples, they try to optimize the neural model or the AI model if Depth Mode != Neural, ending in a timeout and saying to optimize outside of Unity.
Did anyone meet the same trouble before? and know how to solve it?