MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / preprocess

Method preprocess

demo_auto_generation.py:76–77  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

74 super().__init__(source="upload", **kwargs)
75
76 def preprocess(self, x):
77 return super().preprocess(x)
78
79
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected