Skip to content

Releases: nerfstudio-project/nerfstudio

v1.1.0

13 May 19:06
e2a9793
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

03 Apr 01:25
5fbb4b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

22 Feb 20:59
c4b030b
Compare
Choose a tag to compare

What's Changed

  • fix: pixelated downscaled images by @ymtoo in #2866
  • Add multi-processing support for cache_image. Fixed the issue of insufficient precision leading to a completely black image when converting from RGBA to RGB. by @KevinXu02 in #2867
  • Enable always returning depth for Gaussian Splatting by @ethanweber in #2873
  • Update viewer legacy docs by @brentyi in #2875
  • Add default depth output when no gaussians visible by @chungmin99 in #2874
  • Remove useless call to .with_suffix(""), which causes a bug if filename contains dots by @f-dy in #2882
  • support generic TDataset in paralleldatamanager by @hturki in #2884
  • [Fix] convert camera_idx to tensor by @tobiasfshr in #2890
  • Fix benchmarking script camera optimizer argument by @gchhablani in #2899
  • add zipnerf-pytorch as external method by @Jing1Ling in #2850
  • Add transparency carving to splatfacto by @pa-la in #2889
  • Fix an issue where gradient accumulation could not be passed as argument due to a type error. by @SharkWipf in #2910
  • Implement new rasterization mode using opacity compensation factor by @jb-ye in #2888
  • Switch default matching method for videos to 'sequential' in COLMAP by @kerrj in #2912
  • Call rescale_output_resolution before early return by @pierotofy in #2897
  • Make time slider effective in viewer (Fixes #2928) by @iSach in #2931
  • Fixed ns_render dataset bug in splatfacto by @pa-la in #2917
  • Update project, rasterize with block_width interface by @kerrj in #2937
  • Full implementation of features for dynamic scenes into the Viser viewer. by @iSach in #2936
  • fix crash when both mask and downscale_factor are set by @jinhwanlazy in #2920
  • 1.0.2 by @kerrj in #2943

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Feb 01:00
ffe3c31
Compare
Choose a tag to compare

Bug fixes!

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Jan 02:23
19a21d7
Compare
Choose a tag to compare

Highlights

...and much more, thanks to the 60+ contributors who helped make this happen! See below.

What's Changed

Read more

v0.3.4

22 Sep 01:39
c87ebe3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

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