Page Summary
-
MLKAccuratePoseDetectorOptionsconfigures a pose detector prioritizing accuracy over speed and size. -
This option utilizes larger and slower models compared to other pose detector options, resulting in more precise pose estimations.
-
You can create an instance of
MLKAccuratePoseDetectorOptionsusing theinitmethod.
MLKAccuratePoseDetectorOptions
@interface MLKAccuratePoseDetectorOptions : MLKCommonPoseDetectorOptionsOptions for specifying a pose detector with more accurate, but larger and slower models.
-
Creates a new instance.
Declaration
Objective-C
- (nonnull instancetype)init;