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
MLHandPoseClassifier.DataSource.labeledDirectories(at:)MLHandPoseClassifier.DataSource.labeledFiles(at:)MLHandPoseClassifier.DataSource.directoryWithImagesAndAnnotation(at:annotationFile:imageColumn:labelColumn:)MLHandPoseClassifier.DataSource.labeledImageDataFrame(_:imageColumn:labelColumn:)MLHandPoseClassifier.DataSource.labeledKeypointsDataFrame(_:sessionIdColumn:labelColumn:featureColumn:)MLHandPoseClassifier.DataSource.labeledKeypointsData(table:sessionIdColumn:labelColumn:featureColumn:)