nerfbaselines icon indicating copy to clipboard operation
nerfbaselines copied to clipboard

Reproducible evaluation of NeRF methods

Results 7 nerfbaselines issues
Sort by recently updated
recently updated
newest added

I saw quite different results of nerfstudio on blender data as reported in https://jkulhanek.com/nerfbaselines/ ``` ns-train nerfacto --data materials --pipeline.model.disable_scene_contraction=True --pipeline.model.use_appearance_embedding=False --pipeline.model.camera_optimizer.mode=off --output-dir train blender-data ``` I am getting 26.3...

nerfbaseline cmd tool is a nice work on intergrating some new 3d recons models. However, the tool only has the viewer option to take a look on 3d structure without...

Hey @jkulhanek, I am wondering if you are interested in adding the results of gsplat into your baseline comparisons as well? Currently, from my findings, some features in gsplat definitely...

Prepares Taming-3DGS method, but the source code of Taming 3DGS is not finished yet - the densification part is missing from the released code. This PR will wait for it...

For gaussian-opacity-fields it appears that grads and grads_abs may not be getting cleared correctly between calls of densify_and_prune(). They seem to double in size each time, eventually leading to out...

Add more information about the trained models: - Add GPU type to web - Show (avg.) resolution of the images - Show some example image predictions - Add details on...

enhancement