keypointsWithAnnotations(targetFrameRate:)
Generates a data table with action annotations of the data source.
Declaration
func keypointsWithAnnotations(targetFrameRate: Double = MLActionClassifier.__Defaults.targetFrameRate) throws -> MLDataTableParameters
- targetFrameRate:
The number of frames per second the method uses to extract body landmarks from the data source. This no effect if the data source is an Labeledkeypointsdataframe(_:sessionidcolumn:labelcolumn:featurecolumn:) or an Labeledkeypointsdata(table:sessionidcolumn:labelcolumn:featurecolumn:).
Return Value
A data table.