Skip to content

Releases: nerfstudio-project/nerfacc

v0.5.3

Choose a tag to compare

@liruilong940607 liruilong940607 released this 31 May 18:47
4331306

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

Choose a tag to compare

@liruilong940607 liruilong940607 released this 24 Apr 08:00
d84cdf3

What's Changed

New Contributors

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

v0.5.1

Choose a tag to compare

@liruilong940607 liruilong940607 released this 09 Apr 10:22
ebeb5dd

Start supporting ray generation with CUDA acceleration.

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

v0.5.0

Choose a tag to compare

@liruilong940607 liruilong940607 released this 05 Apr 02:51
077fda5

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

Choose a tag to compare

@liruilong940607 liruilong940607 released this 03 Apr 05:45
e547490

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

Choose a tag to compare

@liruilong940607 liruilong940607 released this 23 Feb 21:59

Fix JIT build failure with pip install nerfacc.

v0.3.4

Choose a tag to compare

@liruilong940607 liruilong940607 released this 31 Jan 11:49
df74091

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

Choose a tag to compare

@tancik tancik released this 18 Jan 01:34
58d6b4c

What's Changed

** Minor bug fixes

v0.3.2

Choose a tag to compare

@liruilong940607 liruilong940607 released this 30 Dec 14:21
1714ba0

What's Changed

TLDR: Minor fixes here and there.

New Contributors

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

v0.3.1

Choose a tag to compare

@liruilong940607 liruilong940607 released this 09 Nov 07:22
488bca6

What's Changed

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