kerrj / lerf

Code for LERF: Language Embedded Radiance Fields
https://www.lerf.io/
MIT License
649 stars 63 forks source link

Small fixes to make LeRF work with latest Nerfstudio #34

Closed maturk closed 1 year ago

maturk commented 1 year ago

Made two small fixes:

  1. Add grad_scaler to lerf pipeline so that no errors occur in the latest Nerfstudio Trainer.
  2. In dino extractor, added extra parameter antialias=None to stop annoying warning messages regarding resize(). Similar to: https://github.com/nerfstudio-project/nerfstudio/pull/2033