Dear Authors,
Thanks for the amazing work.
I have some problem when the size of image h not equal to w, when cal psnr on phase B the render image is [w,h], but the real img is [h,w], this problem also show on tensorboard 'rgb'
detail:
similarity.py
mse
value = (image_pred - image_gt) ** 2
Thanks for your help.
Dear Authors,
Thanks for the amazing work.
I have some problem when the size of image h not equal to w, when cal psnr on phase B the render image is [w,h], but the real img is [h,w], this problem also show on tensorboard 'rgb'
detail:
similarity.py
mse
value = (image_pred - image_gt) ** 2
Thanks for your help.