Closed
Description
The API for LoadImage
is
LoadImages(string outputColumnName, string imageFolder, string inputColumnName = null)
but in the sample it is used like this:
mlContext.Transforms.LoadImages(imagesFolder, "ImageObject", "ImagePath")
One of them should be fixed, not sure which one? @TomFinley , @artidoro , @wschin
I kind of like the second option (the folder first, output and input column names together).