diff --git a/Writerside/allor-doc.tree b/Writerside/allor-doc.tree index 34e93b7..cba2e3e 100644 --- a/Writerside/allor-doc.tree +++ b/Writerside/allor-doc.tree @@ -112,6 +112,7 @@ + diff --git a/Writerside/topics/Image-Batch-Permute.md b/Writerside/topics/Image-Batch-Permute.md new file mode 100644 index 0000000..aebea2e --- /dev/null +++ b/Writerside/topics/Image-Batch-Permute.md @@ -0,0 +1,37 @@ +# Permute + + + + ImageBatchPermute + + + The ultimate way to work with batch of images. Allows you to rearrange, copy and remove images. + + + PyTorch + + + + + RGB/A images + + +

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

+
+ + Order start with zero if true and with one if false + +
+
+ + + + RGB/A images + + + +
diff --git a/Writerside/topics/Image-Batch.md b/Writerside/topics/Image-Batch.md index 2dbd97c..7f8dfdd 100644 --- a/Writerside/topics/Image-Batch.md +++ b/Writerside/topics/Image-Batch.md @@ -25,3 +25,9 @@ Text Text **Backend**: PyTorch. + +### Permute + +Text + +**Backend**: PyTorch.