Skip to content

Releases: nerfstudio-project/nerfacc

v0.5.3

31 May 18:47
4331306
Compare
Choose a tag to compare

Highlights

Rendering (during test-time) with OccGridEstimator is now 2x - 3x faster. (see #217).

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.3

v0.5.2

24 Apr 08:00
d84cdf3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Apr 10:22
ebeb5dd
Compare
Choose a tag to compare

Start supporting ray generation with CUDA acceleration.

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

v0.5.0

05 Apr 02:51
077fda5
Compare
Choose a tag to compare

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

03 Apr 05:45
e547490
Compare
Choose a tag to compare

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: v0.3.5...v0.4.0

v0.3.5

23 Feb 21:59
Compare
Choose a tag to compare

Fix JIT build failure with pip install nerfacc.

v0.3.4

31 Jan 11:49
df74091
Compare
Choose a tag to compare

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

18 Jan 01:34
58d6b4c
Compare
Choose a tag to compare

What's Changed

** Minor bug fixes

v0.3.2

30 Dec 14:21
1714ba0
Compare
Choose a tag to compare

What's Changed

TLDR: Minor fixes here and there.

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Nov 07:22
488bca6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1