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

do you have a plan to update mediapipe version from 0.8.10 to 0.8.11? #815

Closed
choigawoon opened this issue Dec 20, 2022 · 2 comments
Closed
Labels
type:feature New feature or request

Comments

@choigawoon
Copy link

choigawoon commented Dec 20, 2022

Feature Description

if you dont mind, i want your plugin having mediapipe plugin 0.8.11 as you did for 0.8.10, #585
here's the mediapipe release, https://github.com/google/mediapipe/releases/tag/v0.8.11

Current Behaviour/State

multiple landmark values for handtracking on the client side are different with my server using mediapipe 0.8.11

Additional Context

i'm in development on my AR Game using the HandTracking Solution.
there is a server to predict where my gesture of player is correct or not.

i'm in trouble with poor performance on my unity game because my game send a image made from webcam at 10fps.
i tried to fix this by getting the values for hand tracking on the client side and send them instead of the image, but the values are slightly different from on my server side when detecting the same video source.

i guess it`s from the version difference of mediapipe between my server and my client.

or if you give me an any advice how to upgrade the version of mediapipe on my self, it would be good for me.

thank you

@choigawoon choigawoon added the type:feature New feature or request label Dec 20, 2022
@homuler
Copy link
Owner

homuler commented Dec 22, 2022

I'm planning to upgrade the MediaPipe version if the next version is released.

i guess it`s from the version difference of mediapipe between my server and my client.

Is the difference important?
If so, I'll seriously consider it, but if only the fact there're differences in the result is important, I think you can downgrade the MediaPipe version you're running on your server.

if you give me an any advice how to upgrade the version of mediapipe on my self, it would be good for me.

Please see #585.
At least, you need to update the WORKSPACE file, and in most cases, you also need to update patch files under the third_party directory.

@homuler homuler added the stat:awaiting response Awaiting response from author label Dec 22, 2022
@homuler homuler closed this as completed Jan 16, 2023
@homuler homuler reopened this Jan 23, 2023
@homuler homuler removed the stat:awaiting response Awaiting response from author label Jan 24, 2023
@homuler
Copy link
Owner

homuler commented Jan 29, 2023

resolved by #837

@homuler homuler closed this as completed Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants