educative.io

Why transposing an image during the image processing?

In the implementation of SqueezeNet, during the image processing, what’s the purpose of transposing an image?


Type your question above this line.

Course: https://www.educative.io/collection/6083138522447872/5093907643760640
Lesson: https://www.educative.io/collection/page/6083138522447872/5093907643760640/6611479543414784

Hello @Mohammad_H_Tehrani,

Using the transpose, reverse the array dimensions result in the image flip across its diagonal axis. It will move the upper left corner of the image to the lower right corner.

I hope it helps.
Thank you.

1 Like