pixel-nerf icon indicating copy to clipboard operation
pixel-nerf copied to clipboard

Reproducing performance on DTU

Open hongsukchoi opened this issue 3 years ago • 7 comments

Hi, I read the main manuscript and supplementary material, but can't find the training detail for DTU dataset. How many epochs did you train on DTU dataset? I trained quite a lot, but cannot reproduce the table 3 here.

hongsukchoi avatar Jul 19 '21 11:07 hongsukchoi

Hello @hongsukchoi, I think I managed to reproduce it, or at least got close to it. I trained in the default setting (only with the batch size reduced by 2 from the default 4) and took about 300~ epochs to converge (about 4-5 days with an RTX 2080Ti). My model got a PSNR of 18.499 and an SSIM of 0.679 on the 3 views DTU evaluation.

danperazzo avatar Jul 23 '21 19:07 danperazzo

Hello @hongsukchoi, I think I managed to reproduce it, or at least got close to it. I trained in the default setting (only with the batch size reduced by 2 from the default 4) and took about 300~ epochs to converge (about 4-5 days with an RTX 2080Ti). My model got a PSNR of 18.499 and an SSIM of 0.679 on the 3 views DTU evaluation.

hello, I am trying to reproduce it on the DTU, too. But every epoch takes about 2.5 hours with 3 RTX 2080Ti, for it repeats DTU 32 times in one epoch. I was wondering how could it run 300 epochs during 4-5 days with an RTX 2080Ti.

colorful-liyu avatar Dec 07 '21 11:12 colorful-liyu

Hello @hongsukchoi, I think I managed to reproduce it, or at least got close to it. I trained in the default setting (only with the batch size reduced by 2 from the default 4) and took about 300~ epochs to converge (about 4-5 days with an RTX 2080Ti). My model got a PSNR of 18.499 and an SSIM of 0.679 on the 3 views DTU evaluation.

Hello @danperazzo , thank you for your information! Could I ask why do you reduce batch size from 4 to 2?

TianyuDai avatar Jul 08 '22 00:07 TianyuDai

Hello @hongsukchoi, I think I managed to reproduce it, or at least got close to it. I trained in the default setting (only with the batch size reduced by 2 from the default 4) and took about 300~ epochs to converge (about 4-5 days with an RTX 2080Ti). My model got a PSNR of 18.499 and an SSIM of 0.679 on the 3 views DTU evaluation.

I am finding difficulty running pixel-nerf

joejep avatar May 23 '23 20:05 joejep

This is the error i got trying to run pixel-nerf

pyparsing.exceptions.ParseSyntaxException: Expected '}', found '=' (at char 759), (line:34, col:18)

joejep avatar May 24 '23 01:05 joejep

Hello all, this was resolved in the following thread https://github.com/sxyu/pixel-nerf/issues/62

pip install --force-reinstall -v "pyhocon==0.3.55"

GateraGael avatar Dec 07 '23 20:12 GateraGael

Hello @hongsukchoi, I think I managed to reproduce it, or at least got close to it. I trained in the default setting (only with the batch size reduced by 2 from the default 4) and took about 300~ epochs to converge (about 4-5 days with an RTX 2080Ti). My model got a PSNR of 18.499 and an SSIM of 0.679 on the 3 views DTU evaluation.

Hello! When I try to run eval.py, it cannot find con/resnet_fine_mv.conf. How did you solve this problem?

MathewCrowley avatar Jan 03 '24 14:01 MathewCrowley