Unverified Commit 0d1cf203 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

Update README.md

parent 5637cc9a
...@@ -9,11 +9,11 @@ efficient volumetric rendering of radiance fields, which is universal and plug-a ...@@ -9,11 +9,11 @@ efficient volumetric rendering of radiance fields, which is universal and plug-a
Using NerfAcc, Using NerfAcc,
- The `vanilla NeRF` model with 8-layer MLPs can be trained to *better quality* (+~0.5 PNSR) \ - The `vanilla NeRF` model with 8-layer MLPs can be trained to *better quality* (+~0.5 PNSR)
in *1 hour* rather than *1~2 days* as in the paper. in *1 hour* rather than *1~2 days* as in the paper.
- The `Instant-NGP NeRF` model can be trained to *better quality* (+~0.7 PSNR) with *9/10th* of \ - The `Instant-NGP NeRF` model can be trained to *better quality* (+~0.7 PSNR) with *9/10th* of
the training time (4.5 minutes) comparing to the official pure-CUDA implementation. the training time (4.5 minutes) comparing to the official pure-CUDA implementation.
- The `D-NeRF` model for *dynamic* objects can also be trained in *1 hour* \ - The `D-NeRF` model for *dynamic* objects can also be trained in *1 hour*
rather than *2 days* as in the paper, and with *better quality* (+~0.5 PSNR). rather than *2 days* as in the paper, and with *better quality* (+~0.5 PSNR).
- Both *bounded* and *unbounded* scenes are supported. - Both *bounded* and *unbounded* scenes are supported.
......
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