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
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in FACE-DETECTION
- Android camera2.params.face rectangle placement on canvas
- Face Detection with "Beyond Face Reality" SDK, copy to new canvas javascript
- Face detection throws error: !empty() in function cv::CascadeClassifier::detectMultiScale
- Opencv c++ face detection code not working
- Face alignment using openImaj API libraries
- Detecting a baby's face using OpenCV
- Real time face detection is not working
- Detect open or closed eye using openCV in python
- How to use Microsoft Face API to identify faces in a group pictures
- ‘GLib-GIO-Message: Using the 'memory' GSettings backend.’ throw when Face Detection in Ubuntu
- Face Detection with Camera
- In open CV, python how can i remove lag in the camera
- Google CustomSearch ignores imgType?
- training data augmentation in caffe along with its multilabel
- Error while detecting Face and Eye using OpenCV (Haar Cascade Object Detection)
Related Questions in GOOGLE-MLKIT
- CameraX & Barcode scanner - Barcode scanner doesn't read
- Firebase MLKit migration - Undefined symbols for architecture x86_64
- How to post text to a text box insted of a toast?
- ML Kit Barcode process fails due to Image is already closed
- Confidence of faces using the ML Kit in Android
- Spamming W/ImageReader_JNI: Unable to acquire a buffer item, very likely client tried to acquire more than maxImages buffers
- Need to click twice to update text in text view
- Reduce tracking window using google mlkit vision samples
- Set Rotation based on device sensor overriding rotation lock
- IOS ML Kit face tracking does not work correctly
- Improving MLKit Object Detection
- Closing image in ImageAnalysis makes Mlkit stop working
- How to show progress of Model downloaded from ML Kit
- Ml Kit text recognition not downloading model in Android
- MlKit Translation.getClient() returns null after MlKit dynamic initialization
Related Questions in POSE-DETECTION
- How to evaluate results of PoseNet from TensorFlow Lite
- How to convert YOLOv7 model into core ML model for pose detection
- Pose Detection for squat with count using ML Kit
- Head 3d rotation and position with MLKit PoseDetection
- No poses returned by estimatePoses in BlazePose TFJS pose detection
- Understanding the output shape of mediapipes tflite models for pose detection
- Compute distance between skeletal keypoints in pose detection mlkits then store in Firebase datase
- How can I do Holistic tracking on MLKit
- Mediapipe pose_landmarks out of range [0, 1]
- How to convert modified python mediapie model to tfllite to use in flutter app
- Storing AVDepthData for processing in Swift
- ML Kit - pose graphic overlay Compose implementation not working as intended
- How to run MediaPipe's Pose Landmark Detection on a GPU
- Pose Detection vs Object Detection/Tracking
- Google MLKit pose detection not executing onSuccessListener or onFailureListener
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 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.