Skip to content

Releases: nerfstudio-project/nerfstudio

v0.3.3

17 Aug 19:06
61548ce
Compare
Choose a tag to compare

Highlights

  • Faster downscaling during image processing
  • VR180 rendering
  • nerfacto alpha transparency training
  • Sparse-NeRF depth losses
  • New template repo for implementing new methods
  • Bug fixes

What's Changed

New Contributors

Read more

v0.3.2

22 Jun 16:28
7349f23
Compare
Choose a tag to compare

Highlights

  • Add nerfacto-huge model
  • Add text-to-3d model generfacto
  • Support for CPU and M1/M2
  • Support for rendering omni-directional stereo video
  • Bug fixes

What's Changed

New Contributors

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

Code release for SIGGRAPH 2023 paper.

25 May 22:16
6561390
Compare
Choose a tag to compare
Pre-release

This branch exists for historical purposes. It was used to generate the numbers in the SIGGRAPH paper. We don't plan on integrating this code into the main branch, but it can exist here as a reference or for reproducing our results. We view nerfstudio as an active repo with continual contributions, and some of these changes are undesirable for the main branch (e.g., how we deal with appearance embeddings for evaluation). This is done in an effort to keep our repo extensible for further changes.

Update Aug 29, 2023 - We are deprecating the URL used to host the data from processing MipNeRF-360 with ns-process-data. You can now find it on Hugging Face here. Or, you can replicate the steps described in our paper or use a different MipNeRF-360-specific data parser and use their COLMAP reconstructions directly.

v0.3.1

22 May 17:46
bd04cee
Compare
Choose a tag to compare

##Highlights

  • Fix compatibility with Windows

What's Changed

New Contributors

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

v0.3.0

19 May 00:41
a4775f2
Compare
Choose a tag to compare

Highlights

  • Transition to pytorch 2.0 (reinstallation of pytorch and tinycudann is necessary)
  • Python 3.8 now minimum version
  • Split screen option in viewer
  • Camera Controls exposed in python
  • Repo now type checked, new PRs will not be merged with type errors
  • Pylint -> Ruff

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

04 May 21:45
ad706f5
Compare
Choose a tag to compare

TLDR: Mainly Bugfixes

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Apr 00:30
6a06710
Compare
Choose a tag to compare

TLDR

  • Bug fixes
  • Time controls re-added to viewer

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Apr 16:19
49835b2
Compare
Choose a tag to compare

Highlights

  • Support Custom GUI elements in models. More info here
  • Complete rewrite of viewer backend to use Viser
  • Add Neus and Neusfacto
  • Add Instruct-NeRF2NeRF
  • TensoRF speedup (~5x)
  • Bug fixes

Known regressions

  • Support for modifying time in viewer was removed during the viewer refactor. This functionality will return in in the next version of nerfstudio.

What's Changed

New Contributors

Full Changelog: v0.1.19...v0.2.0

v0.1.19

11 Mar 02:15
7ae2fce
Compare
Choose a tag to compare

Highlights

  • No longer using webrtc, many existing viewer connection issues should now be resolved
  • Support for 360 cameras (equirectangular video)
  • Add patch sampling
  • Add Triplanes
  • Bug fixes

What's Changed

New Contributors

Full Changelog: v0.1.18...v0.1.19

v0.1.18

19 Feb 22:51
e2dadc2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.17...v0.1.18