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 Shuffle Dataset node takes a list of images and randomly changes their order. It uses a seed value to control the randomness, ensuring the same shuffle order can be reproduced. This is useful for randomizing the sequence of images in a dataset before processing.

Inputs

ParameterData TypeRequiredRangeDescription
imagesIMAGEYes-The list of images to be shuffled.
seedINTNo0 to 18446744073709551615Random seed. A value of 0 will produce a different shuffle each time. (default: 0)

Outputs

Output NameData TypeDescription
imagesIMAGEThe same list of images, but in a new, randomly shuffled order.