Hi, I noticed that you use the absolute value of bm while training and do not use normalization. ``` bm = bm_ori / 448 * 255. ``` Have you tried relative value and normalization of bm? If so, what is the effect on the result?