nmf icon indicating copy to clipboard operation
nmf copied to clipboard

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...

Results 6 nmf issues
Sort by recently updated
recently updated
newest added

I can't find texture map or blender file of ball scene in RefNeRF repo, but I see relighted result of ball is reported on your paper. Is there any script...

Hi, I am trying to run NMF on my own datasets. My dataset format is dtu or neus, for which I write a new dataloader. But I notice the rendered...

Hi, where can I get surface normal images of blender dataset. The value of the surface normal image in the data accessible from [the official github page](https://github.com/bmild/nerf) seems to be...

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:...

The bug occurs when parameter downsample is set to >1 and it is located on the following line: https://github.com/half-potato/nmf/blob/3ef13e798a27e8c06d6186b87b0354044faad050/dataLoader/blender.py#L162C1-L163C1 To solve it the image should be read with Pillow (uncomment...

To further reduce the variance of the estimated value ofthe rendering equation (see Equation 15), we use quasirandom sampling sequences. Specifically, we use a Sobolsequence [36] with Owens scrambling [30],...