-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Infer asset videos #3883
Comments
I am trying to use onNextFrame to infer on a javacv frame. Is there a conversion for mat/bitmap/javacv frame to mediapipe texture frame? |
Used this reference to solve my problem. Started off with using javacv FFmpegFrameGrabber. Grab each frame and convert to bitmap then convert the bitmap to textureframe and feed it to the mediapipe processor. Thanks Mediapipe Team |
Hey guys! I am still perplexed with an issue and reopening this thread. Problem Statement: I am running mediapipe pose on a bunch of bitmap images but I am getting the same inference for each image. How:
I have cross verified whether I am sending the right bitmap image to the processor and it looks fine. Is there a queue for the processor that needs to be cleared or something. I have also tried to remove the packets by calling packet.release() method @kuaashish can you help out here?? TIA |
Hi @jiuqiant, |
Hello @clydebailey, You can continue to use those legacy solutions in your applications if you choose. Though, we would request you to check new MediaPipe solutions which can help you more easily build and customize ML solutions for your applications. These new solutions will provide a superset of capabilities available in the legacy solutions. Thank you |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
I am trying to read a stream originating from a video file and display the inferences in android surface view. Any ideas how to implement the processor.getVideoSurfaceOutput().setSurface(surfaceTexture) function to output the inferred image to the screen?
`
// setupPreviewDisplayView();
The text was updated successfully, but these errors were encountered: