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