MCPcopy
hub / github.com/SizheAn/PanoHead / logprint

Function logprint

projector_withseg.py:66–68  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

64 assert target.shape == (G.img_channels, G.img_resolution, G.img_resolution)
65
66 def logprint(*args):
67 if verbose:
68 print(*args)
69
70 G = copy.deepcopy(G).eval().requires_grad_(False).to(device) # type: ignore
71

Callers 2

projectFunction · 0.70
project_ptiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected