Skip to content

Commit

Permalink
update heading
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed May 17, 2024
1 parent 0fa233d commit 8578e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/machine-learning/how-to-guides/load-data-ml-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Use the `Load` method to load the data into an [`IDataView`](xref:Microsoft.ML.I
IDataView data = loader.Load(dbSource);
```

## Load images from files
## Load images

To load image data from a directory, first create a model that includes the image path and a label. `ImagePath` is the absolute path of the image in the data source directory. `Label` is the class or category of the actual image file.

Expand Down

0 comments on commit 8578e23

Please sign in to comment.