Page Summary
-
AccuratePoseDetectorOptions allow for pose detection with higher accuracy but at the cost of increased model size and slower processing speed.
-
These options inherit from CommonPoseDetectorOptions and can be initialized with a simple
init()call in Swift.
AccuratePoseDetectorOptions
class AccuratePoseDetectorOptions : CommonPoseDetectorOptionsOptions for specifying a pose detector with more accurate, but larger and slower models.
-
Creates a new instance.
Declaration
Swift
init()