Hello, I was using the image_process function in core/utils.py at line 80. I saw that the image was resized to (nw, nh). I was wondering why it was not (nh, nw) which I thought will make more sense. I'll appreciate if you answer this question.
Thanks