Nerfacc Versions Save

A General NeRF Acceleration Toolbox in PyTorch.

v0.5.3

11 months ago

Highlights

Rendering (during test-time) with OccGridEstimator is now 2x - 3x faster. (see https://github.com/KAIR-BAIR/nerfacc/pull/217).

What's Changed

New Contributors

Full Changelog: https://github.com/KAIR-BAIR/nerfacc/compare/v0.5.2...v0.5.3

v0.5.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KAIR-BAIR/nerfacc/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago

Start supporting ray generation with CUDA acceleration.

  • nerfacc.cameras.opencv_lens_undistortion
  • nerfacc.cameras.opencv_lens_undistortion_fisheye

v0.5.0

1 year ago

What's Changed

This is a major update with 90% of the underlying code rewritten. Aside from improved efficiency, we also have some methodology changes with more examples and benchmarks:

  • Upgrade Occupancy Grid to support multiple levels.
  • Support Proposal Network from Mip-NeRF 360.
  • Update examples on unbounded scenes to use Multi-level Occupancy Grid or Proposal Network.
  • Contraction for Occupancy Grid is no longer supported due to it's inefficiency for ray traversal.

Examples & Benchmarks:

Teaser

v0.4.0

1 year ago

Highlight

Multi-res Occupancy Grid is now support! Reduce the training time of 360 scenes from 20mins -> 5mins.

What's Changed

New Contributors

Full Changelog: https://github.com/KAIR-BAIR/nerfacc/compare/v0.3.5...v0.4.0

v0.3.5

1 year ago

Fix JIT build failure with pip install nerfacc.

v0.3.4

1 year ago

Pre-built wheels on both Linux and Windows.

The easist way is to install from PyPI. In this way it will build the CUDA code on the first run (JIT).

pip install nerfacc

Or install from source. In this way it will build the CUDA code during installation.

pip install git+https://github.com/KAIR-BAIR/nerfacc.git

We also provide pre-built wheels covering major combinations of Pytorch + CUDA supported by official Pytorch.

# e.g., torch 1.13.0 + cu117
pip install nerfacc -f https://nerfacc-bucket.s3.us-west-2.amazonaws.com/whl/torch-1.13.0_cu117.html
Windows & Linux cu102 cu113 cu116 cu117
torch 1.10.0
torch 1.11.0 ✅*
torch 1.12.0 ✅*
torch 1.13.0

* Pytorch does not support Windows pre-built wheels for those combinations thus we do not support as well.

v0.3.3

1 year ago

What's Changed

** Minor bug fixes

v0.3.2

1 year ago

What's Changed

TLDR: Minor fixes here and there.

New Contributors

Full Changelog: https://github.com/KAIR-BAIR/nerfacc/compare/v0.3.1...v0.3.2

v0.3.1

1 year ago