Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation errors when running pose tracking cpu on windows #61

Open
gb2111 opened this issue Sep 18, 2023 · 1 comment
Open

Compilation errors when running pose tracking cpu on windows #61

gb2111 opened this issue Sep 18, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority:low

Comments

@gb2111
Copy link

gb2111 commented Sep 18, 2023

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
Copy link
Member

sr229 commented Sep 22, 2023

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 sr229 added enhancement New feature or request help wanted Extra attention is needed priority:low labels Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed priority:low
Projects
None yet
Development

No branches or pull requests

2 participants