Skip to content

DnnFeaturizeImage sample doesn't match the signature in the current API #3079

Closed
@yaeldekel

Description

@yaeldekel

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).

Metadata

Metadata

Assignees

Labels

APIIssues pertaining the friendly APIdocumentationRelated to documentation of ML.NET

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions