Contents

MLHandActionClassifier.DataSource.labeledDirectories(at:)

Creates a data source from a folder with subfolders that each contain videos of a hand action.

Declaration

case labeledDirectories(at: URL)

Parameters

  • at:

    The URL to a folder in the file system that contains folders of hand action videos. The data source uses the name of each folder as the classification label for the hand action videos it contains.

See Also

Creating a data source