Skip to content

Releases: nerfstudio-project/nerfstudio

v0.1.7

29 Oct 23:18
7aa28d0
Compare
Choose a tag to compare

TLDR

  • Mostly bug fixes

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

21 Oct 16:55
fdddbac
Compare
Choose a tag to compare

TLDR

  • Now supports python 3.7
  • Minor bug fixes and speedups ~1.1x

What's Changed

Full Changelog: v0.1.5.1...v0.1.6

v0.1.5.1

17 Oct 16:23
0a76360
Compare
Choose a tag to compare

Highlights

  • Mostly bug fixes

What's Changed

Full Changelog: v0.1.5...v0.1.5.1

v0.1.5

16 Oct 20:03
646adee
Compare
Choose a tag to compare

Highlights

  • Speedup of all methods. nerfacto method is now 1.4x faster.
  • Support insta360 data
  • Adjust COLMAP parameters for sharper reconstructions (requires reprocessing dataset)

CLI Change

The ns-process-data now requires one to specify the dataset type, current options are [images,video,insta360]
ie.

ns-process-data {images,video,insta360} --data {DATA} --output-dir {OUTPUT_DIR}

Sharper results

Before:
image
After:
image

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Oct 01:26
6b7cb70
Compare
Choose a tag to compare

Highlights

  • Reduce nerfacto artifacts where bands would appear across video and objects would disappear.
  • Improve nerfacto memory usage
  • Multiple bug fixes around dataprocessing and saving and loading checkpoints

Before:
image
After:
image

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

07 Oct 22:53
8b354a4
Compare
Choose a tag to compare

TLDR

  • quick fix to turn off camera pose optimization for non-nerfacto methods
  • save renders to renders/ folder instead of output.mp4 by default

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

07 Oct 18:50
802c4da
Compare
Choose a tag to compare

TLDR

  • Fix issue where checkpoints are deleted at the end of training.
  • Enable camera pose optimization by default.
  • Document record3d

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Oct 20:50
5ff9fe9
Compare
Choose a tag to compare

TLDR

  • Clean up logging, add more error messages
  • Update nerfacto defaults
  • Clean up Docs

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Oct 09:17
869dceb
Compare
Choose a tag to compare

What's Changed

Everything

New Contributors

Full Changelog: https://github.com/nerfstudio-project/nerfstudio/commits/v0.1.0