Contents

MLHandPoseClassifier.DataSource.labeledImageDataFrame(_:imageColumn:labelColumn:)

Creates a data source from a data frame that contains the location and annotation for a set of image files.

Declaration

case labeledImageDataFrame(DataFrame, imageColumn: String = __Defaults.imageColumnName, labelColumn: String = __Defaults.labelColumnName)

Discussion

  • dataFrame: A data frame that contains the locations of annotations for each hand pose image file.

  • imageColumn: The name of the column in the data frame that contains the image filenames.

  • labelColumn: The name of the column in the data frame that contains the hand pose label names.

See Also

Creating a data source