NerfingMVS icon indicating copy to clipboard operation
NerfingMVS copied to clipboard

Bad results on LLFF dataset

Open Beniko95J opened this issue 2 years ago • 0 comments

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: 000_nerf

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!

Beniko95J avatar Sep 05 '22 01:09 Beniko95J