Is possible to pass a byte array to a model created by Model Builder?

Andrea Maglione 21 Reputation points
2021-03-01T15:49:24.877+00:00

Hi all, i have a problem with the step of evaluation. I made a classify image model with Model Builder and i integrated it my code. The problem is appeared during the step of evaluation because i want to pass to my model a byte array of image and not an image loaded from a disk. Is possible do that? If it possibile, how will i can do that? Thank you all. Andrea

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
0 comments No comments
{count} votes

Accepted answer
  1. GiftA-MSFT 11,151 Reputation points
    2021-03-02T01:09:40.447+00:00

    Currently, Model Builder accepts data from:

    • SQL Server database
    • Local file in csv or tsv format
    • JPG or PNG files organized in folders that correspond to the categories of the classification

    Model Builder splits the training data into a training set and a test set. The training data (80%) is used to train your model and the test data (20%) is held back to evaluate your model.


0 additional answers

Sort by: Most helpful