MCPcopy Create free account
hub / github.com/microsoft/TRELLIS / filter_metadata

Method filter_metadata

trellis/datasets/components.py:41–42  ·  view source on GitHub ↗
(self, metadata: pd.DataFrame)

Source from the content-addressed store, hash-verified

39
40 @abstractmethod
41 def filter_metadata(self, metadata: pd.DataFrame) -> Tuple[pd.DataFrame, Dict[str, int]]:
42 pass
43
44 @abstractmethod
45 def get_instance(self, root: str, instance: str) -> Dict[str, Any]:

Callers 3

__init__Method · 0.95
filter_metadataMethod · 0.45
filter_metadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected