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

An awesome PyTorch NeRF library

Results 16 nerf-factory issues
Sort by recently updated
recently updated
newest added

Added full-reference metrics (msssim, gmsd, msgmsd, mdsi, haarpsi, vsi, fsim) and feature-based metrics (fid). All functionality has been implemented in `src/model/interface.py` and exporting its tensorboard test and validation scalars for...

This code seems to be incompatible with the latest PyTorch and pytorch-lightning version. The error occurs in 'BatchSampler'... Do you have any plan to revise the code for the latest...

Hi, Thank you all for the great work and the release of the code. I want to try the RefNeRF in real datasets, starting by reproducing the results in the...

How can we use metashape data type or nerfstudio data in this repo?

Hi, I am having issues running this project. I suspect it's an issue with the version of pytorch_lightning. # Here's the output: ``` > python3 -m run --ginc configs/nerf/blender.gin Traceback...

when I try `python3 run.py --ginc configs/nerf/blender.gin --scene chair` after training,this happened,can you help me? logs: `Global seed set to 220901 GPU available: True (cuda), used: True TPU available: False,...

Hello, Thank you so much for this implementation of ref nerf! I have a question regarding on the gradient of the density to compute the normals. Why is `raw_density.sum()` used...

The official website seems to be unable to open when I want to see the comparative effect of several methods. Is it convenient to re-post?

"I am trying to train a model using plenoxel but some errors occured. It is shown that there is no attribute "sample_grid" in '_C'. How should I adjust the program...

hi,thanks for your remarkable work,and i am going to introduce this code as baseline. I found this "We also provide convenient visualizers for NeRF researchers." on the page,however,i could not...