Commit 15f1c2a5 authored by Ruilong Li's avatar Ruilong Li
Browse files

index page

parent 38ef4210
NerfAcc Documentation NerfAcc Documentation
=================================== ===================================
NerfAcc is a PyTorch NeRF acceleration toolbox for both training and inference. NerfAcc is a PyTorch Nerf acceleration toolbox for both training and inference.
Using NerfAcc, Using NerfAcc,
- The `vanilla Nerf model`_ with 8-layer MLPs can be trained in **45 minutes** \ - The `vanilla Nerf model`_ with 8-layer MLPs can be trained to *better quality* (+~1.0 PNSR) \
rather than **1~2 days** as in the paper. in *45 minutes* rather than *1~2 days* as in the paper.
- The `instant-ngp Nerf model`_ can be trained to **better quality** (+~1.0 PNSR) \ - The `instant-ngp Nerf model`_ can be trained to *better quality* (+~1.0 PNSR) \
in **5 minutes** compare to the paper, and all the training code is in **Python**. in *5 minutes* compare to the paper.
- The `D-Nerf model`_ for **dynamic** objects can also be trained in **45 minutes** \ - The `D-Nerf model`_ for *dynamic* objects can also be trained in *45 minutes* \
rather than **2 days** as in the paper, and with **better quality** (+~2.0 PSNR). rather than *2 days* as in the paper, and with *better quality* (+~2.0 PSNR).
- **Unbounded scenes** from `MipNerf360`_ can be trained in \ - *Unbounded scenes* from `MipNerf360`_ can also be trained in \
**~1 hour** and get comparable quality to the paper. *~1 hour* and get comparable quality to the paper.
And it is pure python interface with flexible apis for any customized Nerf models! *And it is pure python interface with flexible apis!*
.. note::
Note:
This repo is focusing on the single scene situation. Generalizable Nerfs across \ This repo is focusing on the single scene situation. Generalizable Nerfs across \
multiple scenes is currently out of the scope of this repo. But you may still find multiple scenes is currently out of the scope of this repo. But you may still find
some useful tricks in this repo. :) some useful tricks in this repo. :)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment