Meanwhile, the RegressionSkeletonization does not work.
What is working:
I also tried with the GUI, the Nuitrack AI GUI works fine with skeletonization and csv recorder
meanwhile, nuitrack_sample.exe also works fine with skeletonization
Here are the platforms I am running on
Windows 11
Python 3.10.16
IntelRealsense L515
Nuitrack v0.37.24
It looks like NUITRACK_HOME variable is not set or open vino library conflict.
Could you check the value in the NUITRACK_HOME variable in python print(os.path.isdir(os.getenv("NUITRACK_HOME")))?
Do you have other packages or programs using open vino? Could you send me the pip3 freeze log?
Tested on python 3.10.11(latest pre-build release available for download) and 3.10.16 with all the packages you mentioned and everything works fine.
Can we remotely connect to your pc via anydesk to diagnose the issue?