MCPcopy Create free account
hub / github.com/ashawkey/RAD-NeRF / write

Method write

nerf/utils.py:468–469  ·  view source on GitHub ↗
(self, writer, global_step, prefix="")

Source from the content-addressed store, hash-verified

466 return self.V / self.N
467
468 def write(self, writer, global_step, prefix=""):
469 writer.add_scalar(os.path.join(prefix, f"LPIPS ({self.net})"), self.measure(), global_step)
470
471 def report(self):
472 return f'LPIPS ({self.net}) = {self.measure():.6f}'

Callers

nothing calls this directly

Calls 1

measureMethod · 0.95

Tested by

no test coverage detected