improved-nerfmm icon indicating copy to clipboard operation
improved-nerfmm copied to clipboard

Unofficial & improved implementation of NeRF--: Neural Radiance Fields Without Known Camera Parameters

Results 5 improved-nerfmm issues
Sort by recently updated
recently updated
newest added

Nvidia introduced a new method for training Nerf that takes only 2 seconds to get results … a project like this will be amazing if it used it. https://nvlabs.github.io/instant-ngp/

Hi @ventusff, thanks for the interesting experiments and nice visualizations! I wonder why you choose to use SIREN activation in NeRF-- in the first place? People seems to have [trouble](https://github.com/bmild/nerf/issues/60)...

Trying to experiment with perceptual model, upon training it says: ``` Traceback (most recent call last): File "train.py", line 490, in main_function(config) File "train.py", line 224, in main_function perceptual_net =...

I have run it with my own data. How to export its meshes and pointcloud?