Open JC3 opened 1 month ago
Hi @JC3,
Thank you for your interest in building MediaPipe on Jetson. Currently, this device is not officially supported, and the only supported edge device, as outlined in our documentation, is the Raspberry Pi 64. Unfortunately, we are unable to provide support for Jetson at this time. (GPU support is only available via the Pip package on macOS and standard Ubuntu.)
However, you may find the community plugin (https://github.com/anion0278/mediapipe-jetson), which supports Jetson and GPU, helpful. Please note that this implementation is based on legacy solutions. Beyond this, we can mark your request as a feature request and share it with the team.
Thanks. Yes please make it a feature request. It would be great, especially for hand landmarking. Dlib's CNN tracker is a good alternative for face detection, and there's a good Posenet + PyTorch implementation for pose landmarking, but for hands there aren't really any other good options besides Mediapipe.
Hi @JC3,
Thank you for your response. We have noted this as a feature request and will share it with our team. We hope to add support for it.
Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
OS Platform and Distribution
Ubuntu 22.04, arm64, Jetpack 6.0, CUDA 12.2
Programming Language and version
Python 3.10
MediaPipe version
0.10.9
Solution
Hand Landmarker, Face Landmarker, Pose Landmarker
Describe the actual behavior
When using the GPU delegate, the landmarkers fail to initialize.
Describe the expected behaviour
When using the GPU delegate, the landmarkers initialize.
Standalone code/steps you may have used to try to get what you need
Other info / Complete Logs