PoseDetectorOptions.PerformanceMode
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
PoseDetectorOptions.PerformanceMode controls accuracy and speed trade-offs in pose detection.
Choosing the accurate mode results in longer runtime, while the faster mode may result in less accurate detections.
Supported performance modes include PERFORMANCE_MODE_FAST and PERFORMANCE_MODE_ACCURATE.
public static abstract @interface PoseDetectorOptions.PerformanceMode implements
Annotation
Defines options to control accuracy / speed trade-offs in performing pose detection. In
general, choosing the more accurate mode will generally result in longer runtime, whereas
choosing the faster mode may result in less accurate detections.
PerformanceMode constants - enumeration of supported performance modes:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],[]]