v0.1.19
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
- Patch Sampling by @akristoffersen in #1458
- Support multiple versions of stable diffusion by @tancik in #1461
- Equirectangular input by @THE-COB in #1446
- Uniform Sampler in Nerfacto by @iSach in #1464
- Add Windows installation tips to quickstart. by @DreekFire in #1427
- Refactor schedulers by @tancik in #1466
- Update exponential scheduler by @tancik in #1468
- Fix eval dataloader to use eval ray generator by @ethanweber in #1473
- Enable viewer with eval by @tancik in #1474
- [Update] Add hloc to Dockerfile, bump version of docker image in dev-container, improve docs by @Zunhammer in #1478
- Fix datamanager by @tancik in #1481
- Triplanes by @jake-austin in #1456
- Datamanager eval fix by @tancik in #1482
- semantic_nerfw_configurability by @nikmo33 in #1467
- Fix relative argument by @tancik in #1487
- Add extensions tab by @tancik in #1488
- Rename train_split_percentage with train_split_fraction by @97littleleaf11 in #1497
- bump nerfacc to 0.3.5 by @liruilong940607 in #1492
- chore: delete
setup.cfg
by @SauravMaheshkar in #1495 - ns-process-data: fix image renaming for the --skip-colmap case by @jkulhanek in #1459
- Call load_state_dict on model classes by @jkulhanek in #1499
- Fixes bug introduced in #1499 preventing load_from_checkpoint to work correctly by @jkulhanek in #1501
- feat(docker): Add opencontainers image-spec to
Dockerfile
by @SauravMaheshkar in #1502 - fixes for nerf synthetic dataset by @liruilong940607 in #1507
- Rename friends dataset to sitcoms3d by @97littleleaf11 in #1503
- Volinga model and NVOL documentation by @Frivas97 in #1486
- Update ffmpeg comment by @tancik in #1505
- Fix logic when using filename datasets by @tancik in #1510
- feat(engine): improve type hints by @SauravMaheshkar in #1509
- Colab tinycudann drive link updated. by @akristoffersen in #1512
- SFM: sfm-based depth, some breadcrumbs for pycolmap by @pwais in #1457
- Check that video path is correct by @tancik in #1513
- Extending ns-render to support loop rendering using interpolated cameras by @ponimatkin in #1508
- Add support for more colmap camera models in ns-process-data by @jkulhanek in #1500
- feat: improve type hints by @SauravMaheshkar in #1515
- Dataparsers for ScanNet and ARKitScenes by @ponimatkin in #1514
- Add weight-decay option to RAdam optimizer by @jkulhanek in #1525
- Bug fix for SHRenderer() by @KokeCacao in #1526
- feat(fields): Improve Type Hints by @SauravMaheshkar in #1524
- Fix pose centering flag for ARKitScenes dataparser by @ponimatkin in #1528
- Fixing data processing script when depth is not used by @ponimatkin in #1527
- Remove dataparser dependency by @tancik in #1529
- Adding conversion to torch.float32 in get_interpolated_poses_many. by @ponimatkin in #1532
- Fix crash when having no eval dataset and not using the viewer by @iSach in #1537
- Update nerf.md by @misza222 in #1546
- Fix camera transformations in ARKitScenes and ScanNet by @ponimatkin in #1544
- Speed up point cloud export by @tancik in #1547
- Update datamager docs by @tancik in #1548
- Avoid loading entire dataset on GPU by @tancik in #1551
- Instant ngp args by @ponimatkin in #1549
- Added video cropping for equirectangular and made it independent of mask in normal videos by @THE-COB in #1542
- Fix typo in docs Nerfology/Model components/Ray samplers by @loicmagne in #1553
- Fix minor scannet bug. by @ponimatkin in #1555
- Added documentation for equirectangular input by @THE-COB in #1561
- Correct instructions for Docker build by @JRombouts in #1557
- Fixed percent crop typo by @THE-COB in #1573
- MinimalDataParser add options, allow Nerfstudio data format to specify test indices by @jkulhanek in #1541
- Changed percent-crop to crop-factor so it's less confusing by @THE-COB in #1575
- Replace default colormap option with turbo for single-channel output by @DreekFire in #1568
- Remove regex for export path by @tancik in #1577
- Patch Sampling bug fix by @akristoffersen in #1578
- scripts/exporter.py: export PLY compatible with PCL by @f-dy in #1572
- Revert "MinimalDataParser add options, allow Nerfstudio data format to specify test indices" by @tancik in #1583
- camera_utils: add "vertical" orientation and "focus" center methods by @f-dy in #1543
- Remove webrtc by @tancik in #1579
- v0.1.19 by @tancik in #1585
New Contributors
- @97littleleaf11 made their first contribution in #1497
- @SauravMaheshkar made their first contribution in #1495
- @Frivas97 made their first contribution in #1486
- @pwais made their first contribution in #1457
- @ponimatkin made their first contribution in #1508
- @KokeCacao made their first contribution in #1526
- @misza222 made their first contribution in #1546
- @loicmagne made their first contribution in #1553
- @JRombouts made their first contribution in #1557
- @f-dy made their first contribution in #1572
Full Changelog: v0.1.18...v0.1.19