You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Are you using the most recently pushed code? The bug is fiexed in the commit "Fixed bug in dtu dataset (the order of image width and hight)" on Nov 11, 2021.
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.
The text was updated successfully, but these errors were encountered: