Hello, thanks for your great works. However, I find that the preprocess inside [this](https://github.com/Q-Future/Q-Align/blob/main/q_align/evaluate/scorer.py) looks weird. The input image is first expanded to a square one, with extra mean-color margins by applying the expand2sqaure function. I visualized a preprocessed image, which looks like this:  while the original image is:  My teammate also reports that larger aspect ratio results in lower aesthetic score. So we are wondering if this preprocess is correct.