MediaPipe.NET icon indicating copy to clipboard operation
MediaPipe.NET copied to clipboard

Compilation errors when running pose tracking cpu on windows

Open gb2111 opened this issue 2 years ago • 1 comments

Hello. I am trying to run pose tracking example (Mediapipe.Net.Examples.Pose) but I have following errors when compiling samples. 2>C:\Users\xxxDownloads\MediaPipe.NET-0.9.2(1)\MediaPipe.NET-0.9.2\Mediapipe.Net.Examples.Pose\Program.cs(11,21,11,30): error CS0234: The type or namespace name 'Solutions' does not exist in the namespace 'Mediapipe.Net' (are you missing an assembly reference?) 2>C:\Users\xxxDownloads\MediaPipe.NET-0.9.2(1)\MediaPipe.NET-0.9.2\Mediapipe.Net.Examples.Pose\Program.cs(23,33,23,48): error CS0246: The type or namespace name 'PoseCpuSolution' could not be found (are you missing a using directive or an assembly reference?)

Please help.

gb2111 avatar Sep 18 '23 07:09 gb2111

The solutions class were removed around 0.9.x, downgrade to 0.8.x or you can contribute the solutions class back if you're able to, I'd do it but I do not have time to re-port it again.

sr229 avatar Sep 22 '23 07:09 sr229