MCPcopy Create free account
hub / github.com/VAST-AI-Research/MIDI-3D / __init__

Method __init__

midi/data/multi_object.py:635–637  ·  view source on GitHub ↗
(self, cfg: Optional[Union[dict, DictConfig]] = None)

Source from the content-addressed store, hash-verified

633 cfg: MultiObjectDataModuleConfig
634
635 def __init__(self, cfg: Optional[Union[dict, DictConfig]] = None) -> None:
636 super().__init__()
637 self.cfg = parse_structured(MultiObjectDataModuleConfig, cfg)
638
639 def setup(self, stage=None) -> None:
640 if stage in [None, "fit"]:

Callers

nothing calls this directly

Calls 2

parse_structuredFunction · 0.50
__init__Method · 0.45

Tested by

no test coverage detected