Order of preprocessing steps

Hi support,
I would love to understand why I can not chose the order of the preprocessing steps. Am i doing something wrong?

I have very high quality images (9mp) that I have correctly annoted my images. Now i am trying to create a dataset version , doing the following steps :
a) Auto-Orient
b) Tile (6x4)
c) Resize “Fit (black edges)”

What happens is that if i do those steps they get changed in order and the resize step (c) goes before the tile first which give totally different results.
I am processing small insects and therefore i need to do them in that order.

and after adding the “resize” ( which i was expecting to go 3rd, it gets on 2dn position)

I hope i am doing something wrong since for me this looks like a showstopper.

thanks in advance.

I think it will always do the resize first. Could you calculate the appropriate resize need to still needed to end up with the size tile you want?

e.g. if you have a 1000x1000 image and want to tile it into 10x10 you would get tiles of 100x100. if you want your tiles to be 10x10 then instead of specifying resize to 10x10 after tiling, you can get the same effect by first resizing the whole image to 100x100 and then tiling in 10 rows and columns

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.