Our method takes as input a collection of images (100 in our experiments) with known cameras, and outputs the volumetric density and normals, materials (BRDFs), and far-field illumination (environment map) of the scene.
I am trying to run refnerf - gardenshperes real dataset (llff type),
https://dorverbin.github.io/refnerf/,
using following config:
scenedir: gardenspheres
dataset_name: llff
downsample_train: 4
downsample_test: 4
ndc_ray: false
near_far: [1, 6]
I am trying to run refnerf - gardenshperes real dataset (llff type), https://dorverbin.github.io/refnerf/, using following config: scenedir: gardenspheres dataset_name: llff downsample_train: 4 downsample_test: 4 ndc_ray: false near_far: [1, 6]
stack_norms: false
aabb_scale: 2
But it is not working,