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

Method __init__

demo.py:73–74  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

71 is_template = True
72
73 def __init__(self, **kwargs):
74 super().__init__(source="upload", tool="sketch", interactive=True, **kwargs)
75
76 def preprocess(self, x):
77 return super().preprocess(x)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected