Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The LoadImageSetFromFolderNode loads multiple images from a specified folder directory for training purposes. It automatically detects common image formats and can optionally resize the images using different methods before returning them as a batch.

Inputs

ParameterData TypeRequiredRangeDescription
folderSTRINGYesMultiple options availableThe folder to load images from.
resize_methodSTRINGNo”None"
"Stretch"
"Crop"
"Pad”
The method to use for resizing images (default: “None”).

Outputs

Output NameData TypeDescription
IMAGEIMAGEThe batch of loaded images as a single tensor.