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

Method write

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

Source from the content-addressed store, hash-verified

430 return self.V / self.N
431
432 def write(self, writer, global_step, prefix=""):
433 writer.add_scalar(os.path.join(prefix, "PSNR"), self.measure(), global_step)
434
435 def report(self):
436 return f'PSNR = {self.measure():.6f}'

Callers

nothing calls this directly

Calls 1

measureMethod · 0.95

Tested by

no test coverage detected