Skip to content

Version 0.7.5

Compare
Choose a tag to compare
@bottler bottler released this 31 Oct 20:06
· 60 commits to main since this release

Brings PyTorch 2.1 support

New feature

  • Implicitron: Integral Position Encoding, blurpool; based on MIP-NeRF ccf860f 29b8ebd 5910d81 3d011a9 9446d91
  • Chamfer distance: single-direction option, absolute option 5ffeb4d
  • Chamfer without point reduction d84f274
  • VolumeSampler: expose padding_mode for inside out rendering b7f4ba0

Implicitron improvements

  • Softly deprecate the get_str=False flag in stats.print. d08fe6d
  • FrameDataBuilder is more extensible b046259
  • SQLDataset improvements d2119c2 09a99f2 cd5db07
  • OverfitModel’s fine and coarse implicit functions have the right names 35badc0
  • Read depth maps from OpenXR files using OpenCV d851bc3

Minor