Allor Documentation v.2 Help

Permute

Full Name

ImageBatchPermute

Description

The ultimate way to work with batch of images. Allows you to rearrange, copy and remove images.

Backend

PyTorch

Input Parameters
Images

RGB/A images

Permute

New order of images

Wait for string input of numbers like "1 3 2 4"

Numbers can have any characters between them. "1er!3,0002.4" will be processed as [1, 3, 2, 4]

Images can be copied. "1 1 1 1" return you 4 images with index 1

And finally, the images can be removed. "1 4" will skip the image with index 2 and 3

Start with zero

Order start with zero if true and with one if false

Output Parameters
Images

RGB/A images

Last modified: 04 December 2023