ML.NET Model input structure with Bitmap

  • Thread starter Thread starter Casper_L
  • Start date Start date
C

Casper_L

Guest
Hi Everyone

I have some problem about ML.NET Model input type. i want the structure like as following

public class ModelInput
{
public string Label { get; set; }
public Bitmap ImageSource { get; set; }
}

But the tutorial in the official site just have the following type

public class ModelInput
{
public string Label { get; set; }
public string ImagePath { get; set; }
}

Does anyone have the tutorial about this question?

Thanks





Tutorial

Continue reading...
 

Similar threads

J
Replies
0
Views
59
Jalil Sear [MCPD SharePoint]
J
U
Replies
0
Views
149
Unable to read modified values from Azure PATCH
U
Back
Top