MCPcopy Create free account
hub / github.com/TPCD/DCCL / img_grid_many

Method img_grid_many

project_utils/visualization_utils.py:984–986  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

982 opts=dict(title=name)
983 )
984 def img_grid_many(self, d):
985 for k, v in d.items():
986 self.img_grid(k, v)
987
988 def img_grid(self, name, input_3d):
989 """

Callers

nothing calls this directly

Calls 1

img_gridMethod · 0.95

Tested by

no test coverage detected