Contents

MLHandPoseClassifier.DataSource.labeledImageData(table:imageColumn:labelColumn:)

Creates a data source from a data table that contains the hand joint locations and annotation for a set of image files.

Declaration

case labeledImageData(table: MLDataTable, imageColumn: String = __Defaults.imageColumnName, labelColumn: String = __Defaults.labelColumnName)

Discussion

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

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

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

See Also

Creating a data source