gnerf icon indicating copy to clipboard operation
gnerf copied to clipboard

problem on image size

Open artist-duan opened this issue 3 years ago • 2 comments

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.

artist-duan avatar Dec 21 '21 15:12 artist-duan

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.

quan-meng avatar Dec 22 '21 01:12 quan-meng

I used the latest code, but it does not converge when training phase B

artist-duan avatar Dec 24 '21 10:12 artist-duan