NerfingMVS
NerfingMVS copied to clipboard
Bad results on LLFF dataset
Hi, I tried to test NerfingMVS on LLFF dataset but get bad results. For example, on scene horns
in LLFF dataset, the orignal NeRF gets PSNR=28.85
while NerfingMVS only gets PSNR=19.41
. One rendered test image looks like this:
My config file for this scene is:
expname = horns_test
basedir = ./logs
datadir = ./raw_data/horns
factor = 8
N_rand = 1024
N_samples = 64
use_viewdirs = True
raw_noise_std = 1e0
depth_H = 384
depth_W = 512
May I ask for your results on this scene if you have tested it before? I am curious why the performance looks so bad on this scene.
Thanks!