You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: