Skip to content
Snippets Groups Projects
  1. Feb 28, 2023
  2. Jan 31, 2023
  3. Jan 30, 2023
  4. Jan 18, 2023
  5. Jan 17, 2023
  6. Jan 15, 2023
  7. Dec 29, 2022
  8. Dec 19, 2022
  9. Oct 17, 2022
  10. Oct 03, 2022
  11. Sep 14, 2022
  12. Aug 31, 2022
  13. Aug 30, 2022
  14. Jul 18, 2022
  15. Jul 08, 2022
  16. Jul 06, 2022
  17. Jun 28, 2022
  18. Jun 20, 2022
  19. May 25, 2022
  20. May 11, 2022
  21. May 04, 2022
  22. Apr 21, 2022
  23. Mar 29, 2022
  24. Mar 14, 2022
  25. Jan 31, 2022
  26. Jan 19, 2022
    • Alex Evans's avatar
      mesh export with python api and run.py support; added PLY export as well as... · b97076ea
      Alex Evans authored
      mesh export with python api and run.py support; added PLY export as well as OBJ; added vertex color export (sRGB); fixed exception when loading nerf with camera path json in same folder; added UI when failing to load snapshot or camera path; some UI code consolidation; change render aabb ui to min/max rather than center/rad.
      b97076ea
  27. Jan 18, 2022
  28. Jan 15, 2022
    • Thomas Müller's avatar
      Fix sRGB & alpha pre/postmult conversion in run.py's PSNR computation (match paper's PSNR numbers) · 2b6a55f6
      Thomas Müller authored
      run.py still contained an early, subtly incorrect PSNR computation that has to do with how prior art in NeRF papers (incorrectly) interprets the PNG alpha channel as sRGB-space rather than linear space. This is further complicated by the fact that NeRF's raymarching procedure also operated in sRGB space (rather than linear), which is both non-physical and introduces a subtle discrepancy with traditional PNG background blending. The new run.py code works around all that -- as the code that generated the paper results already did.
      
      The following line of code will now produce a PSNR of ~36.35, matching the paper and reflecting the actual quality of our results.
      `./run.py --mode nerf --scene lego/transforms_train.json --test_transforms lego/transforms_test.json --nerf_compatibility`
      2b6a55f6
  29. Jan 14, 2022
  30. Jan 13, 2022
Loading