I was wondering if there are any plans to have the Holistic Detection (face + pose + hand tracking) implemented in MLKit, or if there is an easy and efficient way to add the face and the hand detection to the pose detection results.
How can I do Holistic tracking on MLKit
303 Views Asked by Baloo At
1
There are 1 best solutions below
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in FACE-DETECTION
- Unable to open shape_predictor_68_face_landmarks.dat
- MediaPipe buffer too small
- How to use Google ML KIT to recognize facial expressions Determine whether a person is smiling or has their eyes closed
- How can i remove background from face image using PRNet and get an image containing only face?
- How can I improve the accuracy of the my program to detect the required faces properly?
- Facial Recognition in Flutter using Google ML Kit
- I cannot find the problem in this code for cropping the face in the bounding box and then saving it
- Not Able to access external webcam in react-use-face-detection
- Error de OpenCV: ConvolutionLayerImpl::getMemoryShapes() - Assertion failed
- Detect and crop face using flutter google_mlkit_face_detection
- There is already a vedacore folder, but it can't be brought in via the import
- Face orientor using RTSP camera
- Flutter: Detecting Face from Image URL and Cropping Profile Picture
- How to turnoff capturing sound from expo-camera when taking pictures
- How to add custom normalize image data by MlContext.Transform?
Related Questions in GOOGLE-MLKIT
- Way to get CustomPainter to track face in Camera Flutter MLKit
- ML Kit (Entity Extraction) cannot recognize date format (dd/mm) or hour format (18h something)
- What‘s the license for Google ML Kit? How should I obtain it?
- Disable the spelling correction on ML Digital Ink Recognition
- Facing issue while running the app for ocr detection with mlkit-text-recognition v16.2.0 dependency
- Flutter Cloud_Firestore and Google ml kit not working together
- How to use Google ML KIT to recognize facial expressions Determine whether a person is smiling or has their eyes closed
- How to make a Body Movement Comparison with ML kit/MediaPipe for Mobile?
- Custom Model with ML Kit Returning Incorrect Bounding Boxes, Mismatch with Preview
- ML Kit object detection using custom model how to get bounding box coordinate?
- building custom image classification model not working
- How to open a GmsDocumentScanningResult.Pdf
- Google ML Kit Text recognition v2 unbundled library having problem of recognizing numbers as characters in OCR Based Android App
- Tensorflow Lite model in wrong output format how to use in Google ML Kit?
- How to read a barcode with MLKit?
Related Questions in POSE-DETECTION
- Running MediaPipe Pose Landmarker in iOS
- How to use WebWorkers with @mediapipe/tasks-vision (Pose Landmarker)
- ML-Kit Android pose detection landmark coordinate matching with preview
- Add keypoint Extraction Post-Processing Layer to TensorFlow Model
- How can i perfectly Pass Processed frames to Display?
- MediaPipe Pose Landmarker Question - how to play a sound when certain pose is detected
- Image dimension, ByteBuffer size and format don't match. Please check if the ByteBuffer is in the declared format
- How to convert YOLOv7 model into core ML model for pose detection
- How to get 3D points with both CMSampleBuffer and AVDepthData in iOS17 with video session?
- i could not installl a openpose library from c++ for pose detection
- Storing AVDepthData for processing in Swift
- Mediapipe pose_landmarks out of range [0, 1]
- How to convert modified python mediapie model to tfllite to use in flutter app
- Framerate decreases after multiple video file loads on my MediaPipe Pose Detection Webserver
- Error on running bazel build to use mediapipe pose detection
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
We are looking at this indeed. However, since it is a very compute intensive set of tasks, we want to make sure it can run on a wide range of devices, rather than just flagship phones. If you are looking for this functionality today, I would go with the MediaPipe solution like you reference as well.