cosyneco / MediaPipe.NET

Pure .NET bindings for Google's MediaPipe.
MIT License
94 stars 18 forks source link

Compilation errors when running pose tracking cpu on windows #61

Open gb2111 opened 12 months ago

gb2111 commented 12 months ago

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.

sr229 commented 11 months ago

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.